@sisense/sdk-ui 2.8.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/dist/ai.cjs +32 -32
  2. package/dist/ai.js +126 -125
  3. package/dist/analytics-composer/node.cjs +3 -0
  4. package/dist/analytics-composer/node.d.ts +1 -0
  5. package/dist/analytics-composer/node.js +1033 -0
  6. package/dist/analytics-composer.cjs +118 -118
  7. package/dist/analytics-composer.js +2211 -2906
  8. package/dist/derive-chart-family-B1on_xkS.cjs +170 -0
  9. package/dist/derive-chart-family-BllGhqsW.js +29469 -0
  10. package/dist/dimensions-BYqdB-Q8.cjs +1 -0
  11. package/dist/{dimensions-b8xRITJn.js → dimensions-D-Z9sitz.js} +3 -3
  12. package/dist/execute-query-CABqVn7C.cjs +1 -0
  13. package/dist/execute-query-CGLL9vXX.js +6428 -0
  14. package/dist/index.cjs +25 -26
  15. package/dist/index.js +9320 -8693
  16. package/dist/index.umd.js +389 -440
  17. package/dist/packages/sdk-ui/src/analytics-composer/index-node.d.ts +9 -0
  18. package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +1 -0
  19. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/common.d.ts +40 -0
  20. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/index.d.ts +2 -0
  21. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-dimensions.d.ts +3 -0
  22. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-filters.d.ts +44 -0
  23. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-measures.d.ts +30 -0
  24. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-query-to-jaql.d.ts +18 -0
  25. package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-query.d.ts +224 -0
  26. package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +40 -1
  27. package/dist/packages/sdk-ui/src/calendar-heatmap-chart.d.ts +12 -0
  28. package/dist/packages/sdk-ui/src/chart/helpers/get-load-data-function.d.ts +3 -1
  29. package/dist/packages/sdk-ui/src/chart/helpers/use-chart-data-preparation.d.ts +3 -1
  30. package/dist/packages/sdk-ui/src/chart/helpers/use-translated-data-options.d.ts +1 -1
  31. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/calendar-heatmap-chart-builder.d.ts +8 -0
  32. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/constants.d.ts +87 -0
  33. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data-options/data-options.d.ts +54 -0
  34. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data-options/index.d.ts +1 -0
  35. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data.d.ts +33 -0
  36. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/design-options.d.ts +22 -0
  37. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/highcharts-options-builder.d.ts +8 -0
  38. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/index.d.ts +1 -0
  39. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/axes-options.d.ts +12 -0
  40. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/chart-options.d.ts +9 -0
  41. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/extras-options.d.ts +9 -0
  42. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/index.d.ts +7 -0
  43. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/legend-options.d.ts +8 -0
  44. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/plot-options.d.ts +9 -0
  45. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/calendar-data-generator.d.ts +35 -0
  46. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/index.d.ts +1 -0
  47. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/series-options.d.ts +9 -0
  48. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/tooltip-options.d.ts +9 -0
  49. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-heatmap-charts-grid.d.ts +26 -0
  50. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-heatmap.d.ts +17 -0
  51. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/calendar-pagination.d.ts +30 -0
  52. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/helpers.d.ts +3 -0
  53. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/index.d.ts +1 -0
  54. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/data-helpers.d.ts +4 -0
  55. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/sizing-helpers.d.ts +25 -0
  56. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/view-helpers.d.ts +14 -0
  57. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/index.d.ts +4 -0
  58. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/use-calendar-heatmap-chart-options.d.ts +55 -0
  59. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/use-calendar-heatmap-navigation.d.ts +33 -0
  60. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/index.d.ts +2 -0
  61. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/types.d.ts +13 -0
  62. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/data-options.d.ts +5 -1
  63. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/axis.d.ts +5 -0
  64. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/legend.d.ts +3 -2
  65. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/y-axis.d.ts +28 -0
  66. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/line-chart/helpers/design-options.d.ts +12 -0
  67. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/line-chart/highchart-options/axes.d.ts +6 -0
  68. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/line-chart/highcharts-options-builder.d.ts +2 -0
  69. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/line-chart/line-chart-builder.d.ts +2 -0
  70. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/data/index.d.ts +10 -0
  71. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/data-options/index.d.ts +12 -0
  72. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/design-options/index.d.ts +18 -0
  73. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/highchart-options/axes.d.ts +6 -0
  74. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/highchart-options/highcharts-options-builder.d.ts +2 -0
  75. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/polar-chart/polar-chart-builder.d.ts +2 -0
  76. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/area-chart/area-chart-builder.d.ts +2 -0
  77. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/area-chart/helpers/design-options.d.ts +12 -0
  78. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/area-chart/highchart-options/axes.d.ts +6 -0
  79. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/area-chart/highchart-options/highcharts-options-builder.d.ts +2 -0
  80. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/area-chart/highchart-options/labels-spacing.d.ts +8 -0
  81. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/highchart-options/axes.d.ts +6 -0
  82. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/highchart-options/labels-spacing.d.ts +9 -0
  83. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/column-chart/highchart-options/axes.d.ts +6 -0
  84. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/column-chart/highchart-options/labels-spacing.d.ts +9 -0
  85. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/helpers/highchart-options/stacking.d.ts +21 -0
  86. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/types.d.ts +1 -0
  87. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/types.d.ts +1 -1
  88. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/helpers/data-options.d.ts +22 -0
  89. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/helpers/data.d.ts +13 -0
  90. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/alerts/index.d.ts +5 -0
  91. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/data/index.d.ts +15 -0
  92. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/data-options/index.d.ts +32 -0
  93. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/design-options/index.d.ts +17 -0
  94. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/highchart-options/highcharts-options-builder.d.ts +2 -0
  95. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/pie-chart-builder.d.ts +2 -0
  96. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/types.d.ts +12 -0
  97. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/build-highchart-options.d.ts +9 -4
  98. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/highcharts-based-chart-renderer.d.ts +2 -4
  99. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/use-extra-config.d.ts +2 -0
  100. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/utils.d.ts +2 -1
  101. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/types.d.ts +1 -1
  102. package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +10 -9
  103. package/dist/packages/sdk-ui/src/chart/restructured-charts/utils.d.ts +5 -0
  104. package/dist/packages/sdk-ui/src/chart-data/data-coloring/types.d.ts +6 -0
  105. package/dist/packages/sdk-ui/src/chart-data/types.d.ts +2 -1
  106. package/dist/packages/sdk-ui/src/chart-data-options/translate-data-options.d.ts +2 -1
  107. package/dist/packages/sdk-ui/src/chart-data-options/types.d.ts +19 -2
  108. package/dist/packages/sdk-ui/src/chart-data-options/utils.d.ts +4 -4
  109. package/dist/packages/sdk-ui/src/chart-data-options/validate-data-options/validate-categorical-data-options.d.ts +14 -0
  110. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/axis-builders.d.ts +155 -0
  111. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/axis-settings.d.ts +39 -0
  112. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/axis-transformers.d.ts +45 -0
  113. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/axis-utils.d.ts +1 -0
  114. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/date-utils.d.ts +27 -0
  115. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis/index.d.ts +3 -0
  116. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/chart-configuration.d.ts +33 -3
  117. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/series-processor.d.ts +4 -1
  118. package/dist/packages/sdk-ui/src/chart-options-processor/{category-chart-options.d.ts → category-chart-options/category-chart-options.d.ts} +9 -5
  119. package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/funnel-chart-options.d.ts +15 -0
  120. package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/pie-chart-options.d.ts +15 -0
  121. package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/sunburst-chart-options.d.ts +17 -0
  122. package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/treemap-chart-options.d.ts +17 -0
  123. package/dist/packages/sdk-ui/src/chart-options-processor/chart-options-service.d.ts +26 -10
  124. package/dist/packages/sdk-ui/src/chart-options-processor/defaults/cartesian.d.ts +4 -3
  125. package/dist/packages/sdk-ui/src/chart-options-processor/scatter-chart-options.d.ts +3 -3
  126. package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-highcharts-options.d.ts +1 -3
  127. package/dist/packages/sdk-ui/src/chart-options-processor/translations/axis-section.d.ts +11 -12
  128. package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +19 -5
  129. package/dist/packages/sdk-ui/src/chart-options-processor/translations/legend-section.d.ts +28 -14
  130. package/dist/packages/sdk-ui/src/chart-options-processor/translations/pie-series.d.ts +34 -6
  131. package/dist/packages/sdk-ui/src/chart-options-processor/translations/tooltip-utils.d.ts +5 -0
  132. package/dist/packages/sdk-ui/src/chart-options-processor/translations/translations-to-highcharts.d.ts +1 -1
  133. package/dist/packages/sdk-ui/src/chart-options-processor/translations/types.d.ts +61 -4
  134. package/dist/packages/sdk-ui/src/chart-options-processor/translations/value-label-section.d.ts +2 -2
  135. package/dist/packages/sdk-ui/src/common/formatters/create-date-formatter.d.ts +10 -0
  136. package/dist/packages/sdk-ui/src/common/hooks/useDateFormatter.d.ts +7 -0
  137. package/dist/packages/sdk-ui/src/common/icons/double-arrow-end-icon.d.ts +6 -0
  138. package/dist/packages/sdk-ui/src/const.d.ts +2 -0
  139. package/dist/packages/sdk-ui/src/dashboard/components/editable-layout/utils.d.ts +0 -19
  140. package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/index.d.ts +1 -1
  141. package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-filters.d.ts +12 -1
  142. package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-formatters.d.ts +18 -0
  143. package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-handlers.d.ts +23 -0
  144. package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-widget-transforms.d.ts +29 -0
  145. package/dist/packages/sdk-ui/src/index.d.ts +1 -0
  146. package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +1 -0
  147. package/dist/packages/sdk-ui/src/pivot-table/formatters/data-cell-formatters/index.d.ts +1 -0
  148. package/dist/packages/sdk-ui/src/pivot-table/formatters/formatter-utils.d.ts +23 -0
  149. package/dist/packages/sdk-ui/src/pivot-table/formatters/header-cell-formatters/header-cell-value-formatter.d.ts +2 -1
  150. package/dist/packages/sdk-ui/src/pivot-table/formatters/types.d.ts +45 -3
  151. package/dist/packages/sdk-ui/src/pivot-table/formatters/utils.d.ts +1 -0
  152. package/dist/packages/sdk-ui/src/pivot-table/hooks/use-apply-pivot-table-formatting.d.ts +4 -1
  153. package/dist/packages/sdk-ui/src/polar-chart.d.ts +1 -1
  154. package/dist/packages/sdk-ui/src/props.d.ts +161 -7
  155. package/dist/packages/sdk-ui/src/query/date-formats/apply-date-format.d.ts +7 -6
  156. package/dist/packages/sdk-ui/src/query/date-formats/index.d.ts +1 -1
  157. package/dist/packages/sdk-ui/src/query/execute-query.d.ts +3 -1
  158. package/dist/packages/sdk-ui/src/query-execution/index.d.ts +1 -1
  159. package/dist/packages/sdk-ui/src/query-execution/types.d.ts +9 -2
  160. package/dist/packages/sdk-ui/src/sisense-chart/types.d.ts +2 -2
  161. package/dist/packages/sdk-ui/src/theme-provider/default-theme-settings.d.ts +1 -0
  162. package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +11 -0
  163. package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +22 -0
  164. package/dist/packages/sdk-ui/src/types.d.ts +254 -16
  165. package/dist/packages/sdk-ui/src/utils/combine-handlers.d.ts +19 -0
  166. package/dist/packages/sdk-ui/src/utils/utility-types/transformer.d.ts +8 -0
  167. package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +1 -1
  168. package/dist/packages/sdk-ui/src/widget-by-id/translate-panel-color-format.d.ts +9 -0
  169. package/dist/packages/sdk-ui/src/widget-by-id/translate-statistical-models.d.ts +10 -0
  170. package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-data-options.d.ts +0 -14
  171. package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +10 -10
  172. package/dist/types-BRtWk8uC.js +80 -0
  173. package/dist/types-Ds0KtTJF.cjs +1 -0
  174. package/dist/use-common-filters-D8tEa9zb.js +91245 -0
  175. package/dist/use-common-filters-hw1WKPCY.cjs +844 -0
  176. package/dist/{widget-composer-BPlNiX_P.cjs → widget-composer-B7zeAa_D.cjs} +9 -9
  177. package/dist/{widget-composer-SGEFYrXY.js → widget-composer-DL0xPtlC.js} +143 -217
  178. package/package.json +20 -10
  179. package/dist/derive-chart-family-6PZA-xZh.js +0 -92092
  180. package/dist/derive-chart-family-DQUVKMcV.cjs +0 -656
  181. package/dist/dimensions-x8nnAUew.cjs +0 -1
  182. package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/axis-configuration.d.ts +0 -41
  183. package/dist/use-common-filters-BHBy4uv6.js +0 -32218
  184. package/dist/use-common-filters-Cg217teN.cjs +0 -350
@@ -1,142 +1,142 @@
1
- "use strict";var Fn=Object.defineProperty,Kn=Object.defineProperties;var jn=Object.getOwnPropertyDescriptors;var Qe=Object.getOwnPropertySymbols;var as=Object.prototype.hasOwnProperty,ls=Object.prototype.propertyIsEnumerable;var kt=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),qn=t=>{throw TypeError(t)};var os=(t,e,s)=>e in t?Fn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,K=(t,e)=>{for(var s in e||(e={}))as.call(e,s)&&os(t,s,e[s]);if(Qe)for(var s of Qe(e))ls.call(e,s)&&os(t,s,e[s]);return t},J=(t,e)=>Kn(t,jn(e));var cs=(t,e)=>{var s={};for(var n in t)as.call(t,n)&&e.indexOf(n)<0&&(s[n]=t[n]);if(t!=null&&Qe)for(var n of Qe(t))e.indexOf(n)<0&&ls.call(t,n)&&(s[n]=t[n]);return s};var Ot=(t,e,s)=>new Promise((n,i)=>{var r=l=>{try{a(s.next(l))}catch(c){i(c)}},o=l=>{try{a(s.throw(l))}catch(c){i(c)}},a=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,o);a((s=s.apply(t,e)).next())}),zn=function(t,e){this[0]=t,this[1]=e};var d=t=>{var e=t[kt("asyncIterator")],s=!1,n,i={};return e==null?(e=t[kt("iterator")](),n=r=>i[r]=o=>e[r](o)):(e=e.call(t),n=r=>i[r]=o=>{if(s){if(s=!1,r==="throw")throw o;return o}return s=!0,{done:!1,value:new zn(new Promise(a=>{var l=e[r](o);l instanceof Object||qn("Object expected"),a(l)}),1)}}),i[kt("iterator")]=()=>i,n("next"),"throw"in e?n("throw"):i.throw=r=>{throw r},"return"in e&&n("return"),i};Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("./widget-composer-BPlNiX_P.cjs"),T=require("./derive-chart-family-DQUVKMcV.cjs"),rt=require("./dimensions-x8nnAUew.cjs"),zt=Symbol.for("yaml.alias"),Mt=Symbol.for("yaml.document"),ee=Symbol.for("yaml.map"),Is=Symbol.for("yaml.pair"),Z=Symbol.for("yaml.scalar"),Ne=Symbol.for("yaml.seq"),Y=Symbol.for("yaml.node.type"),fe=t=>!!t&&typeof t=="object"&&t[Y]===zt,Te=t=>!!t&&typeof t=="object"&&t[Y]===Mt,Ie=t=>!!t&&typeof t=="object"&&t[Y]===ee,_=t=>!!t&&typeof t=="object"&&t[Y]===Is,L=t=>!!t&&typeof t=="object"&&t[Y]===Z,Ce=t=>!!t&&typeof t=="object"&&t[Y]===Ne;function D(t){if(t&&typeof t=="object")switch(t[Y]){case ee:case Ne:return!0}return!1}function B(t){if(t&&typeof t=="object")switch(t[Y]){case zt:case ee:case Z:case Ne:return!0}return!1}const Un=t=>(L(t)||D(t))&&!!t.anchor,U=Symbol("break visit"),Cs=Symbol("skip children"),H=Symbol("remove node");function te(t,e){const s=Ls(e);Te(t)?me(null,t.contents,s,Object.freeze([t]))===H&&(t.contents=null):me(null,t,s,Object.freeze([]))}te.BREAK=U;te.SKIP=Cs;te.REMOVE=H;function me(t,e,s,n){const i=_s(t,e,s,n);if(B(i)||_(i))return Ms(t,n,i),me(t,i,s,n);if(typeof i!="symbol"){if(D(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=me(r,e.items[r],s,n);if(typeof o=="number")r=o-1;else{if(o===U)return U;o===H&&(e.items.splice(r,1),r-=1)}}}else if(_(e)){n=Object.freeze(n.concat(e));const r=me("key",e.key,s,n);if(r===U)return U;r===H&&(e.key=null);const o=me("value",e.value,s,n);if(o===U)return U;o===H&&(e.value=null)}}return i}function ot(t,e){return Ot(this,null,function*(){const s=Ls(e);Te(t)?(yield ye(null,t.contents,s,Object.freeze([t])))===H&&(t.contents=null):yield ye(null,t,s,Object.freeze([]))})}ot.BREAK=U;ot.SKIP=Cs;ot.REMOVE=H;function ye(t,e,s,n){return Ot(this,null,function*(){const i=yield _s(t,e,s,n);if(B(i)||_(i))return Ms(t,n,i),ye(t,i,s,n);if(typeof i!="symbol"){if(D(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=yield ye(r,e.items[r],s,n);if(typeof o=="number")r=o-1;else{if(o===U)return U;o===H&&(e.items.splice(r,1),r-=1)}}}else if(_(e)){n=Object.freeze(n.concat(e));const r=yield ye("key",e.key,s,n);if(r===U)return U;r===H&&(e.key=null);const o=yield ye("value",e.value,s,n);if(o===U)return U;o===H&&(e.value=null)}}return i})}function Ls(t){return typeof t=="object"&&(t.Collection||t.Node||t.Value)?Object.assign({Alias:t.Node,Map:t.Node,Scalar:t.Node,Seq:t.Node},t.Value&&{Map:t.Value,Scalar:t.Value,Seq:t.Value},t.Collection&&{Map:t.Collection,Seq:t.Collection},t):t}function _s(t,e,s,n){var i,r,o,a,l;if(typeof s=="function")return s(t,e,n);if(Ie(e))return(i=s.Map)==null?void 0:i.call(s,t,e,n);if(Ce(e))return(r=s.Seq)==null?void 0:r.call(s,t,e,n);if(_(e))return(o=s.Pair)==null?void 0:o.call(s,t,e,n);if(L(e))return(a=s.Scalar)==null?void 0:a.call(s,t,e,n);if(fe(e))return(l=s.Alias)==null?void 0:l.call(s,t,e,n)}function Ms(t,e,s){const n=e[e.length-1];if(D(n))n.items[t]=s;else if(_(n))t==="key"?n.key=s:n.value=s;else if(Te(n))n.contents=s;else{const i=fe(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}const vn={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},Vn=t=>t.replace(/[!,[\]{}]/g,e=>vn[e]);class z{constructor(e,s){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},z.defaultYaml,e),this.tags=Object.assign({},z.defaultTags,s)}clone(){const e=new z(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){const e=new z(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:z.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},z.defaultTags);break}return e}add(e,s){this.atNextDocument&&(this.yaml={explicit:z.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},z.defaultTags),this.atNextDocument=!1);const n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(s(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;const[r,o]=n;return this.tags[r]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return s(0,"%YAML directive should contain exactly one part"),!1;const[r]=n;if(r==="1.1"||r==="1.2")return this.yaml.version=r,!0;{const o=/^\d+\.\d+$/.test(r);return s(6,`Unsupported YAML version ${r}`,o),!1}}default:return s(0,`Unknown directive ${i}`,!0),!1}}tagName(e,s){if(e==="!")return"!";if(e[0]!=="!")return s(`Not a valid tag: ${e}`),null;if(e[1]==="<"){const o=e.slice(2,-1);return o==="!"||o==="!!"?(s(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&s("Verbatim tags must end with a >"),o)}const[,n,i]=e.match(new RegExp("^(.*!)([^!]*)$","s"));i||s(`The ${e} tag has no suffix`);const r=this.tags[n];if(r)try{return r+decodeURIComponent(i)}catch(o){return s(String(o)),null}return n==="!"?e:(s(`Could not resolve tag: ${e}`),null)}tagString(e){for(const[s,n]of Object.entries(this.tags))if(e.startsWith(n))return s+Vn(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){const s=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags);let i;if(e&&n.length>0&&B(e.contents)){const r={};te(e.contents,(o,a)=>{B(a)&&a.tag&&(r[a.tag]=!0)}),i=Object.keys(r)}else i=[];for(const[r,o]of n)r==="!!"&&o==="tag:yaml.org,2002:"||(!e||i.some(a=>a.startsWith(o)))&&s.push(`%TAG ${r} ${o}`);return s.join(`
2
- `)}}z.defaultYaml={explicit:!1,version:"1.2"};z.defaultTags={"!!":"tag:yaml.org,2002:"};function Ds(t){if(/[\x00-\x19\s,[\]{}]/.test(t)){const s=`Anchor must not contain whitespace or control characters: ${JSON.stringify(t)}`;throw new Error(s)}return!0}function $s(t){const e=new Set;return te(t,{Value(s,n){n.anchor&&e.add(n.anchor)}}),e}function Ps(t,e){for(let s=1;;++s){const n=`${t}${s}`;if(!e.has(n))return n}}function Qn(t,e){const s=[],n=new Map;let i=null;return{onAnchor:r=>{s.push(r),i||(i=$s(t));const o=Ps(e,i);return i.add(o),o},setAnchors:()=>{for(const r of s){const o=n.get(r);if(typeof o=="object"&&o.anchor&&(L(o.node)||D(o.node)))o.node.anchor=o.anchor;else{const a=new Error("Failed to resolve repeated object (this should not happen)");throw a.source=r,a}}},sourceObjects:n}}function ge(t,e,s,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,r=n.length;i<r;++i){const o=n[i],a=ge(t,n,String(i),o);a===void 0?delete n[i]:a!==o&&(n[i]=a)}else if(n instanceof Map)for(const i of Array.from(n.keys())){const r=n.get(i),o=ge(t,n,i,r);o===void 0?n.delete(i):o!==r&&n.set(i,o)}else if(n instanceof Set)for(const i of Array.from(n)){const r=ge(t,n,i,i);r===void 0?n.delete(i):r!==i&&(n.delete(i),n.add(r))}else for(const[i,r]of Object.entries(n)){const o=ge(t,n,i,r);o===void 0?delete n[i]:o!==r&&(n[i]=o)}return t.call(e,s,n)}function Q(t,e,s){if(Array.isArray(t))return t.map((n,i)=>Q(n,String(i),s));if(t&&typeof t.toJSON=="function"){if(!s||!Un(t))return t.toJSON(e,s);const n={aliasCount:0,count:1,res:void 0};s.anchors.set(t,n),s.onCreate=r=>{n.res=r,delete s.onCreate};const i=t.toJSON(e,s);return s.onCreate&&s.onCreate(i),i}return typeof t=="bigint"&&!(s!=null&&s.keep)?Number(t):t}class Ut{constructor(e){Object.defineProperty(this,Y,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:s,maxAliasCount:n,onAnchor:i,reviver:r}={}){if(!Te(e))throw new TypeError("A document argument is required");const o={anchors:new Map,doc:e,keep:!0,mapAsMap:s===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},a=Q(this,"",o);if(typeof i=="function")for(const{count:l,res:c}of o.anchors.values())i(c,l);return typeof r=="function"?ge(r,{"":a},"",a):a}}class at extends Ut{constructor(e){super(zt),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let s;return te(e,{Node:(n,i)=>{if(i===this)return te.BREAK;i.anchor===this.source&&(s=i)}}),s}toJSON(e,s){if(!s)return{source:this.source};const{anchors:n,doc:i,maxAliasCount:r}=s,o=this.resolve(i);if(!o){const l=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(l)}let a=n.get(o);if(a||(Q(o,null,s),a=n.get(o)),!a||a.res===void 0){const l="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(l)}if(r>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=Ge(i,o,n)),a.count*a.aliasCount>r)){const l="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(l)}return a.res}toString(e,s,n){const i=`*${this.source}`;if(e){if(Ds(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const r=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(r)}if(e.implicitKey)return`${i} `}return i}}function Ge(t,e,s){if(fe(e)){const n=e.resolve(t),i=s&&n&&s.get(n);return i?i.count*i.aliasCount:0}else if(D(e)){let n=0;for(const i of e.items){const r=Ge(t,i,s);r>n&&(n=r)}return n}else if(_(e)){const n=Ge(t,e.key,s),i=Ge(t,e.value,s);return Math.max(n,i)}return 1}const Bs=t=>!t||typeof t!="function"&&typeof t!="object";class A extends Ut{constructor(e){super(Z),this.value=e}toJSON(e,s){return s!=null&&s.keep?this.value:Q(this.value,e,s)}toString(){return String(this.value)}}A.BLOCK_FOLDED="BLOCK_FOLDED";A.BLOCK_LITERAL="BLOCK_LITERAL";A.PLAIN="PLAIN";A.QUOTE_DOUBLE="QUOTE_DOUBLE";A.QUOTE_SINGLE="QUOTE_SINGLE";const Yn="tag:yaml.org,2002:";function Jn(t,e,s){var n;if(e){const i=s.filter(o=>o.tag===e),r=(n=i.find(o=>!o.format))!=null?n:i[0];if(!r)throw new Error(`Tag ${e} not found`);return r}return s.find(i=>{var r;return((r=i.identify)==null?void 0:r.call(i,t))&&!i.format})}function Re(t,e,s){var u,p,y;if(Te(t)&&(t=t.contents),B(t))return t;if(_(t)){const m=(p=(u=s.schema[ee]).createNode)==null?void 0:p.call(u,s.schema,null,s);return m.items.push(t),m}(t instanceof String||t instanceof Number||t instanceof Boolean||typeof BigInt!="undefined"&&t instanceof BigInt)&&(t=t.valueOf());const{aliasDuplicateObjects:n,onAnchor:i,onTagObj:r,schema:o,sourceObjects:a}=s;let l;if(n&&t&&typeof t=="object"){if(l=a.get(t),l)return l.anchor||(l.anchor=i(t)),new at(l.anchor);l={anchor:null,node:null},a.set(t,l)}e!=null&&e.startsWith("!!")&&(e=Yn+e.slice(2));let c=Jn(t,e,o.tags);if(!c){if(t&&typeof t.toJSON=="function"&&(t=t.toJSON()),!t||typeof t!="object"){const m=new A(t);return l&&(l.node=m),m}c=t instanceof Map?o[ee]:Symbol.iterator in Object(t)?o[Ne]:o[ee]}r&&(r(c),delete s.onTagObj);const h=c!=null&&c.createNode?c.createNode(s.schema,t,s):typeof((y=c==null?void 0:c.nodeClass)==null?void 0:y.from)=="function"?c.nodeClass.from(s.schema,t,s):new A(t);return e?h.tag=e:c.default||(h.tag=c.tag),l&&(l.node=h),h}function tt(t,e,s){let n=s;for(let i=e.length-1;i>=0;--i){const r=e[i];if(typeof r=="number"&&Number.isInteger(r)&&r>=0){const o=[];o[r]=n,n=o}else n=new Map([[r,n]])}return Re(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:t,sourceObjects:new Map})}const $e=t=>t==null||typeof t=="object"&&!!t[Symbol.iterator]().next().done;class Rs extends Ut{constructor(e,s){super(e),Object.defineProperty(this,"schema",{value:s,configurable:!0,enumerable:!1,writable:!0})}clone(e){const s=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(s.schema=e),s.items=s.items.map(n=>B(n)||_(n)?n.clone(e):n),this.range&&(s.range=this.range.slice()),s}addIn(e,s){if($e(e))this.add(s);else{const[n,...i]=e,r=this.get(n,!0);if(D(r))r.addIn(i,s);else if(r===void 0&&this.schema)this.set(n,tt(this.schema,i,s));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){const[s,...n]=e;if(n.length===0)return this.delete(s);const i=this.get(s,!0);if(D(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${s}. Remaining path: ${n}`)}getIn(e,s){const[n,...i]=e,r=this.get(n,!0);return i.length===0?!s&&L(r)?r.value:r:D(r)?r.getIn(i,s):void 0}hasAllNullValues(e){return this.items.every(s=>{if(!_(s))return!1;const n=s.value;return n==null||e&&L(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){const[s,...n]=e;if(n.length===0)return this.has(s);const i=this.get(s,!0);return D(i)?i.hasIn(n):!1}setIn(e,s){const[n,...i]=e;if(i.length===0)this.set(n,s);else{const r=this.get(n,!0);if(D(r))r.setIn(i,s);else if(r===void 0&&this.schema)this.set(n,tt(this.schema,i,s));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}}const Wn=t=>t.replace(/^(?!$)(?: $)?/gm,"#");function X(t,e){return/^\n+$/.test(t)?t.substring(1):e?t.replace(/^(?! *$)/gm,e):t}const oe=(t,e,s)=>t.endsWith(`
3
- `)?X(s,e):s.includes(`
1
+ "use strict";var Ws=Object.defineProperty,Gs=Object.defineProperties;var Hs=Object.getOwnPropertyDescriptors;var ve=Object.getOwnPropertySymbols;var Ft=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable;var at=(s,e)=>(e=Symbol[s])?e:Symbol.for("Symbol."+s),xs=s=>{throw TypeError(s)};var Kt=(s,e,t)=>e in s?Ws(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t,U=(s,e)=>{for(var t in e||(e={}))Ft.call(e,t)&&Kt(s,t,e[t]);if(ve)for(var t of ve(e))Rt.call(e,t)&&Kt(s,t,e[t]);return s},H=(s,e)=>Gs(s,Hs(e));var Ut=(s,e)=>{var t={};for(var n in s)Ft.call(s,n)&&e.indexOf(n)<0&&(t[n]=s[n]);if(s!=null&&ve)for(var n of ve(s))e.indexOf(n)<0&&Rt.call(s,n)&&(t[n]=s[n]);return t};var ct=(s,e,t)=>new Promise((n,i)=>{var r=a=>{try{l(t.next(a))}catch(c){i(c)}},o=a=>{try{l(t.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,o);l((t=t.apply(s,e)).next())}),zs=function(s,e){this[0]=s,this[1]=e};var d=s=>{var e=s[at("asyncIterator")],t=!1,n,i={};return e==null?(e=s[at("iterator")](),n=r=>i[r]=o=>e[r](o)):(e=e.call(s),n=r=>i[r]=o=>{if(t){if(t=!1,r==="throw")throw o;return o}return t=!0,{done:!1,value:new zs(new Promise(l=>{var a=e[r](o);a instanceof Object||xs("Object expected"),l(a)}),1)}}),i[at("iterator")]=()=>i,n("next"),"throw"in e?n("throw"):i.throw=r=>{throw r},"return"in e&&n("return"),i};Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const W=require("./types-Ds0KtTJF.cjs"),T=require("./widget-composer-B7zeAa_D.cjs"),Ve=require("./derive-chart-family-B1on_xkS.cjs"),Nt=require("./analytics-composer/node.cjs"),Be=require("./execute-query-CABqVn7C.cjs"),Tt=Symbol.for("yaml.alias"),gt=Symbol.for("yaml.document"),x=Symbol.for("yaml.map"),ts=Symbol.for("yaml.pair"),G=Symbol.for("yaml.scalar"),ge=Symbol.for("yaml.seq"),R=Symbol.for("yaml.node.type"),re=s=>!!s&&typeof s=="object"&&s[R]===Tt,be=s=>!!s&&typeof s=="object"&&s[R]===gt,we=s=>!!s&&typeof s=="object"&&s[R]===x,C=s=>!!s&&typeof s=="object"&&s[R]===ts,A=s=>!!s&&typeof s=="object"&&s[R]===G,Se=s=>!!s&&typeof s=="object"&&s[R]===ge;function _(s){if(s&&typeof s=="object")switch(s[R]){case x:case ge:return!0}return!1}function v(s){if(s&&typeof s=="object")switch(s[R]){case Tt:case x:case G:case ge:return!0}return!1}const Xs=s=>(A(s)||_(s))&&!!s.anchor,q=Symbol("break visit"),ss=Symbol("skip children"),Q=Symbol("remove node");function z(s,e){const t=ns(e);be(s)?ce(null,s.contents,t,Object.freeze([s]))===Q&&(s.contents=null):ce(null,s,t,Object.freeze([]))}z.BREAK=q;z.SKIP=ss;z.REMOVE=Q;function ce(s,e,t,n){const i=is(s,e,t,n);if(v(i)||C(i))return rs(s,n,i),ce(s,i,t,n);if(typeof i!="symbol"){if(_(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=ce(r,e.items[r],t,n);if(typeof o=="number")r=o-1;else{if(o===q)return q;o===Q&&(e.items.splice(r,1),r-=1)}}}else if(C(e)){n=Object.freeze(n.concat(e));const r=ce("key",e.key,t,n);if(r===q)return q;r===Q&&(e.key=null);const o=ce("value",e.value,t,n);if(o===q)return q;o===Q&&(e.value=null)}}return i}function Ge(s,e){return ct(this,null,function*(){const t=ns(e);be(s)?(yield fe(null,s.contents,t,Object.freeze([s])))===Q&&(s.contents=null):yield fe(null,s,t,Object.freeze([]))})}Ge.BREAK=q;Ge.SKIP=ss;Ge.REMOVE=Q;function fe(s,e,t,n){return ct(this,null,function*(){const i=yield is(s,e,t,n);if(v(i)||C(i))return rs(s,n,i),fe(s,i,t,n);if(typeof i!="symbol"){if(_(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=yield fe(r,e.items[r],t,n);if(typeof o=="number")r=o-1;else{if(o===q)return q;o===Q&&(e.items.splice(r,1),r-=1)}}}else if(C(e)){n=Object.freeze(n.concat(e));const r=yield fe("key",e.key,t,n);if(r===q)return q;r===Q&&(e.key=null);const o=yield fe("value",e.value,t,n);if(o===q)return q;o===Q&&(e.value=null)}}return i})}function ns(s){return typeof s=="object"&&(s.Collection||s.Node||s.Value)?Object.assign({Alias:s.Node,Map:s.Node,Scalar:s.Node,Seq:s.Node},s.Value&&{Map:s.Value,Scalar:s.Value,Seq:s.Value},s.Collection&&{Map:s.Collection,Seq:s.Collection},s):s}function is(s,e,t,n){var i,r,o,l,a;if(typeof t=="function")return t(s,e,n);if(we(e))return(i=t.Map)==null?void 0:i.call(t,s,e,n);if(Se(e))return(r=t.Seq)==null?void 0:r.call(t,s,e,n);if(C(e))return(o=t.Pair)==null?void 0:o.call(t,s,e,n);if(A(e))return(l=t.Scalar)==null?void 0:l.call(t,s,e,n);if(re(e))return(a=t.Alias)==null?void 0:a.call(t,s,e,n)}function rs(s,e,t){const n=e[e.length-1];if(_(n))n.items[s]=t;else if(C(n))s==="key"?n.key=t:n.value=t;else if(be(n))n.contents=t;else{const i=re(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}const Zs={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},en=s=>s.replace(/[!,[\]{}]/g,e=>Zs[e]);class j{constructor(e,t){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},j.defaultYaml,e),this.tags=Object.assign({},j.defaultTags,t)}clone(){const e=new j(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){const e=new j(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:j.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},j.defaultTags);break}return e}add(e,t){this.atNextDocument&&(this.yaml={explicit:j.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},j.defaultTags),this.atNextDocument=!1);const n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(t(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;const[r,o]=n;return this.tags[r]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return t(0,"%YAML directive should contain exactly one part"),!1;const[r]=n;if(r==="1.1"||r==="1.2")return this.yaml.version=r,!0;{const o=/^\d+\.\d+$/.test(r);return t(6,`Unsupported YAML version ${r}`,o),!1}}default:return t(0,`Unknown directive ${i}`,!0),!1}}tagName(e,t){if(e==="!")return"!";if(e[0]!=="!")return t(`Not a valid tag: ${e}`),null;if(e[1]==="<"){const o=e.slice(2,-1);return o==="!"||o==="!!"?(t(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&t("Verbatim tags must end with a >"),o)}const[,n,i]=e.match(new RegExp("^(.*!)([^!]*)$","s"));i||t(`The ${e} tag has no suffix`);const r=this.tags[n];if(r)try{return r+decodeURIComponent(i)}catch(o){return t(String(o)),null}return n==="!"?e:(t(`Could not resolve tag: ${e}`),null)}tagString(e){for(const[t,n]of Object.entries(this.tags))if(e.startsWith(n))return t+en(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){const t=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags);let i;if(e&&n.length>0&&v(e.contents)){const r={};z(e.contents,(o,l)=>{v(l)&&l.tag&&(r[l.tag]=!0)}),i=Object.keys(r)}else i=[];for(const[r,o]of n)r==="!!"&&o==="tag:yaml.org,2002:"||(!e||i.some(l=>l.startsWith(o)))&&t.push(`%TAG ${r} ${o}`);return t.join(`
2
+ `)}}j.defaultYaml={explicit:!1,version:"1.2"};j.defaultTags={"!!":"tag:yaml.org,2002:"};function os(s){if(/[\x00-\x19\s,[\]{}]/.test(s)){const t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(s)}`;throw new Error(t)}return!0}function ls(s){const e=new Set;return z(s,{Value(t,n){n.anchor&&e.add(n.anchor)}}),e}function as(s,e){for(let t=1;;++t){const n=`${s}${t}`;if(!e.has(n))return n}}function tn(s,e){const t=[],n=new Map;let i=null;return{onAnchor:r=>{t.push(r),i||(i=ls(s));const o=as(e,i);return i.add(o),o},setAnchors:()=>{for(const r of t){const o=n.get(r);if(typeof o=="object"&&o.anchor&&(A(o.node)||_(o.node)))o.node.anchor=o.anchor;else{const l=new Error("Failed to resolve repeated object (this should not happen)");throw l.source=r,l}}},sourceObjects:n}}function ue(s,e,t,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,r=n.length;i<r;++i){const o=n[i],l=ue(s,n,String(i),o);l===void 0?delete n[i]:l!==o&&(n[i]=l)}else if(n instanceof Map)for(const i of Array.from(n.keys())){const r=n.get(i),o=ue(s,n,i,r);o===void 0?n.delete(i):o!==r&&n.set(i,o)}else if(n instanceof Set)for(const i of Array.from(n)){const r=ue(s,n,i,i);r===void 0?n.delete(i):r!==i&&(n.delete(i),n.add(r))}else for(const[i,r]of Object.entries(n)){const o=ue(s,n,i,r);o===void 0?delete n[i]:o!==r&&(n[i]=o)}return s.call(e,t,n)}function F(s,e,t){if(Array.isArray(s))return s.map((n,i)=>F(n,String(i),t));if(s&&typeof s.toJSON=="function"){if(!t||!Xs(s))return s.toJSON(e,t);const n={aliasCount:0,count:1,res:void 0};t.anchors.set(s,n),t.onCreate=r=>{n.res=r,delete t.onCreate};const i=s.toJSON(e,t);return t.onCreate&&t.onCreate(i),i}return typeof s=="bigint"&&!(t!=null&&t.keep)?Number(s):s}class Et{constructor(e){Object.defineProperty(this,R,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:n,onAnchor:i,reviver:r}={}){if(!be(e))throw new TypeError("A document argument is required");const o={anchors:new Map,doc:e,keep:!0,mapAsMap:t===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},l=F(this,"",o);if(typeof i=="function")for(const{count:a,res:c}of o.anchors.values())i(c,a);return typeof r=="function"?ue(r,{"":l},"",l):l}}class He extends Et{constructor(e){super(Tt),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let t;return z(e,{Node:(n,i)=>{if(i===this)return z.BREAK;i.anchor===this.source&&(t=i)}}),t}toJSON(e,t){if(!t)return{source:this.source};const{anchors:n,doc:i,maxAliasCount:r}=t,o=this.resolve(i);if(!o){const a=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(a)}let l=n.get(o);if(l||(F(o,null,t),l=n.get(o)),!l||l.res===void 0){const a="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(a)}if(r>=0&&(l.count+=1,l.aliasCount===0&&(l.aliasCount=Ke(i,o,n)),l.count*l.aliasCount>r)){const a="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(a)}return l.res}toString(e,t,n){const i=`*${this.source}`;if(e){if(os(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const r=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(r)}if(e.implicitKey)return`${i} `}return i}}function Ke(s,e,t){if(re(e)){const n=e.resolve(s),i=t&&n&&t.get(n);return i?i.count*i.aliasCount:0}else if(_(e)){let n=0;for(const i of e.items){const r=Ke(s,i,t);r>n&&(n=r)}return n}else if(C(e)){const n=Ke(s,e.key,t),i=Ke(s,e.value,t);return Math.max(n,i)}return 1}const cs=s=>!s||typeof s!="function"&&typeof s!="object";class O extends Et{constructor(e){super(G),this.value=e}toJSON(e,t){return t!=null&&t.keep?this.value:F(this.value,e,t)}toString(){return String(this.value)}}O.BLOCK_FOLDED="BLOCK_FOLDED";O.BLOCK_LITERAL="BLOCK_LITERAL";O.PLAIN="PLAIN";O.QUOTE_DOUBLE="QUOTE_DOUBLE";O.QUOTE_SINGLE="QUOTE_SINGLE";const sn="tag:yaml.org,2002:";function nn(s,e,t){var n;if(e){const i=t.filter(o=>o.tag===e),r=(n=i.find(o=>!o.format))!=null?n:i[0];if(!r)throw new Error(`Tag ${e} not found`);return r}return t.find(i=>{var r;return((r=i.identify)==null?void 0:r.call(i,s))&&!i.format})}function Ae(s,e,t){var f,p,m;if(be(s)&&(s=s.contents),v(s))return s;if(C(s)){const y=(p=(f=t.schema[x]).createNode)==null?void 0:p.call(f,t.schema,null,t);return y.items.push(s),y}(s instanceof String||s instanceof Number||s instanceof Boolean||typeof BigInt!="undefined"&&s instanceof BigInt)&&(s=s.valueOf());const{aliasDuplicateObjects:n,onAnchor:i,onTagObj:r,schema:o,sourceObjects:l}=t;let a;if(n&&s&&typeof s=="object"){if(a=l.get(s),a)return a.anchor||(a.anchor=i(s)),new He(a.anchor);a={anchor:null,node:null},l.set(s,a)}e!=null&&e.startsWith("!!")&&(e=sn+e.slice(2));let c=nn(s,e,o.tags);if(!c){if(s&&typeof s.toJSON=="function"&&(s=s.toJSON()),!s||typeof s!="object"){const y=new O(s);return a&&(a.node=y),y}c=s instanceof Map?o[x]:Symbol.iterator in Object(s)?o[ge]:o[x]}r&&(r(c),delete t.onTagObj);const h=c!=null&&c.createNode?c.createNode(t.schema,s,t):typeof((m=c==null?void 0:c.nodeClass)==null?void 0:m.from)=="function"?c.nodeClass.from(t.schema,s,t):new O(s);return e?h.tag=e:c.default||(h.tag=c.tag),a&&(a.node=h),h}function Je(s,e,t){let n=t;for(let i=e.length-1;i>=0;--i){const r=e[i];if(typeof r=="number"&&Number.isInteger(r)&&r>=0){const o=[];o[r]=n,n=o}else n=new Map([[r,n]])}return Ae(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:s,sourceObjects:new Map})}const Ee=s=>s==null||typeof s=="object"&&!!s[Symbol.iterator]().next().done;class fs extends Et{constructor(e,t){super(e),Object.defineProperty(this,"schema",{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(n=>v(n)||C(n)?n.clone(e):n),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(Ee(e))this.add(t);else{const[n,...i]=e,r=this.get(n,!0);if(_(r))r.addIn(i,t);else if(r===void 0&&this.schema)this.set(n,Je(this.schema,i,t));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){const[t,...n]=e;if(n.length===0)return this.delete(t);const i=this.get(t,!0);if(_(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${t}. Remaining path: ${n}`)}getIn(e,t){const[n,...i]=e,r=this.get(n,!0);return i.length===0?!t&&A(r)?r.value:r:_(r)?r.getIn(i,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!C(t))return!1;const n=t.value;return n==null||e&&A(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){const[t,...n]=e;if(n.length===0)return this.has(t);const i=this.get(t,!0);return _(i)?i.hasIn(n):!1}setIn(e,t){const[n,...i]=e;if(i.length===0)this.set(n,t);else{const r=this.get(n,!0);if(_(r))r.setIn(i,t);else if(r===void 0&&this.schema)this.set(n,Je(this.schema,i,t));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}}const rn=s=>s.replace(/^(?!$)(?: $)?/gm,"#");function Y(s,e){return/^\n+$/.test(s)?s.substring(1):e?s.replace(/^(?! *$)/gm,e):s}const te=(s,e,t)=>s.endsWith(`
3
+ `)?Y(t,e):t.includes(`
4
4
  `)?`
5
- `+X(s,e):(t.endsWith(" ")?"":" ")+s,Fs="flow",Dt="block",He="quoted";function lt(t,e,s="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:r=20,onFold:o,onOverflow:a}={}){if(!i||i<0)return t;i<r&&(r=0);const l=Math.max(1+r,1+i-e.length);if(t.length<=l)return t;const c=[],h={};let u=i-e.length;typeof n=="number"&&(n>i-Math.max(2,r)?c.push(0):u=i-n);let p,y,m=!1,f=-1,g=-1,b=-1;s===Dt&&(f=fs(t,f,e.length),f!==-1&&(u=f+l));for(let C;C=t[f+=1];){if(s===He&&C==="\\"){switch(g=f,t[f+1]){case"x":f+=3;break;case"u":f+=5;break;case"U":f+=9;break;default:f+=1}b=f}if(C===`
6
- `)s===Dt&&(f=fs(t,f,e.length)),u=f+e.length+l,p=void 0;else{if(C===" "&&y&&y!==" "&&y!==`
7
- `&&y!==" "){const E=t[f+1];E&&E!==" "&&E!==`
8
- `&&E!==" "&&(p=f)}if(f>=u)if(p)c.push(p),u=p+l,p=void 0;else if(s===He){for(;y===" "||y===" ";)y=C,C=t[f+=1],m=!0;const E=f>b+1?f-2:g-1;if(h[E])return t;c.push(E),h[E]=!0,u=E+l,p=void 0}else m=!0}y=C}if(m&&a&&a(),c.length===0)return t;o&&o();let w=t.slice(0,c[0]);for(let C=0;C<c.length;++C){const E=c[C],N=c[C+1]||t.length;E===0?w=`
9
- ${e}${t.slice(0,N)}`:(s===He&&h[E]&&(w+=`${t[E]}\\`),w+=`
10
- ${e}${t.slice(E+1,N)}`)}return w}function fs(t,e,s){let n=e,i=e+1,r=t[i];for(;r===" "||r===" ";)if(e<i+s)r=t[++e];else{do r=t[++e];while(r&&r!==`
11
- `);n=e,i=e+1,r=t[i]}return n}const ct=(t,e)=>({indentAtStart:e?t.indent.length:t.indentAtStart,lineWidth:t.options.lineWidth,minContentWidth:t.options.minContentWidth}),ft=t=>/^(%|---|\.\.\.)/m.test(t);function xn(t,e,s){if(!e||e<0)return!1;const n=e-s,i=t.length;if(i<=n)return!1;for(let r=0,o=0;r<i;++r)if(t[r]===`
12
- `){if(r-o>n)return!0;if(o=r+1,i-o<=n)return!1}return!0}function Pe(t,e){const s=JSON.stringify(t);if(e.options.doubleQuotedAsJSON)return s;const{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,r=e.indent||(ft(t)?" ":"");let o="",a=0;for(let l=0,c=s[l];c;c=s[++l])if(c===" "&&s[l+1]==="\\"&&s[l+2]==="n"&&(o+=s.slice(a,l)+"\\ ",l+=1,a=l,c="\\"),c==="\\")switch(s[l+1]){case"u":{o+=s.slice(a,l);const h=s.substr(l+2,4);switch(h){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:h.substr(0,2)==="00"?o+="\\x"+h.substr(2):o+=s.substr(l,6)}l+=5,a=l+1}break;case"n":if(n||s[l+2]==='"'||s.length<i)l+=1;else{for(o+=s.slice(a,l)+`
5
+ `+Y(t,e):(s.endsWith(" ")?"":" ")+t,us="flow",bt="block",Fe="quoted";function xe(s,e,t="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:r=20,onFold:o,onOverflow:l}={}){if(!i||i<0)return s;i<r&&(r=0);const a=Math.max(1+r,1+i-e.length);if(s.length<=a)return s;const c=[],h={};let f=i-e.length;typeof n=="number"&&(n>i-Math.max(2,r)?c.push(0):f=i-n);let p,m,y=!1,u=-1,g=-1,b=-1;t===bt&&(u=Vt(s,u,e.length),u!==-1&&(f=u+a));for(let I;I=s[u+=1];){if(t===Fe&&I==="\\"){switch(g=u,s[u+1]){case"x":u+=3;break;case"u":u+=5;break;case"U":u+=9;break;default:u+=1}b=u}if(I===`
6
+ `)t===bt&&(u=Vt(s,u,e.length)),f=u+e.length+a,p=void 0;else{if(I===" "&&m&&m!==" "&&m!==`
7
+ `&&m!==" "){const k=s[u+1];k&&k!==" "&&k!==`
8
+ `&&k!==" "&&(p=u)}if(u>=f)if(p)c.push(p),f=p+a,p=void 0;else if(t===Fe){for(;m===" "||m===" ";)m=I,I=s[u+=1],y=!0;const k=u>b+1?u-2:g-1;if(h[k])return s;c.push(k),h[k]=!0,f=k+a,p=void 0}else y=!0}m=I}if(y&&l&&l(),c.length===0)return s;o&&o();let S=s.slice(0,c[0]);for(let I=0;I<c.length;++I){const k=c[I],N=c[I+1]||s.length;k===0?S=`
9
+ ${e}${s.slice(0,N)}`:(t===Fe&&h[k]&&(S+=`${s[k]}\\`),S+=`
10
+ ${e}${s.slice(k+1,N)}`)}return S}function Vt(s,e,t){let n=e,i=e+1,r=s[i];for(;r===" "||r===" ";)if(e<i+t)r=s[++e];else{do r=s[++e];while(r&&r!==`
11
+ `);n=e,i=e+1,r=s[i]}return n}const ze=(s,e)=>({indentAtStart:e?s.indent.length:s.indentAtStart,lineWidth:s.options.lineWidth,minContentWidth:s.options.minContentWidth}),Xe=s=>/^(%|---|\.\.\.)/m.test(s);function on(s,e,t){if(!e||e<0)return!1;const n=e-t,i=s.length;if(i<=n)return!1;for(let r=0,o=0;r<i;++r)if(s[r]===`
12
+ `){if(r-o>n)return!0;if(o=r+1,i-o<=n)return!1}return!0}function Ie(s,e){const t=JSON.stringify(s);if(e.options.doubleQuotedAsJSON)return t;const{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,r=e.indent||(Xe(s)?" ":"");let o="",l=0;for(let a=0,c=t[a];c;c=t[++a])if(c===" "&&t[a+1]==="\\"&&t[a+2]==="n"&&(o+=t.slice(l,a)+"\\ ",a+=1,l=a,c="\\"),c==="\\")switch(t[a+1]){case"u":{o+=t.slice(l,a);const h=t.substr(a+2,4);switch(h){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:h.substr(0,2)==="00"?o+="\\x"+h.substr(2):o+=t.substr(a,6)}a+=5,l=a+1}break;case"n":if(n||t[a+2]==='"'||t.length<i)a+=1;else{for(o+=t.slice(l,a)+`
13
13
 
14
- `;s[l+2]==="\\"&&s[l+3]==="n"&&s[l+4]!=='"';)o+=`
15
- `,l+=2;o+=r,s[l+2]===" "&&(o+="\\"),l+=1,a=l+1}break;default:l+=1}return o=a?o+s.slice(a):s,n?o:lt(o,r,He,ct(e,!1))}function $t(t,e){if(e.options.singleQuote===!1||e.implicitKey&&t.includes(`
16
- `)||/[ \t]\n|\n[ \t]/.test(t))return Pe(t,e);const s=e.indent||(ft(t)?" ":""),n="'"+t.replace(/'/g,"''").replace(/\n+/g,`$&
17
- ${s}`)+"'";return e.implicitKey?n:lt(n,s,Fs,ct(e,!1))}function be(t,e){const{singleQuote:s}=e.options;let n;if(s===!1)n=Pe;else{const i=t.includes('"'),r=t.includes("'");i&&!r?n=$t:r&&!i?n=Pe:n=s?$t:Pe}return n(t,e)}let Pt;try{Pt=new RegExp(`(^|(?<!
14
+ `;t[a+2]==="\\"&&t[a+3]==="n"&&t[a+4]!=='"';)o+=`
15
+ `,a+=2;o+=r,t[a+2]===" "&&(o+="\\"),a+=1,l=a+1}break;default:a+=1}return o=l?o+t.slice(l):t,n?o:xe(o,r,Fe,ze(e,!1))}function wt(s,e){if(e.options.singleQuote===!1||e.implicitKey&&s.includes(`
16
+ `)||/[ \t]\n|\n[ \t]/.test(s))return Ie(s,e);const t=e.indent||(Xe(s)?" ":""),n="'"+s.replace(/'/g,"''").replace(/\n+/g,`$&
17
+ ${t}`)+"'";return e.implicitKey?n:xe(n,t,us,ze(e,!1))}function he(s,e){const{singleQuote:t}=e.options;let n;if(t===!1)n=Ie;else{const i=s.includes('"'),r=s.includes("'");i&&!r?n=wt:r&&!i?n=Ie:n=t?wt:Ie}return n(s,e)}let St;try{St=new RegExp(`(^|(?<!
18
18
  ))
19
19
  +(?!
20
- |$)`,"g")}catch(t){Pt=/\n+(?!\n|$)/g}function Xe({comment:t,type:e,value:s},n,i,r){const{blockQuote:o,commentString:a,lineWidth:l}=n.options;if(!o||/\n[\t ]+$/.test(s)||/^\s*$/.test(s))return be(s,n);const c=n.indent||(n.forceBlockIndent||ft(s)?" ":""),h=o==="literal"?!0:o==="folded"||e===A.BLOCK_FOLDED?!1:e===A.BLOCK_LITERAL?!0:!xn(s,l,c.length);if(!s)return h?`|
20
+ |$)`,"g")}catch(s){St=/\n+(?!\n|$)/g}function Re({comment:s,type:e,value:t},n,i,r){const{blockQuote:o,commentString:l,lineWidth:a}=n.options;if(!o||/\n[\t ]+$/.test(t)||/^\s*$/.test(t))return he(t,n);const c=n.indent||(n.forceBlockIndent||Xe(t)?" ":""),h=o==="literal"?!0:o==="folded"||e===O.BLOCK_FOLDED?!1:e===O.BLOCK_LITERAL?!0:!on(t,a,c.length);if(!t)return h?`|
21
21
  `:`>
22
- `;let u,p;for(p=s.length;p>0;--p){const I=s[p-1];if(I!==`
23
- `&&I!==" "&&I!==" ")break}let y=s.substring(p);const m=y.indexOf(`
24
- `);m===-1?u="-":s===y||m!==y.length-1?(u="+",r&&r()):u="",y&&(s=s.slice(0,-y.length),y[y.length-1]===`
25
- `&&(y=y.slice(0,-1)),y=y.replace(Pt,`$&${c}`));let f=!1,g,b=-1;for(g=0;g<s.length;++g){const I=s[g];if(I===" ")f=!0;else if(I===`
26
- `)b=g;else break}let w=s.substring(0,b<g?b+1:g);w&&(s=s.substring(w.length),w=w.replace(/\n+/g,`$&${c}`));let E=(h?"|":">")+(f?c?"2":"1":"")+u;if(t&&(E+=" "+a(t.replace(/ ?[\r\n]+/g," ")),i&&i()),h)return s=s.replace(/\n+/g,`$&${c}`),`${E}
27
- ${c}${w}${s}${y}`;s=s.replace(/\n+/g,`
28
- $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${c}`);const N=lt(`${w}${s}${y}`,c,Dt,ct(n,!0));return`${E}
29
- ${c}${N}`}function Gn(t,e,s,n){const{type:i,value:r}=t,{actualString:o,implicitKey:a,indent:l,indentStep:c,inFlow:h}=e;if(a&&r.includes(`
30
- `)||h&&/[[\]{},]/.test(r))return be(r,e);if(!r||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(r))return a||h||!r.includes(`
31
- `)?be(r,e):Xe(t,e,s,n);if(!a&&!h&&i!==A.PLAIN&&r.includes(`
32
- `))return Xe(t,e,s,n);if(ft(r)){if(l==="")return e.forceBlockIndent=!0,Xe(t,e,s,n);if(a&&l===c)return be(r,e)}const u=r.replace(/\n+/g,`$&
33
- ${l}`);if(o){const p=f=>{var g;return f.default&&f.tag!=="tag:yaml.org,2002:str"&&((g=f.test)==null?void 0:g.test(u))},{compat:y,tags:m}=e.doc.schema;if(m.some(p)||y!=null&&y.some(p))return be(r,e)}return a?u:lt(u,l,Fs,ct(e,!1))}function Ue(t,e,s,n){const{implicitKey:i,inFlow:r}=e,o=typeof t.value=="string"?t:Object.assign({},t,{value:String(t.value)});let{type:a}=t;a!==A.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(a=A.QUOTE_DOUBLE);const l=h=>{switch(h){case A.BLOCK_FOLDED:case A.BLOCK_LITERAL:return i||r?be(o.value,e):Xe(o,e,s,n);case A.QUOTE_DOUBLE:return Pe(o.value,e);case A.QUOTE_SINGLE:return $t(o.value,e);case A.PLAIN:return Gn(o,e,s,n);default:return null}};let c=l(a);if(c===null){const{defaultKeyType:h,defaultStringType:u}=e.options,p=i&&h||u;if(c=l(p),c===null)throw new Error(`Unsupported default string type ${p}`)}return c}function Ks(t,e){const s=Object.assign({blockQuote:!0,commentString:Wn,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},t.schema.toStringOptions,e);let n;switch(s.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:t,flowCollectionPadding:s.flowCollectionPadding?" ":"",indent:"",indentStep:typeof s.indent=="number"?" ".repeat(s.indent):" ",inFlow:n,options:s}}function Hn(t,e){var i,r,o,a;if(e.tag){const l=t.filter(c=>c.tag===e.tag);if(l.length>0)return(i=l.find(c=>c.format===e.format))!=null?i:l[0]}let s,n;if(L(e)){n=e.value;const l=t.filter(c=>{var h;return(h=c.identify)==null?void 0:h.call(c,n)});s=(r=l.find(c=>c.format===e.format))!=null?r:l.find(c=>!c.format)}else n=e,s=t.find(l=>l.nodeClass&&n instanceof l.nodeClass);if(!s){const l=(a=(o=n==null?void 0:n.constructor)==null?void 0:o.name)!=null?a:typeof n;throw new Error(`Tag not resolved for ${l} value`)}return s}function Xn(t,e,{anchors:s,doc:n}){if(!n.directives)return"";const i=[],r=(L(t)||D(t))&&t.anchor;r&&Ds(r)&&(s.add(r),i.push(`&${r}`));const o=t.tag?t.tag:e.default?null:e.tag;return o&&i.push(n.directives.tagString(o)),i.join(" ")}function Oe(t,e,s,n){var l,c;if(_(t))return t.toString(e,s,n);if(fe(t)){if(e.doc.directives)return t.toString(e);if((l=e.resolvedAliases)!=null&&l.has(t))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(t):e.resolvedAliases=new Set([t]),t=t.resolve(e.doc)}let i;const r=B(t)?t:e.doc.createNode(t,{onTagObj:h=>i=h});i||(i=Hn(e.doc.schema.tags,r));const o=Xn(r,i,e);o.length>0&&(e.indentAtStart=((c=e.indentAtStart)!=null?c:0)+o.length+1);const a=typeof i.stringify=="function"?i.stringify(r,e,s,n):L(r)?Ue(r,e,s,n):r.toString(e,s,n);return o?L(r)||a[0]==="{"||a[0]==="["?`${o} ${a}`:`${o}
34
- ${e.indent}${a}`:a}function Zn({key:t,value:e},s,n,i){var $,S;const{allNullValues:r,doc:o,indent:a,indentStep:l,options:{commentString:c,indentSeq:h,simpleKeys:u}}=s;let p=B(t)&&t.comment||null;if(u){if(p)throw new Error("With simple keys, key nodes cannot have comments");if(D(t)||!B(t)&&typeof t=="object"){const M="With simple keys, collection cannot be used as a key value";throw new Error(M)}}let y=!u&&(!t||p&&e==null&&!s.inFlow||D(t)||(L(t)?t.type===A.BLOCK_FOLDED||t.type===A.BLOCK_LITERAL:typeof t=="object"));s=Object.assign({},s,{allNullValues:!1,implicitKey:!y&&(u||!r),indent:a+l});let m=!1,f=!1,g=Oe(t,s,()=>m=!0,()=>f=!0);if(!y&&!s.inFlow&&g.length>1024){if(u)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");y=!0}if(s.inFlow){if(r||e==null)return m&&n&&n(),g===""?"?":y?`? ${g}`:g}else if(r&&!u||e==null&&y)return g=`? ${g}`,p&&!m?g+=oe(g,s.indent,c(p)):f&&i&&i(),g;m&&(p=null),y?(p&&(g+=oe(g,s.indent,c(p))),g=`? ${g}
35
- ${a}:`):(g=`${g}:`,p&&(g+=oe(g,s.indent,c(p))));let b,w,C;B(e)?(b=!!e.spaceBefore,w=e.commentBefore,C=e.comment):(b=!1,w=null,C=null,e&&typeof e=="object"&&(e=o.createNode(e))),s.implicitKey=!1,!y&&!p&&L(e)&&(s.indentAtStart=g.length+1),f=!1,!h&&l.length>=2&&!s.inFlow&&!y&&Ce(e)&&!e.flow&&!e.tag&&!e.anchor&&(s.indent=s.indent.substring(2));let E=!1;const N=Oe(e,s,()=>E=!0,()=>f=!0);let I=" ";if(p||b||w){if(I=b?`
36
- `:"",w){const M=c(w);I+=`
37
- ${X(M,s.indent)}`}N===""&&!s.inFlow?I===`
38
- `&&(I=`
22
+ `;let f,p;for(p=t.length;p>0;--p){const E=t[p-1];if(E!==`
23
+ `&&E!==" "&&E!==" ")break}let m=t.substring(p);const y=m.indexOf(`
24
+ `);y===-1?f="-":t===m||y!==m.length-1?(f="+",r&&r()):f="",m&&(t=t.slice(0,-m.length),m[m.length-1]===`
25
+ `&&(m=m.slice(0,-1)),m=m.replace(St,`$&${c}`));let u=!1,g,b=-1;for(g=0;g<t.length;++g){const E=t[g];if(E===" ")u=!0;else if(E===`
26
+ `)b=g;else break}let S=t.substring(0,b<g?b+1:g);S&&(t=t.substring(S.length),S=S.replace(/\n+/g,`$&${c}`));let k=(h?"|":">")+(u?c?"2":"1":"")+f;if(s&&(k+=" "+l(s.replace(/ ?[\r\n]+/g," ")),i&&i()),h)return t=t.replace(/\n+/g,`$&${c}`),`${k}
27
+ ${c}${S}${t}${m}`;t=t.replace(/\n+/g,`
28
+ $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${c}`);const N=xe(`${S}${t}${m}`,c,bt,ze(n,!0));return`${k}
29
+ ${c}${N}`}function ln(s,e,t,n){const{type:i,value:r}=s,{actualString:o,implicitKey:l,indent:a,indentStep:c,inFlow:h}=e;if(l&&r.includes(`
30
+ `)||h&&/[[\]{},]/.test(r))return he(r,e);if(!r||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(r))return l||h||!r.includes(`
31
+ `)?he(r,e):Re(s,e,t,n);if(!l&&!h&&i!==O.PLAIN&&r.includes(`
32
+ `))return Re(s,e,t,n);if(Xe(r)){if(a==="")return e.forceBlockIndent=!0,Re(s,e,t,n);if(l&&a===c)return he(r,e)}const f=r.replace(/\n+/g,`$&
33
+ ${a}`);if(o){const p=u=>{var g;return u.default&&u.tag!=="tag:yaml.org,2002:str"&&((g=u.test)==null?void 0:g.test(f))},{compat:m,tags:y}=e.doc.schema;if(y.some(p)||m!=null&&m.some(p))return he(r,e)}return l?f:xe(f,a,us,ze(e,!1))}function _e(s,e,t,n){const{implicitKey:i,inFlow:r}=e,o=typeof s.value=="string"?s:Object.assign({},s,{value:String(s.value)});let{type:l}=s;l!==O.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(l=O.QUOTE_DOUBLE);const a=h=>{switch(h){case O.BLOCK_FOLDED:case O.BLOCK_LITERAL:return i||r?he(o.value,e):Re(o,e,t,n);case O.QUOTE_DOUBLE:return Ie(o.value,e);case O.QUOTE_SINGLE:return wt(o.value,e);case O.PLAIN:return ln(o,e,t,n);default:return null}};let c=a(l);if(c===null){const{defaultKeyType:h,defaultStringType:f}=e.options,p=i&&h||f;if(c=a(p),c===null)throw new Error(`Unsupported default string type ${p}`)}return c}function hs(s,e){const t=Object.assign({blockQuote:!0,commentString:rn,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},s.schema.toStringOptions,e);let n;switch(t.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:s,flowCollectionPadding:t.flowCollectionPadding?" ":"",indent:"",indentStep:typeof t.indent=="number"?" ".repeat(t.indent):" ",inFlow:n,options:t}}function an(s,e){var i,r,o,l;if(e.tag){const a=s.filter(c=>c.tag===e.tag);if(a.length>0)return(i=a.find(c=>c.format===e.format))!=null?i:a[0]}let t,n;if(A(e)){n=e.value;const a=s.filter(c=>{var h;return(h=c.identify)==null?void 0:h.call(c,n)});t=(r=a.find(c=>c.format===e.format))!=null?r:a.find(c=>!c.format)}else n=e,t=s.find(a=>a.nodeClass&&n instanceof a.nodeClass);if(!t){const a=(l=(o=n==null?void 0:n.constructor)==null?void 0:o.name)!=null?l:typeof n;throw new Error(`Tag not resolved for ${a} value`)}return t}function cn(s,e,{anchors:t,doc:n}){if(!n.directives)return"";const i=[],r=(A(s)||_(s))&&s.anchor;r&&os(r)&&(t.add(r),i.push(`&${r}`));const o=s.tag?s.tag:e.default?null:e.tag;return o&&i.push(n.directives.tagString(o)),i.join(" ")}function me(s,e,t,n){var a,c;if(C(s))return s.toString(e,t,n);if(re(s)){if(e.doc.directives)return s.toString(e);if((a=e.resolvedAliases)!=null&&a.has(s))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(s):e.resolvedAliases=new Set([s]),s=s.resolve(e.doc)}let i;const r=v(s)?s:e.doc.createNode(s,{onTagObj:h=>i=h});i||(i=an(e.doc.schema.tags,r));const o=cn(r,i,e);o.length>0&&(e.indentAtStart=((c=e.indentAtStart)!=null?c:0)+o.length+1);const l=typeof i.stringify=="function"?i.stringify(r,e,t,n):A(r)?_e(r,e,t,n):r.toString(e,t,n);return o?A(r)||l[0]==="{"||l[0]==="["?`${o} ${l}`:`${o}
34
+ ${e.indent}${l}`:l}function fn({key:s,value:e},t,n,i){var $,w;const{allNullValues:r,doc:o,indent:l,indentStep:a,options:{commentString:c,indentSeq:h,simpleKeys:f}}=t;let p=v(s)&&s.comment||null;if(f){if(p)throw new Error("With simple keys, key nodes cannot have comments");if(_(s)||!v(s)&&typeof s=="object"){const L="With simple keys, collection cannot be used as a key value";throw new Error(L)}}let m=!f&&(!s||p&&e==null&&!t.inFlow||_(s)||(A(s)?s.type===O.BLOCK_FOLDED||s.type===O.BLOCK_LITERAL:typeof s=="object"));t=Object.assign({},t,{allNullValues:!1,implicitKey:!m&&(f||!r),indent:l+a});let y=!1,u=!1,g=me(s,t,()=>y=!0,()=>u=!0);if(!m&&!t.inFlow&&g.length>1024){if(f)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");m=!0}if(t.inFlow){if(r||e==null)return y&&n&&n(),g===""?"?":m?`? ${g}`:g}else if(r&&!f||e==null&&m)return g=`? ${g}`,p&&!y?g+=te(g,t.indent,c(p)):u&&i&&i(),g;y&&(p=null),m?(p&&(g+=te(g,t.indent,c(p))),g=`? ${g}
35
+ ${l}:`):(g=`${g}:`,p&&(g+=te(g,t.indent,c(p))));let b,S,I;v(e)?(b=!!e.spaceBefore,S=e.commentBefore,I=e.comment):(b=!1,S=null,I=null,e&&typeof e=="object"&&(e=o.createNode(e))),t.implicitKey=!1,!m&&!p&&A(e)&&(t.indentAtStart=g.length+1),u=!1,!h&&a.length>=2&&!t.inFlow&&!m&&Se(e)&&!e.flow&&!e.tag&&!e.anchor&&(t.indent=t.indent.substring(2));let k=!1;const N=me(e,t,()=>k=!0,()=>u=!0);let E=" ";if(p||b||S){if(E=b?`
36
+ `:"",S){const L=c(S);E+=`
37
+ ${Y(L,t.indent)}`}N===""&&!t.inFlow?E===`
38
+ `&&(E=`
39
39
 
40
- `):I+=`
41
- ${s.indent}`}else if(!y&&D(e)){const M=N[0],P=N.indexOf(`
42
- `),F=P!==-1,ie=(S=($=s.inFlow)!=null?$:e.flow)!=null?S:e.items.length===0;if(F||!ie){let he=!1;if(F&&(M==="&"||M==="!")){let R=N.indexOf(" ");M==="&"&&R!==-1&&R<P&&N[R+1]==="!"&&(R=N.indexOf(" ",R+1)),(R===-1||P<R)&&(he=!0)}he||(I=`
43
- ${s.indent}`)}}else(N===""||N[0]===`
44
- `)&&(I="");return g+=I+N,s.inFlow?E&&n&&n():C&&!E?g+=oe(g,s.indent,c(C)):f&&i&&i(),g}function js(t,e){(t==="debug"||t==="warn")&&(typeof process!="undefined"&&process.emitWarning?process.emitWarning(e):console.warn(e))}const us="<<";function qs(t,e,{key:s,value:n}){if(t!=null&&t.doc.schema.merge&&ei(s))if(n=fe(n)?n.resolve(t.doc):n,Ce(n))for(const i of n.items)Et(t,e,i);else if(Array.isArray(n))for(const i of n)Et(t,e,i);else Et(t,e,n);else{const i=Q(s,"",t);if(e instanceof Map)e.set(i,Q(n,i,t));else if(e instanceof Set)e.add(i);else{const r=ti(s,i,t),o=Q(n,r,t);r in e?Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0}):e[r]=o}}return e}const ei=t=>t===us||L(t)&&t.value===us&&(!t.type||t.type===A.PLAIN);function Et(t,e,s){const n=t&&fe(s)?s.resolve(t.doc):s;if(!Ie(n))throw new Error("Merge sources must be maps or map aliases");const i=n.toJSON(null,t,Map);for(const[r,o]of i)e instanceof Map?e.has(r)||e.set(r,o):e instanceof Set?e.add(r):Object.prototype.hasOwnProperty.call(e,r)||Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0});return e}function ti(t,e,s){if(e===null)return"";if(typeof e!="object")return String(e);if(B(t)&&(s!=null&&s.doc)){const n=Ks(s.doc,{});n.anchors=new Set;for(const r of s.anchors.keys())n.anchors.add(r.anchor);n.inFlow=!0,n.inStringifyKey=!0;const i=t.toString(n);if(!s.mapKeyWarned){let r=JSON.stringify(i);r.length>40&&(r=r.substring(0,36)+'..."'),js(s.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${r}. Set mapAsMap: true to use object keys.`),s.mapKeyWarned=!0}return i}return JSON.stringify(e)}function vt(t,e,s){const n=Re(t,void 0,s),i=Re(e,void 0,s);return new q(n,i)}class q{constructor(e,s=null){Object.defineProperty(this,Y,{value:Is}),this.key=e,this.value=s}clone(e){let{key:s,value:n}=this;return B(s)&&(s=s.clone(e)),B(n)&&(n=n.clone(e)),new q(s,n)}toJSON(e,s){const n=s!=null&&s.mapAsMap?new Map:{};return qs(s,n,this)}toString(e,s,n){return e!=null&&e.doc?Zn(this,e,s,n):JSON.stringify(this)}}function zs(t,e,s){var r;return(((r=e.inFlow)!=null?r:t.flow)?ni:si)(t,e,s)}function si({comment:t,items:e},s,{blockItemPrefix:n,flowChars:i,itemIndent:r,onChompKeep:o,onComment:a}){const{indent:l,options:{commentString:c}}=s,h=Object.assign({},s,{indent:r,type:null});let u=!1;const p=[];for(let m=0;m<e.length;++m){const f=e[m];let g=null;if(B(f))!u&&f.spaceBefore&&p.push(""),st(s,p,f.commentBefore,u),f.comment&&(g=f.comment);else if(_(f)){const w=B(f.key)?f.key:null;w&&(!u&&w.spaceBefore&&p.push(""),st(s,p,w.commentBefore,u))}u=!1;let b=Oe(f,h,()=>g=null,()=>u=!0);g&&(b+=oe(b,r,c(g))),u&&g&&(u=!1),p.push(n+b)}let y;if(p.length===0)y=i.start+i.end;else{y=p[0];for(let m=1;m<p.length;++m){const f=p[m];y+=f?`
45
- ${l}${f}`:`
46
- `}}return t?(y+=`
47
- `+X(c(t),l),a&&a()):u&&o&&o(),y}function ni({items:t},e,{flowChars:s,itemIndent:n}){const{indent:i,indentStep:r,flowCollectionPadding:o,options:{commentString:a}}=e;n+=r;const l=Object.assign({},e,{indent:n,inFlow:!0,type:null});let c=!1,h=0;const u=[];for(let m=0;m<t.length;++m){const f=t[m];let g=null;if(B(f))f.spaceBefore&&u.push(""),st(e,u,f.commentBefore,!1),f.comment&&(g=f.comment);else if(_(f)){const w=B(f.key)?f.key:null;w&&(w.spaceBefore&&u.push(""),st(e,u,w.commentBefore,!1),w.comment&&(c=!0));const C=B(f.value)?f.value:null;C?(C.comment&&(g=C.comment),C.commentBefore&&(c=!0)):f.value==null&&(w!=null&&w.comment)&&(g=w.comment)}g&&(c=!0);let b=Oe(f,l,()=>g=null);m<t.length-1&&(b+=","),g&&(b+=oe(b,n,a(g))),!c&&(u.length>h||b.includes(`
48
- `))&&(c=!0),u.push(b),h=u.length}const{start:p,end:y}=s;if(u.length===0)return p+y;if(!c){const m=u.reduce((f,g)=>f+g.length+2,2);c=e.options.lineWidth>0&&m>e.options.lineWidth}if(c){let m=p;for(const f of u)m+=f?`
49
- ${r}${i}${f}`:`
50
- `;return`${m}
51
- ${i}${y}`}else return`${p}${o}${u.join(" ")}${o}${y}`}function st({indent:t,options:{commentString:e}},s,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){const r=X(e(n),t);s.push(r.trimStart())}}function ae(t,e){const s=L(e)?e.value:e;for(const n of t)if(_(n)&&(n.key===e||n.key===s||L(n.key)&&n.key.value===s))return n}class v extends Rs{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(ee,e),this.items=[]}static from(e,s,n){const{keepUndefined:i,replacer:r}=n,o=new this(e),a=(l,c)=>{if(typeof r=="function")c=r.call(s,l,c);else if(Array.isArray(r)&&!r.includes(l))return;(c!==void 0||i)&&o.items.push(vt(l,c,n))};if(s instanceof Map)for(const[l,c]of s)a(l,c);else if(s&&typeof s=="object")for(const l of Object.keys(s))a(l,s[l]);return typeof e.sortMapEntries=="function"&&o.items.sort(e.sortMapEntries),o}add(e,s){var o;let n;_(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new q(e,e==null?void 0:e.value):n=new q(e.key,e.value);const i=ae(this.items,n.key),r=(o=this.schema)==null?void 0:o.sortMapEntries;if(i){if(!s)throw new Error(`Key ${n.key} already set`);L(i.value)&&Bs(n.value)?i.value.value=n.value:i.value=n.value}else if(r){const a=this.items.findIndex(l=>r(n,l)<0);a===-1?this.items.push(n):this.items.splice(a,0,n)}else this.items.push(n)}delete(e){const s=ae(this.items,e);return s?this.items.splice(this.items.indexOf(s),1).length>0:!1}get(e,s){var r;const n=ae(this.items,e),i=n==null?void 0:n.value;return(r=!s&&L(i)?i.value:i)!=null?r:void 0}has(e){return!!ae(this.items,e)}set(e,s){this.add(new q(e,s),!0)}toJSON(e,s,n){const i=n?new n:s!=null&&s.mapAsMap?new Map:{};s!=null&&s.onCreate&&s.onCreate(i);for(const r of this.items)qs(s,i,r);return i}toString(e,s,n){if(!e)return JSON.stringify(this);for(const i of this.items)if(!_(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),zs(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:s})}}const Le={collection:"map",default:!0,nodeClass:v,tag:"tag:yaml.org,2002:map",resolve(t,e){return Ie(t)||e("Expected a mapping for this tag"),t},createNode:(t,e,s)=>v.from(t,e,s)};class se extends Rs{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(Ne,e),this.items=[]}add(e){this.items.push(e)}delete(e){const s=Ye(e);return typeof s!="number"?!1:this.items.splice(s,1).length>0}get(e,s){const n=Ye(e);if(typeof n!="number")return;const i=this.items[n];return!s&&L(i)?i.value:i}has(e){const s=Ye(e);return typeof s=="number"&&s<this.items.length}set(e,s){const n=Ye(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);const i=this.items[n];L(i)&&Bs(s)?i.value=s:this.items[n]=s}toJSON(e,s){const n=[];s!=null&&s.onCreate&&s.onCreate(n);let i=0;for(const r of this.items)n.push(Q(r,String(i++),s));return n}toString(e,s,n){return e?zs(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:s}):JSON.stringify(this)}static from(e,s,n){const{replacer:i}=n,r=new this(e);if(s&&Symbol.iterator in Object(s)){let o=0;for(let a of s){if(typeof i=="function"){const l=s instanceof Set?a:String(o++);a=i.call(s,l,a)}r.items.push(Re(a,void 0,n))}}return r}}function Ye(t){let e=L(t)?t.value:t;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}const _e={collection:"seq",default:!0,nodeClass:se,tag:"tag:yaml.org,2002:seq",resolve(t,e){return Ce(t)||e("Expected a sequence for this tag"),t},createNode:(t,e,s)=>se.from(t,e,s)},ut={identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify(t,e,s,n){return e=Object.assign({actualString:!0},e),Ue(t,e,s,n)}},ht={identify:t=>t==null,createNode:()=>new A(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new A(null),stringify:({source:t},e)=>typeof t=="string"&&ht.test.test(t)?t:e.options.nullStr},Vt={identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:t=>new A(t[0]==="t"||t[0]==="T"),stringify({source:t,value:e},s){if(t&&Vt.test.test(t)){const n=t[0]==="t"||t[0]==="T";if(e===n)return t}return e?s.options.trueStr:s.options.falseStr}};function x({format:t,minFractionDigits:e,tag:s,value:n}){if(typeof n=="bigint")return String(n);const i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let r=JSON.stringify(n);if(!t&&e&&(!s||s==="tag:yaml.org,2002:float")&&/^\d/.test(r)){let o=r.indexOf(".");o<0&&(o=r.length,r+=".");let a=e-(r.length-o-1);for(;a-- >0;)r+="0"}return r}const Us={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:x},vs={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t),stringify(t){const e=Number(t.value);return isFinite(e)?e.toExponential():x(t)}},Vs={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(t){const e=new A(parseFloat(t)),s=t.indexOf(".");return s!==-1&&t[t.length-1]==="0"&&(e.minFractionDigits=t.length-s-1),e},stringify:x},dt=t=>typeof t=="bigint"||Number.isInteger(t),Qt=(t,e,s,{intAsBigInt:n})=>n?BigInt(t):parseInt(t.substring(e),s);function Qs(t,e,s){const{value:n}=t;return dt(n)&&n>=0?s+n.toString(e):x(t)}const Ys={identify:t=>dt(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(t,e,s)=>Qt(t,2,8,s),stringify:t=>Qs(t,8,"0o")},Js={identify:dt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(t,e,s)=>Qt(t,0,10,s),stringify:x},Ws={identify:t=>dt(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(t,e,s)=>Qt(t,2,16,s),stringify:t=>Qs(t,16,"0x")},ii=[Le,_e,ut,ht,Vt,Ys,Js,Ws,Us,vs,Vs];function hs(t){return typeof t=="bigint"||Number.isInteger(t)}const Je=({value:t})=>JSON.stringify(t),ri=[{identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify:Je},{identify:t=>t==null,createNode:()=>new A(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Je},{identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true|false$/,resolve:t=>t==="true",stringify:Je},{identify:hs,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(t,e,{intAsBigInt:s})=>s?BigInt(t):parseInt(t,10),stringify:({value:t})=>hs(t)?t.toString():JSON.stringify(t)},{identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:t=>parseFloat(t),stringify:Je}],oi={default:!0,tag:"",test:/^/,resolve(t,e){return e(`Unresolved plain scalar ${JSON.stringify(t)}`),t}},ai=[Le,_e].concat(ri,oi),Yt={identify:t=>t instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(t,e){if(typeof Buffer=="function")return Buffer.from(t,"base64");if(typeof atob=="function"){const s=atob(t.replace(/[\n\r]/g,"")),n=new Uint8Array(s.length);for(let i=0;i<s.length;++i)n[i]=s.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),t},stringify({comment:t,type:e,value:s},n,i,r){const o=s;let a;if(typeof Buffer=="function")a=o instanceof Buffer?o.toString("base64"):Buffer.from(o.buffer).toString("base64");else if(typeof btoa=="function"){let l="";for(let c=0;c<o.length;++c)l+=String.fromCharCode(o[c]);a=btoa(l)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e||(e=A.BLOCK_LITERAL),e!==A.QUOTE_DOUBLE){const l=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),c=Math.ceil(a.length/l),h=new Array(c);for(let u=0,p=0;u<c;++u,p+=l)h[u]=a.substr(p,l);a=h.join(e===A.BLOCK_LITERAL?`
52
- `:" ")}return Ue({comment:t,type:e,value:a},n,i,r)}};function xs(t,e){var s;if(Ce(t))for(let n=0;n<t.items.length;++n){let i=t.items[n];if(!_(i)){if(Ie(i)){i.items.length>1&&e("Each pair must have its own sequence indicator");const r=i.items[0]||new q(new A(null));if(i.commentBefore&&(r.key.commentBefore=r.key.commentBefore?`${i.commentBefore}
53
- ${r.key.commentBefore}`:i.commentBefore),i.comment){const o=(s=r.value)!=null?s:r.key;o.comment=o.comment?`${i.comment}
54
- ${o.comment}`:i.comment}i=r}t.items[n]=_(i)?i:new q(i)}}else e("Expected a sequence for this tag");return t}function Gs(t,e,s){const{replacer:n}=s,i=new se(t);i.tag="tag:yaml.org,2002:pairs";let r=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(r++),o));let a,l;if(Array.isArray(o))if(o.length===2)a=o[0],l=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){const c=Object.keys(o);if(c.length===1)a=c[0],l=o[a];else throw new TypeError(`Expected tuple with one key, not ${c.length} keys`)}else a=o;i.items.push(vt(a,l,s))}return i}const Jt={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:xs,createNode:Gs};class Se extends se{constructor(){super(),this.add=v.prototype.add.bind(this),this.delete=v.prototype.delete.bind(this),this.get=v.prototype.get.bind(this),this.has=v.prototype.has.bind(this),this.set=v.prototype.set.bind(this),this.tag=Se.tag}toJSON(e,s){if(!s)return super.toJSON(e);const n=new Map;s!=null&&s.onCreate&&s.onCreate(n);for(const i of this.items){let r,o;if(_(i)?(r=Q(i.key,"",s),o=Q(i.value,r,s)):r=Q(i,"",s),n.has(r))throw new Error("Ordered maps must not include duplicate keys");n.set(r,o)}return n}static from(e,s,n){const i=Gs(e,s,n),r=new this;return r.items=i.items,r}}Se.tag="tag:yaml.org,2002:omap";const Wt={collection:"seq",identify:t=>t instanceof Map,nodeClass:Se,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){const s=xs(t,e),n=[];for(const{key:i}of s.items)L(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new Se,s)},createNode:(t,e,s)=>Se.from(t,e,s)};function Hs({value:t,source:e},s){return e&&(t?Xs:Zs).test.test(e)?e:t?s.options.trueStr:s.options.falseStr}const Xs={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new A(!0),stringify:Hs},Zs={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new A(!1),stringify:Hs},li={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:x},ci={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){const e=Number(t.value);return isFinite(e)?e.toExponential():x(t)}},fi={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){const e=new A(parseFloat(t.replace(/_/g,""))),s=t.indexOf(".");if(s!==-1){const n=t.substring(s+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:x},ve=t=>typeof t=="bigint"||Number.isInteger(t);function pt(t,e,s,{intAsBigInt:n}){const i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),n){switch(s){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}const o=BigInt(t);return i==="-"?BigInt(-1)*o:o}const r=parseInt(t,s);return i==="-"?-1*r:r}function xt(t,e,s){const{value:n}=t;if(ve(n)){const i=n.toString(e);return n<0?"-"+s+i.substr(1):s+i}return x(t)}const ui={identify:ve,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,s)=>pt(t,2,2,s),stringify:t=>xt(t,2,"0b")},hi={identify:ve,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,s)=>pt(t,1,8,s),stringify:t=>xt(t,8,"0")},di={identify:ve,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,s)=>pt(t,0,10,s),stringify:x},pi={identify:ve,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,s)=>pt(t,2,16,s),stringify:t=>xt(t,16,"0x")};class ke extends v{constructor(e){super(e),this.tag=ke.tag}add(e){let s;_(e)?s=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?s=new q(e.key,null):s=new q(e,null),ae(this.items,s.key)||this.items.push(s)}get(e,s){const n=ae(this.items,e);return!s&&_(n)?L(n.key)?n.key.value:n.key:n}set(e,s){if(typeof s!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof s}`);const n=ae(this.items,e);n&&!s?this.items.splice(this.items.indexOf(n),1):!n&&s&&this.items.push(new q(e))}toJSON(e,s){return super.toJSON(e,s,Set)}toString(e,s,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),s,n);throw new Error("Set items must all have null values")}static from(e,s,n){const{replacer:i}=n,r=new this(e);if(s&&Symbol.iterator in Object(s))for(let o of s)typeof i=="function"&&(o=i.call(s,o,o)),r.items.push(vt(o,null,n));return r}}ke.tag="tag:yaml.org,2002:set";const Gt={collection:"map",identify:t=>t instanceof Set,nodeClass:ke,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,s)=>ke.from(t,e,s),resolve(t,e){if(Ie(t)){if(t.hasAllNullValues(!0))return Object.assign(new ke,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};function Ht(t,e){const s=t[0],n=s==="-"||s==="+"?t.substring(1):t,i=o=>e?BigInt(o):Number(o),r=n.replace(/_/g,"").split(":").reduce((o,a)=>o*i(60)+i(a),i(0));return s==="-"?i(-1)*r:r}function en(t){let{value:e}=t,s=o=>o;if(typeof e=="bigint")s=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return x(t);let n="";e<0&&(n="-",e*=s(-1));const i=s(60),r=[e%i];return e<60?r.unshift(0):(e=(e-r[0])/i,r.unshift(e%i),e>=60&&(e=(e-r[0])/i,r.unshift(e))),n+r.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}const tn={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,e,{intAsBigInt:s})=>Ht(t,s),stringify:en},sn={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>Ht(t,!1),stringify:en},mt={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){const e=t.match(mt.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");const[,s,n,i,r,o,a]=e.map(Number),l=e[7]?Number((e[7]+"00").substr(1,3)):0;let c=Date.UTC(s,n-1,i,r||0,o||0,a||0,l);const h=e[8];if(h&&h!=="Z"){let u=Ht(h,!1);Math.abs(u)<30&&(u*=60),c-=6e4*u}return new Date(c)},stringify:({value:t})=>t.toISOString().replace(/((T00:00)?:00)?\.000Z$/,"")},ds=[Le,_e,ut,ht,Xs,Zs,ui,hi,di,pi,li,ci,fi,Yt,Wt,Jt,Gt,tn,sn,mt],ps=new Map([["core",ii],["failsafe",[Le,_e,ut]],["json",ai],["yaml11",ds],["yaml-1.1",ds]]),ms={binary:Yt,bool:Vt,float:Vs,floatExp:vs,floatNaN:Us,floatTime:sn,int:Js,intHex:Ws,intOct:Ys,intTime:tn,map:Le,null:ht,omap:Wt,pairs:Jt,seq:_e,set:Gt,timestamp:mt},mi={"tag:yaml.org,2002:binary":Yt,"tag:yaml.org,2002:omap":Wt,"tag:yaml.org,2002:pairs":Jt,"tag:yaml.org,2002:set":Gt,"tag:yaml.org,2002:timestamp":mt};function At(t,e){let s=ps.get(e);if(!s)if(Array.isArray(t))s=[];else{const n=Array.from(ps.keys()).filter(i=>i!=="yaml11").map(i=>JSON.stringify(i)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${n} or define customTags array`)}if(Array.isArray(t))for(const n of t)s=s.concat(n);else typeof t=="function"&&(s=t(s.slice()));return s.map(n=>{if(typeof n!="string")return n;const i=ms[n];if(i)return i;const r=Object.keys(ms).map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown custom tag "${n}"; use one of ${r}`)})}const yi=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0;class yt{constructor({compat:e,customTags:s,merge:n,resolveKnownTags:i,schema:r,sortMapEntries:o,toStringDefaults:a}){this.compat=Array.isArray(e)?At(e,"compat"):e?At(null,e):null,this.merge=!!n,this.name=typeof r=="string"&&r||"core",this.knownTags=i?mi:{},this.tags=At(s,this.name),this.toStringOptions=a!=null?a:null,Object.defineProperty(this,ee,{value:Le}),Object.defineProperty(this,Z,{value:ut}),Object.defineProperty(this,Ne,{value:_e}),this.sortMapEntries=typeof o=="function"?o:o===!0?yi:null}clone(){const e=Object.create(yt.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}}function gi(t,e){var l;const s=[];let n=e.directives===!0;if(e.directives!==!1&&t.directives){const c=t.directives.toString(t);c?(s.push(c),n=!0):t.directives.docStart&&(n=!0)}n&&s.push("---");const i=Ks(t,e),{commentString:r}=i.options;if(t.commentBefore){s.length!==1&&s.unshift("");const c=r(t.commentBefore);s.unshift(X(c,""))}let o=!1,a=null;if(t.contents){if(B(t.contents)){if(t.contents.spaceBefore&&n&&s.push(""),t.contents.commentBefore){const u=r(t.contents.commentBefore);s.push(X(u,""))}i.forceBlockIndent=!!t.comment,a=t.contents.comment}const c=a?void 0:()=>o=!0;let h=Oe(t.contents,i,()=>a=null,c);a&&(h+=oe(h,"",r(a))),(h[0]==="|"||h[0]===">")&&s[s.length-1]==="---"?s[s.length-1]=`--- ${h}`:s.push(h)}else s.push(Oe(t.contents,i));if((l=t.directives)!=null&&l.docEnd)if(t.comment){const c=r(t.comment);c.includes(`
55
- `)?(s.push("..."),s.push(X(c,""))):s.push(`... ${c}`)}else s.push("...");else{let c=t.comment;c&&o&&(c=c.replace(/^\n+/,"")),c&&((!o||a)&&s[s.length-1]!==""&&s.push(""),s.push(X(r(c),"")))}return s.join(`
40
+ `):E+=`
41
+ ${t.indent}`}else if(!m&&_(e)){const L=N[0],M=N.indexOf(`
42
+ `),D=M!==-1,Z=(w=($=t.inFlow)!=null?$:e.flow)!=null?w:e.items.length===0;if(D||!Z){let oe=!1;if(D&&(L==="&"||L==="!")){let B=N.indexOf(" ");L==="&"&&B!==-1&&B<M&&N[B+1]==="!"&&(B=N.indexOf(" ",B+1)),(B===-1||M<B)&&(oe=!0)}oe||(E=`
43
+ ${t.indent}`)}}else(N===""||N[0]===`
44
+ `)&&(E="");return g+=E+N,t.inFlow?k&&n&&n():I&&!k?g+=te(g,t.indent,c(I)):u&&i&&i(),g}function ds(s,e){(s==="debug"||s==="warn")&&(typeof process!="undefined"&&process.emitWarning?process.emitWarning(e):console.warn(e))}const Jt="<<";function ps(s,e,{key:t,value:n}){if(s!=null&&s.doc.schema.merge&&un(t))if(n=re(n)?n.resolve(s.doc):n,Se(n))for(const i of n.items)ft(s,e,i);else if(Array.isArray(n))for(const i of n)ft(s,e,i);else ft(s,e,n);else{const i=F(t,"",s);if(e instanceof Map)e.set(i,F(n,i,s));else if(e instanceof Set)e.add(i);else{const r=hn(t,i,s),o=F(n,r,s);r in e?Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0}):e[r]=o}}return e}const un=s=>s===Jt||A(s)&&s.value===Jt&&(!s.type||s.type===O.PLAIN);function ft(s,e,t){const n=s&&re(t)?t.resolve(s.doc):t;if(!we(n))throw new Error("Merge sources must be maps or map aliases");const i=n.toJSON(null,s,Map);for(const[r,o]of i)e instanceof Map?e.has(r)||e.set(r,o):e instanceof Set?e.add(r):Object.prototype.hasOwnProperty.call(e,r)||Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0});return e}function hn(s,e,t){if(e===null)return"";if(typeof e!="object")return String(e);if(v(s)&&(t!=null&&t.doc)){const n=hs(t.doc,{});n.anchors=new Set;for(const r of t.anchors.keys())n.anchors.add(r.anchor);n.inFlow=!0,n.inStringifyKey=!0;const i=s.toString(n);if(!t.mapKeyWarned){let r=JSON.stringify(i);r.length>40&&(r=r.substring(0,36)+'..."'),ds(t.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${r}. Set mapAsMap: true to use object keys.`),t.mapKeyWarned=!0}return i}return JSON.stringify(e)}function It(s,e,t){const n=Ae(s,void 0,t),i=Ae(e,void 0,t);return new P(n,i)}class P{constructor(e,t=null){Object.defineProperty(this,R,{value:ts}),this.key=e,this.value=t}clone(e){let{key:t,value:n}=this;return v(t)&&(t=t.clone(e)),v(n)&&(n=n.clone(e)),new P(t,n)}toJSON(e,t){const n=t!=null&&t.mapAsMap?new Map:{};return ps(t,n,this)}toString(e,t,n){return e!=null&&e.doc?fn(this,e,t,n):JSON.stringify(this)}}function ms(s,e,t){var r;return(((r=e.inFlow)!=null?r:s.flow)?pn:dn)(s,e,t)}function dn({comment:s,items:e},t,{blockItemPrefix:n,flowChars:i,itemIndent:r,onChompKeep:o,onComment:l}){const{indent:a,options:{commentString:c}}=t,h=Object.assign({},t,{indent:r,type:null});let f=!1;const p=[];for(let y=0;y<e.length;++y){const u=e[y];let g=null;if(v(u))!f&&u.spaceBefore&&p.push(""),Qe(t,p,u.commentBefore,f),u.comment&&(g=u.comment);else if(C(u)){const S=v(u.key)?u.key:null;S&&(!f&&S.spaceBefore&&p.push(""),Qe(t,p,S.commentBefore,f))}f=!1;let b=me(u,h,()=>g=null,()=>f=!0);g&&(b+=te(b,r,c(g))),f&&g&&(f=!1),p.push(n+b)}let m;if(p.length===0)m=i.start+i.end;else{m=p[0];for(let y=1;y<p.length;++y){const u=p[y];m+=u?`
45
+ ${a}${u}`:`
46
+ `}}return s?(m+=`
47
+ `+Y(c(s),a),l&&l()):f&&o&&o(),m}function pn({items:s},e,{flowChars:t,itemIndent:n}){const{indent:i,indentStep:r,flowCollectionPadding:o,options:{commentString:l}}=e;n+=r;const a=Object.assign({},e,{indent:n,inFlow:!0,type:null});let c=!1,h=0;const f=[];for(let y=0;y<s.length;++y){const u=s[y];let g=null;if(v(u))u.spaceBefore&&f.push(""),Qe(e,f,u.commentBefore,!1),u.comment&&(g=u.comment);else if(C(u)){const S=v(u.key)?u.key:null;S&&(S.spaceBefore&&f.push(""),Qe(e,f,S.commentBefore,!1),S.comment&&(c=!0));const I=v(u.value)?u.value:null;I?(I.comment&&(g=I.comment),I.commentBefore&&(c=!0)):u.value==null&&(S!=null&&S.comment)&&(g=S.comment)}g&&(c=!0);let b=me(u,a,()=>g=null);y<s.length-1&&(b+=","),g&&(b+=te(b,n,l(g))),!c&&(f.length>h||b.includes(`
48
+ `))&&(c=!0),f.push(b),h=f.length}const{start:p,end:m}=t;if(f.length===0)return p+m;if(!c){const y=f.reduce((u,g)=>u+g.length+2,2);c=e.options.lineWidth>0&&y>e.options.lineWidth}if(c){let y=p;for(const u of f)y+=u?`
49
+ ${r}${i}${u}`:`
50
+ `;return`${y}
51
+ ${i}${m}`}else return`${p}${o}${f.join(" ")}${o}${m}`}function Qe({indent:s,options:{commentString:e}},t,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){const r=Y(e(n),s);t.push(r.trimStart())}}function se(s,e){const t=A(e)?e.value:e;for(const n of s)if(C(n)&&(n.key===e||n.key===t||A(n.key)&&n.key.value===t))return n}class K extends fs{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(x,e),this.items=[]}static from(e,t,n){const{keepUndefined:i,replacer:r}=n,o=new this(e),l=(a,c)=>{if(typeof r=="function")c=r.call(t,a,c);else if(Array.isArray(r)&&!r.includes(a))return;(c!==void 0||i)&&o.items.push(It(a,c,n))};if(t instanceof Map)for(const[a,c]of t)l(a,c);else if(t&&typeof t=="object")for(const a of Object.keys(t))l(a,t[a]);return typeof e.sortMapEntries=="function"&&o.items.sort(e.sortMapEntries),o}add(e,t){var o;let n;C(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new P(e,e==null?void 0:e.value):n=new P(e.key,e.value);const i=se(this.items,n.key),r=(o=this.schema)==null?void 0:o.sortMapEntries;if(i){if(!t)throw new Error(`Key ${n.key} already set`);A(i.value)&&cs(n.value)?i.value.value=n.value:i.value=n.value}else if(r){const l=this.items.findIndex(a=>r(n,a)<0);l===-1?this.items.push(n):this.items.splice(l,0,n)}else this.items.push(n)}delete(e){const t=se(this.items,e);return t?this.items.splice(this.items.indexOf(t),1).length>0:!1}get(e,t){var r;const n=se(this.items,e),i=n==null?void 0:n.value;return(r=!t&&A(i)?i.value:i)!=null?r:void 0}has(e){return!!se(this.items,e)}set(e,t){this.add(new P(e,t),!0)}toJSON(e,t,n){const i=n?new n:t!=null&&t.mapAsMap?new Map:{};t!=null&&t.onCreate&&t.onCreate(i);for(const r of this.items)ps(t,i,r);return i}toString(e,t,n){if(!e)return JSON.stringify(this);for(const i of this.items)if(!C(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),ms(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:t})}}const ke={collection:"map",default:!0,nodeClass:K,tag:"tag:yaml.org,2002:map",resolve(s,e){return we(s)||e("Expected a mapping for this tag"),s},createNode:(s,e,t)=>K.from(s,e,t)};class X extends fs{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(ge,e),this.items=[]}add(e){this.items.push(e)}delete(e){const t=De(e);return typeof t!="number"?!1:this.items.splice(t,1).length>0}get(e,t){const n=De(e);if(typeof n!="number")return;const i=this.items[n];return!t&&A(i)?i.value:i}has(e){const t=De(e);return typeof t=="number"&&t<this.items.length}set(e,t){const n=De(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);const i=this.items[n];A(i)&&cs(t)?i.value=t:this.items[n]=t}toJSON(e,t){const n=[];t!=null&&t.onCreate&&t.onCreate(n);let i=0;for(const r of this.items)n.push(F(r,String(i++),t));return n}toString(e,t,n){return e?ms(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:t}):JSON.stringify(this)}static from(e,t,n){const{replacer:i}=n,r=new this(e);if(t&&Symbol.iterator in Object(t)){let o=0;for(let l of t){if(typeof i=="function"){const a=t instanceof Set?l:String(o++);l=i.call(t,a,l)}r.items.push(Ae(l,void 0,n))}}return r}}function De(s){let e=A(s)?s.value:s;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}const Oe={collection:"seq",default:!0,nodeClass:X,tag:"tag:yaml.org,2002:seq",resolve(s,e){return Se(s)||e("Expected a sequence for this tag"),s},createNode:(s,e,t)=>X.from(s,e,t)},Ze={identify:s=>typeof s=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:s=>s,stringify(s,e,t,n){return e=Object.assign({actualString:!0},e),_e(s,e,t,n)}},et={identify:s=>s==null,createNode:()=>new O(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new O(null),stringify:({source:s},e)=>typeof s=="string"&&et.test.test(s)?s:e.options.nullStr},At={identify:s=>typeof s=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:s=>new O(s[0]==="t"||s[0]==="T"),stringify({source:s,value:e},t){if(s&&At.test.test(s)){const n=s[0]==="t"||s[0]==="T";if(e===n)return s}return e?t.options.trueStr:t.options.falseStr}};function J({format:s,minFractionDigits:e,tag:t,value:n}){if(typeof n=="bigint")return String(n);const i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let r=JSON.stringify(n);if(!s&&e&&(!t||t==="tag:yaml.org,2002:float")&&/^\d/.test(r)){let o=r.indexOf(".");o<0&&(o=r.length,r+=".");let l=e-(r.length-o-1);for(;l-- >0;)r+="0"}return r}const ys={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:s=>s.slice(-3).toLowerCase()==="nan"?NaN:s[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:J},gs={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:s=>parseFloat(s),stringify(s){const e=Number(s.value);return isFinite(e)?e.toExponential():J(s)}},bs={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(s){const e=new O(parseFloat(s)),t=s.indexOf(".");return t!==-1&&s[s.length-1]==="0"&&(e.minFractionDigits=s.length-t-1),e},stringify:J},tt=s=>typeof s=="bigint"||Number.isInteger(s),Ct=(s,e,t,{intAsBigInt:n})=>n?BigInt(s):parseInt(s.substring(e),t);function ws(s,e,t){const{value:n}=s;return tt(n)&&n>=0?t+n.toString(e):J(s)}const Ss={identify:s=>tt(s)&&s>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(s,e,t)=>Ct(s,2,8,t),stringify:s=>ws(s,8,"0o")},ks={identify:tt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(s,e,t)=>Ct(s,0,10,t),stringify:J},Os={identify:s=>tt(s)&&s>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(s,e,t)=>Ct(s,2,16,t),stringify:s=>ws(s,16,"0x")},mn=[ke,Oe,Ze,et,At,Ss,ks,Os,ys,gs,bs];function Qt(s){return typeof s=="bigint"||Number.isInteger(s)}const Pe=({value:s})=>JSON.stringify(s),yn=[{identify:s=>typeof s=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:s=>s,stringify:Pe},{identify:s=>s==null,createNode:()=>new O(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Pe},{identify:s=>typeof s=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true|false$/,resolve:s=>s==="true",stringify:Pe},{identify:Qt,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(s,e,{intAsBigInt:t})=>t?BigInt(s):parseInt(s,10),stringify:({value:s})=>Qt(s)?s.toString():JSON.stringify(s)},{identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:s=>parseFloat(s),stringify:Pe}],gn={default:!0,tag:"",test:/^/,resolve(s,e){return e(`Unresolved plain scalar ${JSON.stringify(s)}`),s}},bn=[ke,Oe].concat(yn,gn),Lt={identify:s=>s instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(s,e){if(typeof Buffer=="function")return Buffer.from(s,"base64");if(typeof atob=="function"){const t=atob(s.replace(/[\n\r]/g,"")),n=new Uint8Array(t.length);for(let i=0;i<t.length;++i)n[i]=t.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),s},stringify({comment:s,type:e,value:t},n,i,r){const o=t;let l;if(typeof Buffer=="function")l=o instanceof Buffer?o.toString("base64"):Buffer.from(o.buffer).toString("base64");else if(typeof btoa=="function"){let a="";for(let c=0;c<o.length;++c)a+=String.fromCharCode(o[c]);l=btoa(a)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e||(e=O.BLOCK_LITERAL),e!==O.QUOTE_DOUBLE){const a=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),c=Math.ceil(l.length/a),h=new Array(c);for(let f=0,p=0;f<c;++f,p+=a)h[f]=l.substr(p,a);l=h.join(e===O.BLOCK_LITERAL?`
52
+ `:" ")}return _e({comment:s,type:e,value:l},n,i,r)}};function Ns(s,e){var t;if(Se(s))for(let n=0;n<s.items.length;++n){let i=s.items[n];if(!C(i)){if(we(i)){i.items.length>1&&e("Each pair must have its own sequence indicator");const r=i.items[0]||new P(new O(null));if(i.commentBefore&&(r.key.commentBefore=r.key.commentBefore?`${i.commentBefore}
53
+ ${r.key.commentBefore}`:i.commentBefore),i.comment){const o=(t=r.value)!=null?t:r.key;o.comment=o.comment?`${i.comment}
54
+ ${o.comment}`:i.comment}i=r}s.items[n]=C(i)?i:new P(i)}}else e("Expected a sequence for this tag");return s}function Ts(s,e,t){const{replacer:n}=t,i=new X(s);i.tag="tag:yaml.org,2002:pairs";let r=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(r++),o));let l,a;if(Array.isArray(o))if(o.length===2)l=o[0],a=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){const c=Object.keys(o);if(c.length===1)l=c[0],a=o[l];else throw new TypeError(`Expected tuple with one key, not ${c.length} keys`)}else l=o;i.items.push(It(l,a,t))}return i}const _t={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:Ns,createNode:Ts};class de extends X{constructor(){super(),this.add=K.prototype.add.bind(this),this.delete=K.prototype.delete.bind(this),this.get=K.prototype.get.bind(this),this.has=K.prototype.has.bind(this),this.set=K.prototype.set.bind(this),this.tag=de.tag}toJSON(e,t){if(!t)return super.toJSON(e);const n=new Map;t!=null&&t.onCreate&&t.onCreate(n);for(const i of this.items){let r,o;if(C(i)?(r=F(i.key,"",t),o=F(i.value,r,t)):r=F(i,"",t),n.has(r))throw new Error("Ordered maps must not include duplicate keys");n.set(r,o)}return n}static from(e,t,n){const i=Ts(e,t,n),r=new this;return r.items=i.items,r}}de.tag="tag:yaml.org,2002:omap";const $t={collection:"seq",identify:s=>s instanceof Map,nodeClass:de,default:!1,tag:"tag:yaml.org,2002:omap",resolve(s,e){const t=Ns(s,e),n=[];for(const{key:i}of t.items)A(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new de,t)},createNode:(s,e,t)=>de.from(s,e,t)};function Es({value:s,source:e},t){return e&&(s?Is:As).test.test(e)?e:s?t.options.trueStr:t.options.falseStr}const Is={identify:s=>s===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new O(!0),stringify:Es},As={identify:s=>s===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new O(!1),stringify:Es},wn={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:s=>s.slice(-3).toLowerCase()==="nan"?NaN:s[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:J},Sn={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:s=>parseFloat(s.replace(/_/g,"")),stringify(s){const e=Number(s.value);return isFinite(e)?e.toExponential():J(s)}},kn={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(s){const e=new O(parseFloat(s.replace(/_/g,""))),t=s.indexOf(".");if(t!==-1){const n=s.substring(t+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:J},$e=s=>typeof s=="bigint"||Number.isInteger(s);function st(s,e,t,{intAsBigInt:n}){const i=s[0];if((i==="-"||i==="+")&&(e+=1),s=s.substring(e).replace(/_/g,""),n){switch(t){case 2:s=`0b${s}`;break;case 8:s=`0o${s}`;break;case 16:s=`0x${s}`;break}const o=BigInt(s);return i==="-"?BigInt(-1)*o:o}const r=parseInt(s,t);return i==="-"?-1*r:r}function Mt(s,e,t){const{value:n}=s;if($e(n)){const i=n.toString(e);return n<0?"-"+t+i.substr(1):t+i}return J(s)}const On={identify:$e,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(s,e,t)=>st(s,2,2,t),stringify:s=>Mt(s,2,"0b")},Nn={identify:$e,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(s,e,t)=>st(s,1,8,t),stringify:s=>Mt(s,8,"0")},Tn={identify:$e,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(s,e,t)=>st(s,0,10,t),stringify:J},En={identify:$e,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(s,e,t)=>st(s,2,16,t),stringify:s=>Mt(s,16,"0x")};class pe extends K{constructor(e){super(e),this.tag=pe.tag}add(e){let t;C(e)?t=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?t=new P(e.key,null):t=new P(e,null),se(this.items,t.key)||this.items.push(t)}get(e,t){const n=se(this.items,e);return!t&&C(n)?A(n.key)?n.key.value:n.key:n}set(e,t){if(typeof t!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof t}`);const n=se(this.items,e);n&&!t?this.items.splice(this.items.indexOf(n),1):!n&&t&&this.items.push(new P(e))}toJSON(e,t){return super.toJSON(e,t,Set)}toString(e,t,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),t,n);throw new Error("Set items must all have null values")}static from(e,t,n){const{replacer:i}=n,r=new this(e);if(t&&Symbol.iterator in Object(t))for(let o of t)typeof i=="function"&&(o=i.call(t,o,o)),r.items.push(It(o,null,n));return r}}pe.tag="tag:yaml.org,2002:set";const vt={collection:"map",identify:s=>s instanceof Set,nodeClass:pe,default:!1,tag:"tag:yaml.org,2002:set",createNode:(s,e,t)=>pe.from(s,e,t),resolve(s,e){if(we(s)){if(s.hasAllNullValues(!0))return Object.assign(new pe,s);e("Set items must all have null values")}else e("Expected a mapping for this tag");return s}};function Bt(s,e){const t=s[0],n=t==="-"||t==="+"?s.substring(1):s,i=o=>e?BigInt(o):Number(o),r=n.replace(/_/g,"").split(":").reduce((o,l)=>o*i(60)+i(l),i(0));return t==="-"?i(-1)*r:r}function Cs(s){let{value:e}=s,t=o=>o;if(typeof e=="bigint")t=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return J(s);let n="";e<0&&(n="-",e*=t(-1));const i=t(60),r=[e%i];return e<60?r.unshift(0):(e=(e-r[0])/i,r.unshift(e%i),e>=60&&(e=(e-r[0])/i,r.unshift(e))),n+r.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}const Ls={identify:s=>typeof s=="bigint"||Number.isInteger(s),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(s,e,{intAsBigInt:t})=>Bt(s,t),stringify:Cs},_s={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:s=>Bt(s,!1),stringify:Cs},nt={identify:s=>s instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(s){const e=s.match(nt.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");const[,t,n,i,r,o,l]=e.map(Number),a=e[7]?Number((e[7]+"00").substr(1,3)):0;let c=Date.UTC(t,n-1,i,r||0,o||0,l||0,a);const h=e[8];if(h&&h!=="Z"){let f=Bt(h,!1);Math.abs(f)<30&&(f*=60),c-=6e4*f}return new Date(c)},stringify:({value:s})=>s.toISOString().replace(/((T00:00)?:00)?\.000Z$/,"")},Yt=[ke,Oe,Ze,et,Is,As,On,Nn,Tn,En,wn,Sn,kn,Lt,$t,_t,vt,Ls,_s,nt],Wt=new Map([["core",mn],["failsafe",[ke,Oe,Ze]],["json",bn],["yaml11",Yt],["yaml-1.1",Yt]]),Gt={binary:Lt,bool:At,float:bs,floatExp:gs,floatNaN:ys,floatTime:_s,int:ks,intHex:Os,intOct:Ss,intTime:Ls,map:ke,null:et,omap:$t,pairs:_t,seq:Oe,set:vt,timestamp:nt},In={"tag:yaml.org,2002:binary":Lt,"tag:yaml.org,2002:omap":$t,"tag:yaml.org,2002:pairs":_t,"tag:yaml.org,2002:set":vt,"tag:yaml.org,2002:timestamp":nt};function ut(s,e){let t=Wt.get(e);if(!t)if(Array.isArray(s))t=[];else{const n=Array.from(Wt.keys()).filter(i=>i!=="yaml11").map(i=>JSON.stringify(i)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${n} or define customTags array`)}if(Array.isArray(s))for(const n of s)t=t.concat(n);else typeof s=="function"&&(t=s(t.slice()));return t.map(n=>{if(typeof n!="string")return n;const i=Gt[n];if(i)return i;const r=Object.keys(Gt).map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown custom tag "${n}"; use one of ${r}`)})}const An=(s,e)=>s.key<e.key?-1:s.key>e.key?1:0;class it{constructor({compat:e,customTags:t,merge:n,resolveKnownTags:i,schema:r,sortMapEntries:o,toStringDefaults:l}){this.compat=Array.isArray(e)?ut(e,"compat"):e?ut(null,e):null,this.merge=!!n,this.name=typeof r=="string"&&r||"core",this.knownTags=i?In:{},this.tags=ut(t,this.name),this.toStringOptions=l!=null?l:null,Object.defineProperty(this,x,{value:ke}),Object.defineProperty(this,G,{value:Ze}),Object.defineProperty(this,ge,{value:Oe}),this.sortMapEntries=typeof o=="function"?o:o===!0?An:null}clone(){const e=Object.create(it.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}}function Cn(s,e){var a;const t=[];let n=e.directives===!0;if(e.directives!==!1&&s.directives){const c=s.directives.toString(s);c?(t.push(c),n=!0):s.directives.docStart&&(n=!0)}n&&t.push("---");const i=hs(s,e),{commentString:r}=i.options;if(s.commentBefore){t.length!==1&&t.unshift("");const c=r(s.commentBefore);t.unshift(Y(c,""))}let o=!1,l=null;if(s.contents){if(v(s.contents)){if(s.contents.spaceBefore&&n&&t.push(""),s.contents.commentBefore){const f=r(s.contents.commentBefore);t.push(Y(f,""))}i.forceBlockIndent=!!s.comment,l=s.contents.comment}const c=l?void 0:()=>o=!0;let h=me(s.contents,i,()=>l=null,c);l&&(h+=te(h,"",r(l))),(h[0]==="|"||h[0]===">")&&t[t.length-1]==="---"?t[t.length-1]=`--- ${h}`:t.push(h)}else t.push(me(s.contents,i));if((a=s.directives)!=null&&a.docEnd)if(s.comment){const c=r(s.comment);c.includes(`
55
+ `)?(t.push("..."),t.push(Y(c,""))):t.push(`... ${c}`)}else t.push("...");else{let c=s.comment;c&&o&&(c=c.replace(/^\n+/,"")),c&&((!o||l)&&t[t.length-1]!==""&&t.push(""),t.push(Y(r(c),"")))}return t.join(`
56
56
  `)+`
57
- `}class Me{constructor(e,s,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,Y,{value:Mt});let i=null;typeof s=="function"||Array.isArray(s)?i=s:n===void 0&&s&&(n=s,s=void 0);const r=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,uniqueKeys:!0,version:"1.2"},n);this.options=r;let{version:o}=r;n!=null&&n._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(o=this.directives.yaml.version)):this.directives=new z({version:o}),this.setSchema(o,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){const e=Object.create(Me.prototype,{[Y]:{value:Mt}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=B(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){de(this.contents)&&this.contents.add(e)}addIn(e,s){de(this.contents)&&this.contents.addIn(e,s)}createAlias(e,s){if(!e.anchor){const n=$s(this);e.anchor=!s||n.has(s)?Ps(s||"a",n):s}return new at(e.anchor)}createNode(e,s,n){let i;if(typeof s=="function")e=s.call({"":e},"",e),i=s;else if(Array.isArray(s)){const g=w=>typeof w=="number"||w instanceof String||w instanceof Number,b=s.filter(g).map(String);b.length>0&&(s=s.concat(b)),i=s}else n===void 0&&s&&(n=s,s=void 0);const{aliasDuplicateObjects:r,anchorPrefix:o,flow:a,keepUndefined:l,onTagObj:c,tag:h}=n!=null?n:{},{onAnchor:u,setAnchors:p,sourceObjects:y}=Qn(this,o||"a"),m={aliasDuplicateObjects:r!=null?r:!0,keepUndefined:l!=null?l:!1,onAnchor:u,onTagObj:c,replacer:i,schema:this.schema,sourceObjects:y},f=Re(e,h,m);return a&&D(f)&&(f.flow=!0),p(),f}createPair(e,s,n={}){const i=this.createNode(e,null,n),r=this.createNode(s,null,n);return new q(i,r)}delete(e){return de(this.contents)?this.contents.delete(e):!1}deleteIn(e){return $e(e)?this.contents==null?!1:(this.contents=null,!0):de(this.contents)?this.contents.deleteIn(e):!1}get(e,s){return D(this.contents)?this.contents.get(e,s):void 0}getIn(e,s){return $e(e)?!s&&L(this.contents)?this.contents.value:this.contents:D(this.contents)?this.contents.getIn(e,s):void 0}has(e){return D(this.contents)?this.contents.has(e):!1}hasIn(e){return $e(e)?this.contents!==void 0:D(this.contents)?this.contents.hasIn(e):!1}set(e,s){this.contents==null?this.contents=tt(this.schema,[e],s):de(this.contents)&&this.contents.set(e,s)}setIn(e,s){$e(e)?this.contents=s:this.contents==null?this.contents=tt(this.schema,Array.from(e),s):de(this.contents)&&this.contents.setIn(e,s)}setSchema(e,s={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new z({version:"1.1"}),n={merge:!0,resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new z({version:e}),n={merge:!1,resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{const i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(s.schema instanceof Object)this.schema=s.schema;else if(n)this.schema=new yt(Object.assign(n,s));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:s,mapAsMap:n,maxAliasCount:i,onAnchor:r,reviver:o}={}){const a={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},l=Q(this.contents,s!=null?s:"",a);if(typeof r=="function")for(const{count:c,res:h}of a.anchors.values())r(h,c);return typeof o=="function"?ge(o,{"":l},"",l):l}toJSON(e,s){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:s})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){const s=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${s}`)}return gi(this,e)}}function de(t){if(D(t))return!0;throw new Error("Expected a YAML collection as document contents")}class Xt extends Error{constructor(e,s,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=s}}class le extends Xt{constructor(e,s,n){super("YAMLParseError",e,s,n)}}class nn extends Xt{constructor(e,s,n){super("YAMLWarning",e,s,n)}}const nt=(t,e)=>s=>{if(s.pos[0]===-1)return;s.linePos=s.pos.map(a=>e.linePos(a));const{line:n,col:i}=s.linePos[0];s.message+=` at line ${n}, column ${i}`;let r=i-1,o=t.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(r>=60&&o.length>80){const a=Math.min(r-39,o.length-79);o="…"+o.substring(a),r-=a-1}if(o.length>80&&(o=o.substring(0,79)+"…"),n>1&&/^ *$/.test(o.substring(0,r))){let a=t.substring(e.lineStarts[n-2],e.lineStarts[n-1]);a.length>80&&(a=a.substring(0,79)+`…
58
- `),o=a+o}if(/[^ ]/.test(o)){let a=1;const l=s.linePos[1];l&&l.line===n&&l.col>i&&(a=Math.max(1,Math.min(l.col-i,80-r)));const c=" ".repeat(r)+"^".repeat(a);s.message+=`:
57
+ `}class Ne{constructor(e,t,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,R,{value:gt});let i=null;typeof t=="function"||Array.isArray(t)?i=t:n===void 0&&t&&(n=t,t=void 0);const r=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,uniqueKeys:!0,version:"1.2"},n);this.options=r;let{version:o}=r;n!=null&&n._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(o=this.directives.yaml.version)):this.directives=new j({version:o}),this.setSchema(o,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){const e=Object.create(Ne.prototype,{[R]:{value:gt}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=v(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){le(this.contents)&&this.contents.add(e)}addIn(e,t){le(this.contents)&&this.contents.addIn(e,t)}createAlias(e,t){if(!e.anchor){const n=ls(this);e.anchor=!t||n.has(t)?as(t||"a",n):t}return new He(e.anchor)}createNode(e,t,n){let i;if(typeof t=="function")e=t.call({"":e},"",e),i=t;else if(Array.isArray(t)){const g=S=>typeof S=="number"||S instanceof String||S instanceof Number,b=t.filter(g).map(String);b.length>0&&(t=t.concat(b)),i=t}else n===void 0&&t&&(n=t,t=void 0);const{aliasDuplicateObjects:r,anchorPrefix:o,flow:l,keepUndefined:a,onTagObj:c,tag:h}=n!=null?n:{},{onAnchor:f,setAnchors:p,sourceObjects:m}=tn(this,o||"a"),y={aliasDuplicateObjects:r!=null?r:!0,keepUndefined:a!=null?a:!1,onAnchor:f,onTagObj:c,replacer:i,schema:this.schema,sourceObjects:m},u=Ae(e,h,y);return l&&_(u)&&(u.flow=!0),p(),u}createPair(e,t,n={}){const i=this.createNode(e,null,n),r=this.createNode(t,null,n);return new P(i,r)}delete(e){return le(this.contents)?this.contents.delete(e):!1}deleteIn(e){return Ee(e)?this.contents==null?!1:(this.contents=null,!0):le(this.contents)?this.contents.deleteIn(e):!1}get(e,t){return _(this.contents)?this.contents.get(e,t):void 0}getIn(e,t){return Ee(e)?!t&&A(this.contents)?this.contents.value:this.contents:_(this.contents)?this.contents.getIn(e,t):void 0}has(e){return _(this.contents)?this.contents.has(e):!1}hasIn(e){return Ee(e)?this.contents!==void 0:_(this.contents)?this.contents.hasIn(e):!1}set(e,t){this.contents==null?this.contents=Je(this.schema,[e],t):le(this.contents)&&this.contents.set(e,t)}setIn(e,t){Ee(e)?this.contents=t:this.contents==null?this.contents=Je(this.schema,Array.from(e),t):le(this.contents)&&this.contents.setIn(e,t)}setSchema(e,t={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new j({version:"1.1"}),n={merge:!0,resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new j({version:e}),n={merge:!1,resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{const i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(t.schema instanceof Object)this.schema=t.schema;else if(n)this.schema=new it(Object.assign(n,t));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:t,mapAsMap:n,maxAliasCount:i,onAnchor:r,reviver:o}={}){const l={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},a=F(this.contents,t!=null?t:"",l);if(typeof r=="function")for(const{count:c,res:h}of l.anchors.values())r(h,c);return typeof o=="function"?ue(o,{"":a},"",a):a}toJSON(e,t){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:t})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){const t=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${t}`)}return Cn(this,e)}}function le(s){if(_(s))return!0;throw new Error("Expected a YAML collection as document contents")}class Dt extends Error{constructor(e,t,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=t}}class ne extends Dt{constructor(e,t,n){super("YAMLParseError",e,t,n)}}class $s extends Dt{constructor(e,t,n){super("YAMLWarning",e,t,n)}}const Ye=(s,e)=>t=>{if(t.pos[0]===-1)return;t.linePos=t.pos.map(l=>e.linePos(l));const{line:n,col:i}=t.linePos[0];t.message+=` at line ${n}, column ${i}`;let r=i-1,o=s.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(r>=60&&o.length>80){const l=Math.min(r-39,o.length-79);o="…"+o.substring(l),r-=l-1}if(o.length>80&&(o=o.substring(0,79)+"…"),n>1&&/^ *$/.test(o.substring(0,r))){let l=s.substring(e.lineStarts[n-2],e.lineStarts[n-1]);l.length>80&&(l=l.substring(0,79)+`…
58
+ `),o=l+o}if(/[^ ]/.test(o)){let l=1;const a=t.linePos[1];a&&a.line===n&&a.col>i&&(l=Math.max(1,Math.min(a.col-i,80-r)));const c=" ".repeat(r)+"^".repeat(l);t.message+=`:
59
59
 
60
60
  ${o}
61
61
  ${c}
62
- `}};function Ee(t,{flow:e,indicator:s,next:n,offset:i,onError:r,parentIndent:o,startOnNewline:a}){let l=!1,c=a,h=a,u="",p="",y=!1,m=!1,f=null,g=null,b=null,w=null,C=null,E=null,N=null;for(const S of t)switch(m&&(S.type!=="space"&&S.type!=="newline"&&S.type!=="comma"&&r(S.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),m=!1),f&&(c&&S.type!=="comment"&&S.type!=="newline"&&r(f,"TAB_AS_INDENT","Tabs are not allowed as indentation"),f=null),S.type){case"space":!e&&(s!=="doc-start"||(n==null?void 0:n.type)!=="flow-collection")&&S.source.includes(" ")&&(f=S),h=!0;break;case"comment":{h||r(S,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const M=S.source.substring(1)||" ";u?u+=p+M:u=M,p="",c=!1;break}case"newline":c?u?u+=S.source:l=!0:p+=S.source,c=!0,y=!0,(g||b)&&(w=S),h=!0;break;case"anchor":g&&r(S,"MULTIPLE_ANCHORS","A node can have at most one anchor"),S.source.endsWith(":")&&r(S.offset+S.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=S,N===null&&(N=S.offset),c=!1,h=!1,m=!0;break;case"tag":{b&&r(S,"MULTIPLE_TAGS","A node can have at most one tag"),b=S,N===null&&(N=S.offset),c=!1,h=!1,m=!0;break}case s:(g||b)&&r(S,"BAD_PROP_ORDER",`Anchors and tags must be after the ${S.source} indicator`),E&&r(S,"UNEXPECTED_TOKEN",`Unexpected ${S.source} in ${e!=null?e:"collection"}`),E=S,c=s==="seq-item-ind"||s==="explicit-key-ind",h=!1;break;case"comma":if(e){C&&r(S,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),C=S,c=!1,h=!1;break}default:r(S,"UNEXPECTED_TOKEN",`Unexpected ${S.type} token`),c=!1,h=!1}const I=t[t.length-1],$=I?I.offset+I.source.length:i;return m&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&r(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),f&&(c&&f.indent<=o||(n==null?void 0:n.type)==="block-map"||(n==null?void 0:n.type)==="block-seq")&&r(f,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:C,found:E,spaceBefore:l,comment:u,hasNewline:y,anchor:g,tag:b,newlineAfterProp:w,end:$,start:N!=null?N:$}}function Fe(t){if(!t)return null;switch(t.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(t.source.includes(`
63
- `))return!0;if(t.end){for(const e of t.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(const e of t.items){for(const s of e.start)if(s.type==="newline")return!0;if(e.sep){for(const s of e.sep)if(s.type==="newline")return!0}if(Fe(e.key)||Fe(e.value))return!0}return!1;default:return!0}}function Bt(t,e,s){if((e==null?void 0:e.type)==="flow-collection"){const n=e.end[0];n.indent===t&&(n.source==="]"||n.source==="}")&&Fe(e)&&s(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function rn(t,e,s){const{uniqueKeys:n}=t.options;if(n===!1)return!1;const i=typeof n=="function"?n:(r,o)=>r===o||L(r)&&L(o)&&r.value===o.value&&!(r.value==="<<"&&t.schema.merge);return e.some(r=>i(r.key,s))}const ys="All mapping items must start at the same column";function bi({composeNode:t,composeEmptyNode:e},s,n,i,r){var h,u;const o=(h=r==null?void 0:r.nodeClass)!=null?h:v,a=new o(s.schema);s.atRoot&&(s.atRoot=!1);let l=n.offset,c=null;for(const p of n.items){const{start:y,key:m,sep:f,value:g}=p,b=Ee(y,{indicator:"explicit-key-ind",next:m!=null?m:f==null?void 0:f[0],offset:l,onError:i,parentIndent:n.indent,startOnNewline:!0}),w=!b.found;if(w){if(m&&(m.type==="block-seq"?i(l,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in m&&m.indent!==n.indent&&i(l,"BAD_INDENT",ys)),!b.anchor&&!b.tag&&!f){c=b.end,b.comment&&(a.comment?a.comment+=`
64
- `+b.comment:a.comment=b.comment);continue}(b.newlineAfterProp||Fe(m))&&i(m!=null?m:y[y.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else((u=b.found)==null?void 0:u.indent)!==n.indent&&i(l,"BAD_INDENT",ys);const C=b.end,E=m?t(s,m,b,i):e(s,C,y,null,b,i);s.schema.compat&&Bt(n.indent,m,i),rn(s,a.items,E)&&i(C,"DUPLICATE_KEY","Map keys must be unique");const N=Ee(f!=null?f:[],{indicator:"map-value-ind",next:g,offset:E.range[2],onError:i,parentIndent:n.indent,startOnNewline:!m||m.type==="block-scalar"});if(l=N.end,N.found){w&&((g==null?void 0:g.type)==="block-map"&&!N.hasNewline&&i(l,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),s.options.strict&&b.start<N.found.offset-1024&&i(E.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const I=g?t(s,g,N,i):e(s,l,f,null,N,i);s.schema.compat&&Bt(n.indent,g,i),l=I.range[2];const $=new q(E,I);s.options.keepSourceTokens&&($.srcToken=p),a.items.push($)}else{w&&i(E.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),N.comment&&(E.comment?E.comment+=`
65
- `+N.comment:E.comment=N.comment);const I=new q(E);s.options.keepSourceTokens&&(I.srcToken=p),a.items.push(I)}}return c&&c<l&&i(c,"IMPOSSIBLE","Map comment with trailing content"),a.range=[n.offset,l,c!=null?c:l],a}function wi({composeNode:t,composeEmptyNode:e},s,n,i,r){var h;const o=(h=r==null?void 0:r.nodeClass)!=null?h:se,a=new o(s.schema);s.atRoot&&(s.atRoot=!1);let l=n.offset,c=null;for(const{start:u,value:p}of n.items){const y=Ee(u,{indicator:"seq-item-ind",next:p,offset:l,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!y.found)if(y.anchor||y.tag||p)p&&p.type==="block-seq"?i(y.end,"BAD_INDENT","All sequence items must start at the same column"):i(l,"MISSING_CHAR","Sequence item without - indicator");else{c=y.end,y.comment&&(a.comment=y.comment);continue}const m=p?t(s,p,y,i):e(s,y.end,u,null,y,i);s.schema.compat&&Bt(n.indent,p,i),l=m.range[2],a.items.push(m)}return a.range=[n.offset,l,c!=null?c:l],a}function Ve(t,e,s,n){let i="";if(t){let r=!1,o="";for(const a of t){const{source:l,type:c}=a;switch(c){case"space":r=!0;break;case"comment":{s&&!r&&n(a,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const h=l.substring(1)||" ";i?i+=o+h:i=h,o="";break}case"newline":i&&(o+=l),r=!0;break;default:n(a,"UNEXPECTED_TOKEN",`Unexpected ${c} at node end`)}e+=l.length}}return{comment:i,offset:e}}const Nt="Block collections are not allowed within flow collections",Tt=t=>t&&(t.type==="block-map"||t.type==="block-seq");function Si({composeNode:t,composeEmptyNode:e},s,n,i,r){var g,b;const o=n.start.source==="{",a=o?"flow map":"flow sequence",l=(g=r==null?void 0:r.nodeClass)!=null?g:o?v:se,c=new l(s.schema);c.flow=!0;const h=s.atRoot;h&&(s.atRoot=!1);let u=n.offset+n.start.source.length;for(let w=0;w<n.items.length;++w){const C=n.items[w],{start:E,key:N,sep:I,value:$}=C,S=Ee(E,{flow:a,indicator:"explicit-key-ind",next:N!=null?N:I==null?void 0:I[0],offset:u,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!S.found){if(!S.anchor&&!S.tag&&!I&&!$){w===0&&S.comma?i(S.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`):w<n.items.length-1&&i(S.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${a}`),S.comment&&(c.comment?c.comment+=`
66
- `+S.comment:c.comment=S.comment),u=S.end;continue}!o&&s.options.strict&&Fe(N)&&i(N,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(w===0)S.comma&&i(S.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`);else if(S.comma||i(S.start,"MISSING_CHAR",`Missing , between ${a} items`),S.comment){let M="";e:for(const P of E)switch(P.type){case"comma":case"space":break;case"comment":M=P.source.substring(1);break e;default:break e}if(M){let P=c.items[c.items.length-1];_(P)&&(P=(b=P.value)!=null?b:P.key),P.comment?P.comment+=`
67
- `+M:P.comment=M,S.comment=S.comment.substring(M.length+1)}}if(!o&&!I&&!S.found){const M=$?t(s,$,S,i):e(s,S.end,I,null,S,i);c.items.push(M),u=M.range[2],Tt($)&&i(M.range,"BLOCK_IN_FLOW",Nt)}else{const M=S.end,P=N?t(s,N,S,i):e(s,M,E,null,S,i);Tt(N)&&i(P.range,"BLOCK_IN_FLOW",Nt);const F=Ee(I!=null?I:[],{flow:a,indicator:"map-value-ind",next:$,offset:P.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(F.found){if(!o&&!S.found&&s.options.strict){if(I)for(const R of I){if(R===F.found)break;if(R.type==="newline"){i(R,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}S.start<F.found.offset-1024&&i(F.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else $&&("source"in $&&$.source&&$.source[0]===":"?i($,"MISSING_CHAR",`Missing space after : in ${a}`):i(F.start,"MISSING_CHAR",`Missing , or : between ${a} items`));const ie=$?t(s,$,F,i):F.found?e(s,F.end,I,null,F,i):null;ie?Tt($)&&i(ie.range,"BLOCK_IN_FLOW",Nt):F.comment&&(P.comment?P.comment+=`
68
- `+F.comment:P.comment=F.comment);const he=new q(P,ie);if(s.options.keepSourceTokens&&(he.srcToken=C),o){const R=c;rn(s,R.items,P)&&i(M,"DUPLICATE_KEY","Map keys must be unique"),R.items.push(he)}else{const R=new v(s.schema);R.flow=!0,R.items.push(he),c.items.push(R)}u=ie?ie.range[2]:F.end}}const p=o?"}":"]",[y,...m]=n.end;let f=u;if(y&&y.source===p)f=y.offset+y.source.length;else{const w=a[0].toUpperCase()+a.substring(1),C=h?`${w} must end with a ${p}`:`${w} in block collection must be sufficiently indented and end with a ${p}`;i(u,h?"MISSING_CHAR":"BAD_INDENT",C),y&&y.source.length!==1&&m.unshift(y)}if(m.length>0){const w=Ve(m,f,s.options.strict,i);w.comment&&(c.comment?c.comment+=`
69
- `+w.comment:c.comment=w.comment),c.range=[n.offset,f,w.offset]}else c.range=[n.offset,f,f];return c}function It(t,e,s,n,i,r){const o=s.type==="block-map"?bi(t,e,s,n,r):s.type==="block-seq"?wi(t,e,s,n,r):Si(t,e,s,n,r),a=o.constructor;return i==="!"||i===a.tagName?(o.tag=a.tagName,o):(i&&(o.tag=i),o)}function ki(t,e,s,n,i){var p,y;const r=n.tag,o=r?e.directives.tagName(r.source,m=>i(r,"TAG_RESOLVE_FAILED",m)):null;if(s.type==="block-seq"){const{anchor:m,newlineAfterProp:f}=n,g=m&&r?m.offset>r.offset?m:r:m!=null?m:r;g&&(!f||f.offset<g.offset)&&i(g,"MISSING_CHAR","Missing newline after block sequence props")}const a=s.type==="block-map"?"map":s.type==="block-seq"?"seq":s.start.source==="{"?"map":"seq";if(!r||!o||o==="!"||o===v.tagName&&a==="map"||o===se.tagName&&a==="seq")return It(t,e,s,i,o);let l=e.schema.tags.find(m=>m.tag===o&&m.collection===a);if(!l){const m=e.schema.knownTags[o];if(m&&m.collection===a)e.schema.tags.push(Object.assign({},m,{default:!1})),l=m;else return m!=null&&m.collection?i(r,"BAD_COLLECTION_TYPE",`${m.tag} used for ${a} collection, but expects ${m.collection}`,!0):i(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),It(t,e,s,i,o)}const c=It(t,e,s,i,o,l),h=(y=(p=l.resolve)==null?void 0:p.call(l,c,m=>i(r,"TAG_RESOLVE_FAILED",m),e.options))!=null?y:c,u=B(h)?h:new A(h);return u.range=c.range,u.tag=o,l!=null&&l.format&&(u.format=l.format),u}function on(t,e,s){const n=e.offset,i=Oi(e,t.options.strict,s);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};const r=i.mode===">"?A.BLOCK_FOLDED:A.BLOCK_LITERAL,o=e.source?Ei(e.source):[];let a=o.length;for(let f=o.length-1;f>=0;--f){const g=o[f][1];if(g===""||g==="\r")a=f;else break}if(a===0){const f=i.chomp==="+"&&o.length>0?`
70
- `.repeat(Math.max(1,o.length-1)):"";let g=n+i.length;return e.source&&(g+=e.source.length),{value:f,type:r,comment:i.comment,range:[n,g,g]}}let l=e.indent+i.indent,c=e.offset+i.length,h=0;for(let f=0;f<a;++f){const[g,b]=o[f];if(b===""||b==="\r")i.indent===0&&g.length>l&&(l=g.length);else{g.length<l&&s(c+g.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(l=g.length),h=f,l===0&&!t.atRoot&&s(c,"BAD_INDENT","Block scalar values in collections must be indented");break}c+=g.length+b.length+1}for(let f=o.length-1;f>=a;--f)o[f][0].length>l&&(a=f+1);let u="",p="",y=!1;for(let f=0;f<h;++f)u+=o[f][0].slice(l)+`
71
- `;for(let f=h;f<a;++f){let[g,b]=o[f];c+=g.length+b.length+1;const w=b[b.length-1]==="\r";if(w&&(b=b.slice(0,-1)),b&&g.length<l){const E=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;s(c-b.length-(w?2:1),"BAD_INDENT",E),g=""}r===A.BLOCK_LITERAL?(u+=p+g.slice(l)+b,p=`
72
- `):g.length>l||b[0]===" "?(p===" "?p=`
73
- `:!y&&p===`
62
+ `}};function ye(s,{flow:e,indicator:t,next:n,offset:i,onError:r,parentIndent:o,startOnNewline:l}){let a=!1,c=l,h=l,f="",p="",m=!1,y=!1,u=null,g=null,b=null,S=null,I=null,k=null,N=null;for(const w of s)switch(y&&(w.type!=="space"&&w.type!=="newline"&&w.type!=="comma"&&r(w.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),y=!1),u&&(c&&w.type!=="comment"&&w.type!=="newline"&&r(u,"TAB_AS_INDENT","Tabs are not allowed as indentation"),u=null),w.type){case"space":!e&&(t!=="doc-start"||(n==null?void 0:n.type)!=="flow-collection")&&w.source.includes(" ")&&(u=w),h=!0;break;case"comment":{h||r(w,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const L=w.source.substring(1)||" ";f?f+=p+L:f=L,p="",c=!1;break}case"newline":c?f?f+=w.source:a=!0:p+=w.source,c=!0,m=!0,(g||b)&&(S=w),h=!0;break;case"anchor":g&&r(w,"MULTIPLE_ANCHORS","A node can have at most one anchor"),w.source.endsWith(":")&&r(w.offset+w.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=w,N===null&&(N=w.offset),c=!1,h=!1,y=!0;break;case"tag":{b&&r(w,"MULTIPLE_TAGS","A node can have at most one tag"),b=w,N===null&&(N=w.offset),c=!1,h=!1,y=!0;break}case t:(g||b)&&r(w,"BAD_PROP_ORDER",`Anchors and tags must be after the ${w.source} indicator`),k&&r(w,"UNEXPECTED_TOKEN",`Unexpected ${w.source} in ${e!=null?e:"collection"}`),k=w,c=t==="seq-item-ind"||t==="explicit-key-ind",h=!1;break;case"comma":if(e){I&&r(w,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),I=w,c=!1,h=!1;break}default:r(w,"UNEXPECTED_TOKEN",`Unexpected ${w.type} token`),c=!1,h=!1}const E=s[s.length-1],$=E?E.offset+E.source.length:i;return y&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&r(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),u&&(c&&u.indent<=o||(n==null?void 0:n.type)==="block-map"||(n==null?void 0:n.type)==="block-seq")&&r(u,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:I,found:k,spaceBefore:a,comment:f,hasNewline:m,anchor:g,tag:b,newlineAfterProp:S,end:$,start:N!=null?N:$}}function Ce(s){if(!s)return null;switch(s.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(s.source.includes(`
63
+ `))return!0;if(s.end){for(const e of s.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(const e of s.items){for(const t of e.start)if(t.type==="newline")return!0;if(e.sep){for(const t of e.sep)if(t.type==="newline")return!0}if(Ce(e.key)||Ce(e.value))return!0}return!1;default:return!0}}function kt(s,e,t){if((e==null?void 0:e.type)==="flow-collection"){const n=e.end[0];n.indent===s&&(n.source==="]"||n.source==="}")&&Ce(e)&&t(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function Ms(s,e,t){const{uniqueKeys:n}=s.options;if(n===!1)return!1;const i=typeof n=="function"?n:(r,o)=>r===o||A(r)&&A(o)&&r.value===o.value&&!(r.value==="<<"&&s.schema.merge);return e.some(r=>i(r.key,t))}const Ht="All mapping items must start at the same column";function Ln({composeNode:s,composeEmptyNode:e},t,n,i,r){var h,f;const o=(h=r==null?void 0:r.nodeClass)!=null?h:K,l=new o(t.schema);t.atRoot&&(t.atRoot=!1);let a=n.offset,c=null;for(const p of n.items){const{start:m,key:y,sep:u,value:g}=p,b=ye(m,{indicator:"explicit-key-ind",next:y!=null?y:u==null?void 0:u[0],offset:a,onError:i,parentIndent:n.indent,startOnNewline:!0}),S=!b.found;if(S){if(y&&(y.type==="block-seq"?i(a,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in y&&y.indent!==n.indent&&i(a,"BAD_INDENT",Ht)),!b.anchor&&!b.tag&&!u){c=b.end,b.comment&&(l.comment?l.comment+=`
64
+ `+b.comment:l.comment=b.comment);continue}(b.newlineAfterProp||Ce(y))&&i(y!=null?y:m[m.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else((f=b.found)==null?void 0:f.indent)!==n.indent&&i(a,"BAD_INDENT",Ht);const I=b.end,k=y?s(t,y,b,i):e(t,I,m,null,b,i);t.schema.compat&&kt(n.indent,y,i),Ms(t,l.items,k)&&i(I,"DUPLICATE_KEY","Map keys must be unique");const N=ye(u!=null?u:[],{indicator:"map-value-ind",next:g,offset:k.range[2],onError:i,parentIndent:n.indent,startOnNewline:!y||y.type==="block-scalar"});if(a=N.end,N.found){S&&((g==null?void 0:g.type)==="block-map"&&!N.hasNewline&&i(a,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),t.options.strict&&b.start<N.found.offset-1024&&i(k.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const E=g?s(t,g,N,i):e(t,a,u,null,N,i);t.schema.compat&&kt(n.indent,g,i),a=E.range[2];const $=new P(k,E);t.options.keepSourceTokens&&($.srcToken=p),l.items.push($)}else{S&&i(k.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),N.comment&&(k.comment?k.comment+=`
65
+ `+N.comment:k.comment=N.comment);const E=new P(k);t.options.keepSourceTokens&&(E.srcToken=p),l.items.push(E)}}return c&&c<a&&i(c,"IMPOSSIBLE","Map comment with trailing content"),l.range=[n.offset,a,c!=null?c:a],l}function _n({composeNode:s,composeEmptyNode:e},t,n,i,r){var h;const o=(h=r==null?void 0:r.nodeClass)!=null?h:X,l=new o(t.schema);t.atRoot&&(t.atRoot=!1);let a=n.offset,c=null;for(const{start:f,value:p}of n.items){const m=ye(f,{indicator:"seq-item-ind",next:p,offset:a,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!m.found)if(m.anchor||m.tag||p)p&&p.type==="block-seq"?i(m.end,"BAD_INDENT","All sequence items must start at the same column"):i(a,"MISSING_CHAR","Sequence item without - indicator");else{c=m.end,m.comment&&(l.comment=m.comment);continue}const y=p?s(t,p,m,i):e(t,m.end,f,null,m,i);t.schema.compat&&kt(n.indent,p,i),a=y.range[2],l.items.push(y)}return l.range=[n.offset,a,c!=null?c:a],l}function Me(s,e,t,n){let i="";if(s){let r=!1,o="";for(const l of s){const{source:a,type:c}=l;switch(c){case"space":r=!0;break;case"comment":{t&&!r&&n(l,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const h=a.substring(1)||" ";i?i+=o+h:i=h,o="";break}case"newline":i&&(o+=a),r=!0;break;default:n(l,"UNEXPECTED_TOKEN",`Unexpected ${c} at node end`)}e+=a.length}}return{comment:i,offset:e}}const ht="Block collections are not allowed within flow collections",dt=s=>s&&(s.type==="block-map"||s.type==="block-seq");function $n({composeNode:s,composeEmptyNode:e},t,n,i,r){var g,b;const o=n.start.source==="{",l=o?"flow map":"flow sequence",a=(g=r==null?void 0:r.nodeClass)!=null?g:o?K:X,c=new a(t.schema);c.flow=!0;const h=t.atRoot;h&&(t.atRoot=!1);let f=n.offset+n.start.source.length;for(let S=0;S<n.items.length;++S){const I=n.items[S],{start:k,key:N,sep:E,value:$}=I,w=ye(k,{flow:l,indicator:"explicit-key-ind",next:N!=null?N:E==null?void 0:E[0],offset:f,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!w.found){if(!w.anchor&&!w.tag&&!E&&!$){S===0&&w.comma?i(w.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${l}`):S<n.items.length-1&&i(w.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${l}`),w.comment&&(c.comment?c.comment+=`
66
+ `+w.comment:c.comment=w.comment),f=w.end;continue}!o&&t.options.strict&&Ce(N)&&i(N,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(S===0)w.comma&&i(w.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${l}`);else if(w.comma||i(w.start,"MISSING_CHAR",`Missing , between ${l} items`),w.comment){let L="";e:for(const M of k)switch(M.type){case"comma":case"space":break;case"comment":L=M.source.substring(1);break e;default:break e}if(L){let M=c.items[c.items.length-1];C(M)&&(M=(b=M.value)!=null?b:M.key),M.comment?M.comment+=`
67
+ `+L:M.comment=L,w.comment=w.comment.substring(L.length+1)}}if(!o&&!E&&!w.found){const L=$?s(t,$,w,i):e(t,w.end,E,null,w,i);c.items.push(L),f=L.range[2],dt($)&&i(L.range,"BLOCK_IN_FLOW",ht)}else{const L=w.end,M=N?s(t,N,w,i):e(t,L,k,null,w,i);dt(N)&&i(M.range,"BLOCK_IN_FLOW",ht);const D=ye(E!=null?E:[],{flow:l,indicator:"map-value-ind",next:$,offset:M.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(D.found){if(!o&&!w.found&&t.options.strict){if(E)for(const B of E){if(B===D.found)break;if(B.type==="newline"){i(B,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}w.start<D.found.offset-1024&&i(D.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else $&&("source"in $&&$.source&&$.source[0]===":"?i($,"MISSING_CHAR",`Missing space after : in ${l}`):i(D.start,"MISSING_CHAR",`Missing , or : between ${l} items`));const Z=$?s(t,$,D,i):D.found?e(t,D.end,E,null,D,i):null;Z?dt($)&&i(Z.range,"BLOCK_IN_FLOW",ht):D.comment&&(M.comment?M.comment+=`
68
+ `+D.comment:M.comment=D.comment);const oe=new P(M,Z);if(t.options.keepSourceTokens&&(oe.srcToken=I),o){const B=c;Ms(t,B.items,M)&&i(L,"DUPLICATE_KEY","Map keys must be unique"),B.items.push(oe)}else{const B=new K(t.schema);B.flow=!0,B.items.push(oe),c.items.push(B)}f=Z?Z.range[2]:D.end}}const p=o?"}":"]",[m,...y]=n.end;let u=f;if(m&&m.source===p)u=m.offset+m.source.length;else{const S=l[0].toUpperCase()+l.substring(1),I=h?`${S} must end with a ${p}`:`${S} in block collection must be sufficiently indented and end with a ${p}`;i(f,h?"MISSING_CHAR":"BAD_INDENT",I),m&&m.source.length!==1&&y.unshift(m)}if(y.length>0){const S=Me(y,u,t.options.strict,i);S.comment&&(c.comment?c.comment+=`
69
+ `+S.comment:c.comment=S.comment),c.range=[n.offset,u,S.offset]}else c.range=[n.offset,u,u];return c}function pt(s,e,t,n,i,r){const o=t.type==="block-map"?Ln(s,e,t,n,r):t.type==="block-seq"?_n(s,e,t,n,r):$n(s,e,t,n,r),l=o.constructor;return i==="!"||i===l.tagName?(o.tag=l.tagName,o):(i&&(o.tag=i),o)}function Mn(s,e,t,n,i){var p,m;const r=n.tag,o=r?e.directives.tagName(r.source,y=>i(r,"TAG_RESOLVE_FAILED",y)):null;if(t.type==="block-seq"){const{anchor:y,newlineAfterProp:u}=n,g=y&&r?y.offset>r.offset?y:r:y!=null?y:r;g&&(!u||u.offset<g.offset)&&i(g,"MISSING_CHAR","Missing newline after block sequence props")}const l=t.type==="block-map"?"map":t.type==="block-seq"?"seq":t.start.source==="{"?"map":"seq";if(!r||!o||o==="!"||o===K.tagName&&l==="map"||o===X.tagName&&l==="seq")return pt(s,e,t,i,o);let a=e.schema.tags.find(y=>y.tag===o&&y.collection===l);if(!a){const y=e.schema.knownTags[o];if(y&&y.collection===l)e.schema.tags.push(Object.assign({},y,{default:!1})),a=y;else return y!=null&&y.collection?i(r,"BAD_COLLECTION_TYPE",`${y.tag} used for ${l} collection, but expects ${y.collection}`,!0):i(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),pt(s,e,t,i,o)}const c=pt(s,e,t,i,o,a),h=(m=(p=a.resolve)==null?void 0:p.call(a,c,y=>i(r,"TAG_RESOLVE_FAILED",y),e.options))!=null?m:c,f=v(h)?h:new O(h);return f.range=c.range,f.tag=o,a!=null&&a.format&&(f.format=a.format),f}function vs(s,e,t){const n=e.offset,i=vn(e,s.options.strict,t);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};const r=i.mode===">"?O.BLOCK_FOLDED:O.BLOCK_LITERAL,o=e.source?Bn(e.source):[];let l=o.length;for(let u=o.length-1;u>=0;--u){const g=o[u][1];if(g===""||g==="\r")l=u;else break}if(l===0){const u=i.chomp==="+"&&o.length>0?`
70
+ `.repeat(Math.max(1,o.length-1)):"";let g=n+i.length;return e.source&&(g+=e.source.length),{value:u,type:r,comment:i.comment,range:[n,g,g]}}let a=e.indent+i.indent,c=e.offset+i.length,h=0;for(let u=0;u<l;++u){const[g,b]=o[u];if(b===""||b==="\r")i.indent===0&&g.length>a&&(a=g.length);else{g.length<a&&t(c+g.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(a=g.length),h=u,a===0&&!s.atRoot&&t(c,"BAD_INDENT","Block scalar values in collections must be indented");break}c+=g.length+b.length+1}for(let u=o.length-1;u>=l;--u)o[u][0].length>a&&(l=u+1);let f="",p="",m=!1;for(let u=0;u<h;++u)f+=o[u][0].slice(a)+`
71
+ `;for(let u=h;u<l;++u){let[g,b]=o[u];c+=g.length+b.length+1;const S=b[b.length-1]==="\r";if(S&&(b=b.slice(0,-1)),b&&g.length<a){const k=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;t(c-b.length-(S?2:1),"BAD_INDENT",k),g=""}r===O.BLOCK_LITERAL?(f+=p+g.slice(a)+b,p=`
72
+ `):g.length>a||b[0]===" "?(p===" "?p=`
73
+ `:!m&&p===`
74
74
  `&&(p=`
75
75
 
76
- `),u+=p+g.slice(l)+b,p=`
77
- `,y=!0):b===""?p===`
78
- `?u+=`
76
+ `),f+=p+g.slice(a)+b,p=`
77
+ `,m=!0):b===""?p===`
78
+ `?f+=`
79
79
  `:p=`
80
- `:(u+=p+b,p=" ",y=!1)}switch(i.chomp){case"-":break;case"+":for(let f=a;f<o.length;++f)u+=`
81
- `+o[f][0].slice(l);u[u.length-1]!==`
82
- `&&(u+=`
83
- `);break;default:u+=`
84
- `}const m=n+i.length+e.source.length;return{value:u,type:r,comment:i.comment,range:[n,m,m]}}function Oi({offset:t,props:e},s,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:i}=e[0],r=i[0];let o=0,a="",l=-1;for(let p=1;p<i.length;++p){const y=i[p];if(!a&&(y==="-"||y==="+"))a=y;else{const m=Number(y);!o&&m?o=m:l===-1&&(l=t+p)}}l!==-1&&n(l,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let c=!1,h="",u=i.length;for(let p=1;p<e.length;++p){const y=e[p];switch(y.type){case"space":c=!0;case"newline":u+=y.source.length;break;case"comment":s&&!c&&n(y,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),u+=y.source.length,h=y.source.substring(1);break;case"error":n(y,"UNEXPECTED_TOKEN",y.message),u+=y.source.length;break;default:{const m=`Unexpected token in block scalar header: ${y.type}`;n(y,"UNEXPECTED_TOKEN",m);const f=y.source;f&&typeof f=="string"&&(u+=f.length)}}}return{mode:r,indent:o,chomp:a,comment:h,length:u}}function Ei(t){const e=t.split(/\n( *)/),s=e[0],n=s.match(/^( *)/),r=[n!=null&&n[1]?[n[1],s.slice(n[1].length)]:["",s]];for(let o=1;o<e.length;o+=2)r.push([e[o],e[o+1]]);return r}function an(t,e,s){const{offset:n,type:i,source:r,end:o}=t;let a,l;const c=(p,y,m)=>s(n+p,y,m);switch(i){case"scalar":a=A.PLAIN,l=Ai(r,c);break;case"single-quoted-scalar":a=A.QUOTE_SINGLE,l=Ni(r,c);break;case"double-quoted-scalar":a=A.QUOTE_DOUBLE,l=Ti(r,c);break;default:return s(t,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+r.length,n+r.length]}}const h=n+r.length,u=Ve(o,h,e,s);return{value:l,type:a,comment:u.comment,range:[n,h,u.offset]}}function Ai(t,e){let s="";switch(t[0]){case" ":s="a tab character";break;case",":s="flow indicator character ,";break;case"%":s="directive indicator character %";break;case"|":case">":{s=`block scalar indicator ${t[0]}`;break}case"@":case"`":{s=`reserved character ${t[0]}`;break}}return s&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${s}`),ln(t)}function Ni(t,e){return(t[t.length-1]!=="'"||t.length===1)&&e(t.length,"MISSING_CHAR","Missing closing 'quote"),ln(t.slice(1,-1)).replace(/''/g,"'")}function ln(t){var l;let e,s;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
85
- `,"sy"),s=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
86
- `,"sy")}catch(c){e=new RegExp("(.*?)[ \\t]*\\r?\\n","sy"),s=new RegExp("[ \\t]*(.*?)[ \\t]*\\r?\\n","sy")}let n=e.exec(t);if(!n)return t;let i=n[1],r=" ",o=e.lastIndex;for(s.lastIndex=o;n=s.exec(t);)n[1]===""?r===`
80
+ `:(f+=p+b,p=" ",m=!1)}switch(i.chomp){case"-":break;case"+":for(let u=l;u<o.length;++u)f+=`
81
+ `+o[u][0].slice(a);f[f.length-1]!==`
82
+ `&&(f+=`
83
+ `);break;default:f+=`
84
+ `}const y=n+i.length+e.source.length;return{value:f,type:r,comment:i.comment,range:[n,y,y]}}function vn({offset:s,props:e},t,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:i}=e[0],r=i[0];let o=0,l="",a=-1;for(let p=1;p<i.length;++p){const m=i[p];if(!l&&(m==="-"||m==="+"))l=m;else{const y=Number(m);!o&&y?o=y:a===-1&&(a=s+p)}}a!==-1&&n(a,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let c=!1,h="",f=i.length;for(let p=1;p<e.length;++p){const m=e[p];switch(m.type){case"space":c=!0;case"newline":f+=m.source.length;break;case"comment":t&&!c&&n(m,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),f+=m.source.length,h=m.source.substring(1);break;case"error":n(m,"UNEXPECTED_TOKEN",m.message),f+=m.source.length;break;default:{const y=`Unexpected token in block scalar header: ${m.type}`;n(m,"UNEXPECTED_TOKEN",y);const u=m.source;u&&typeof u=="string"&&(f+=u.length)}}}return{mode:r,indent:o,chomp:l,comment:h,length:f}}function Bn(s){const e=s.split(/\n( *)/),t=e[0],n=t.match(/^( *)/),r=[n!=null&&n[1]?[n[1],t.slice(n[1].length)]:["",t]];for(let o=1;o<e.length;o+=2)r.push([e[o],e[o+1]]);return r}function Bs(s,e,t){const{offset:n,type:i,source:r,end:o}=s;let l,a;const c=(p,m,y)=>t(n+p,m,y);switch(i){case"scalar":l=O.PLAIN,a=Dn(r,c);break;case"single-quoted-scalar":l=O.QUOTE_SINGLE,a=Pn(r,c);break;case"double-quoted-scalar":l=O.QUOTE_DOUBLE,a=jn(r,c);break;default:return t(s,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+r.length,n+r.length]}}const h=n+r.length,f=Me(o,h,e,t);return{value:a,type:l,comment:f.comment,range:[n,h,f.offset]}}function Dn(s,e){let t="";switch(s[0]){case" ":t="a tab character";break;case",":t="flow indicator character ,";break;case"%":t="directive indicator character %";break;case"|":case">":{t=`block scalar indicator ${s[0]}`;break}case"@":case"`":{t=`reserved character ${s[0]}`;break}}return t&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${t}`),Ds(s)}function Pn(s,e){return(s[s.length-1]!=="'"||s.length===1)&&e(s.length,"MISSING_CHAR","Missing closing 'quote"),Ds(s.slice(1,-1)).replace(/''/g,"'")}function Ds(s){var a;let e,t;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
85
+ `,"sy"),t=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
86
+ `,"sy")}catch(c){e=new RegExp("(.*?)[ \\t]*\\r?\\n","sy"),t=new RegExp("[ \\t]*(.*?)[ \\t]*\\r?\\n","sy")}let n=e.exec(s);if(!n)return s;let i=n[1],r=" ",o=e.lastIndex;for(t.lastIndex=o;n=t.exec(s);)n[1]===""?r===`
87
87
  `?i+=r:r=`
88
- `:(i+=r+n[1],r=" "),o=s.lastIndex;const a=new RegExp("[ \\t]*(.*)","sy");return a.lastIndex=o,n=a.exec(t),i+r+((l=n==null?void 0:n[1])!=null?l:"")}function Ti(t,e){let s="";for(let n=1;n<t.length-1;++n){const i=t[n];if(!(i==="\r"&&t[n+1]===`
88
+ `:(i+=r+n[1],r=" "),o=t.lastIndex;const l=new RegExp("[ \\t]*(.*)","sy");return l.lastIndex=o,n=l.exec(s),i+r+((a=n==null?void 0:n[1])!=null?a:"")}function jn(s,e){let t="";for(let n=1;n<s.length-1;++n){const i=s[n];if(!(i==="\r"&&s[n+1]===`
89
89
  `))if(i===`
90
- `){const{fold:r,offset:o}=Ii(t,n);s+=r,n=o}else if(i==="\\"){let r=t[++n];const o=Ci[r];if(o)s+=o;else if(r===`
91
- `)for(r=t[n+1];r===" "||r===" ";)r=t[++n+1];else if(r==="\r"&&t[n+1]===`
92
- `)for(r=t[++n+1];r===" "||r===" ";)r=t[++n+1];else if(r==="x"||r==="u"||r==="U"){const a={x:2,u:4,U:8}[r];s+=Li(t,n+1,a,e),n+=a}else{const a=t.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),s+=a}}else if(i===" "||i===" "){const r=n;let o=t[n+1];for(;o===" "||o===" ";)o=t[++n+1];o!==`
93
- `&&!(o==="\r"&&t[n+2]===`
94
- `)&&(s+=n>r?t.slice(r,n+1):i)}else s+=i}return(t[t.length-1]!=='"'||t.length===1)&&e(t.length,"MISSING_CHAR",'Missing closing "quote'),s}function Ii(t,e){let s="",n=t[e+1];for(;(n===" "||n===" "||n===`
95
- `||n==="\r")&&!(n==="\r"&&t[e+2]!==`
90
+ `){const{fold:r,offset:o}=qn(s,n);t+=r,n=o}else if(i==="\\"){let r=s[++n];const o=Kn[r];if(o)t+=o;else if(r===`
91
+ `)for(r=s[n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="\r"&&s[n+1]===`
92
+ `)for(r=s[++n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="x"||r==="u"||r==="U"){const l={x:2,u:4,U:8}[r];t+=Fn(s,n+1,l,e),n+=l}else{const l=s.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),t+=l}}else if(i===" "||i===" "){const r=n;let o=s[n+1];for(;o===" "||o===" ";)o=s[++n+1];o!==`
93
+ `&&!(o==="\r"&&s[n+2]===`
94
+ `)&&(t+=n>r?s.slice(r,n+1):i)}else t+=i}return(s[s.length-1]!=='"'||s.length===1)&&e(s.length,"MISSING_CHAR",'Missing closing "quote'),t}function qn(s,e){let t="",n=s[e+1];for(;(n===" "||n===" "||n===`
95
+ `||n==="\r")&&!(n==="\r"&&s[e+2]!==`
96
96
  `);)n===`
97
- `&&(s+=`
98
- `),e+=1,n=t[e+1];return s||(s=" "),{fold:s,offset:e}}const Ci={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
99
- `,r:"\r",t:" ",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function Li(t,e,s,n){const i=t.substr(e,s),o=i.length===s&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(o)){const a=t.substr(e-2,s+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),a}return String.fromCodePoint(o)}function cn(t,e,s,n){const{value:i,type:r,comment:o,range:a}=e.type==="block-scalar"?on(t,e,n):an(e,t.options.strict,n),l=s?t.directives.tagName(s.source,u=>n(s,"TAG_RESOLVE_FAILED",u)):null,c=s&&l?_i(t.schema,i,l,s,n):e.type==="scalar"?Mi(t,i,e,n):t.schema[Z];let h;try{const u=c.resolve(i,p=>n(s!=null?s:e,"TAG_RESOLVE_FAILED",p),t.options);h=L(u)?u:new A(u)}catch(u){const p=u instanceof Error?u.message:String(u);n(s!=null?s:e,"TAG_RESOLVE_FAILED",p),h=new A(i)}return h.range=a,h.source=i,r&&(h.type=r),l&&(h.tag=l),c.format&&(h.format=c.format),o&&(h.comment=o),h}function _i(t,e,s,n,i){var a;if(s==="!")return t[Z];const r=[];for(const l of t.tags)if(!l.collection&&l.tag===s)if(l.default&&l.test)r.push(l);else return l;for(const l of r)if((a=l.test)!=null&&a.test(e))return l;const o=t.knownTags[s];return o&&!o.collection?(t.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${s}`,s!=="tag:yaml.org,2002:str"),t[Z])}function Mi({directives:t,schema:e},s,n,i){var o;const r=e.tags.find(a=>{var l;return a.default&&((l=a.test)==null?void 0:l.test(s))})||e[Z];if(e.compat){const a=(o=e.compat.find(l=>{var c;return l.default&&((c=l.test)==null?void 0:c.test(s))}))!=null?o:e[Z];if(r.tag!==a.tag){const l=t.tagString(r.tag),c=t.tagString(a.tag),h=`Value may be parsed as either ${l} or ${c}`;i(n,"TAG_RESOLVE_FAILED",h,!0)}}return r}function Di(t,e,s){if(e){s===null&&(s=e.length);for(let n=s-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":t-=i.source.length;continue}for(i=e[++n];(i==null?void 0:i.type)==="space";)t+=i.source.length,i=e[++n];break}}return t}const $i={composeNode:fn,composeEmptyNode:Zt};function fn(t,e,s,n){const{spaceBefore:i,comment:r,anchor:o,tag:a}=s;let l,c=!0;switch(e.type){case"alias":l=Pi(t,e,n),(o||a)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":l=cn(t,e,a,n),o&&(l.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":l=ki($i,t,e,s,n),o&&(l.anchor=o.source.substring(1));break;default:{const h=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",h),l=Zt(t,e.offset,void 0,null,s,n),c=!1}}return o&&l.anchor===""&&n(o,"BAD_ALIAS","Anchor cannot be an empty string"),i&&(l.spaceBefore=!0),r&&(e.type==="scalar"&&e.source===""?l.comment=r:l.commentBefore=r),t.options.keepSourceTokens&&c&&(l.srcToken=e),l}function Zt(t,e,s,n,{spaceBefore:i,comment:r,anchor:o,tag:a,end:l},c){const h={type:"scalar",offset:Di(e,s,n),indent:-1,source:""},u=cn(t,h,a,c);return o&&(u.anchor=o.source.substring(1),u.anchor===""&&c(o,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(u.spaceBefore=!0),r&&(u.comment=r,u.range[2]=l),u}function Pi({options:t},{offset:e,source:s,end:n},i){const r=new at(s.substring(1));r.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),r.source.endsWith(":")&&i(e+s.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const o=e+s.length,a=Ve(n,o,t.strict,i);return r.range=[e,o,a.offset],a.comment&&(r.comment=a.comment),r}function Bi(t,e,{offset:s,start:n,value:i,end:r},o){const a=Object.assign({_directives:e},t),l=new Me(void 0,a),c={atRoot:!0,directives:l.directives,options:l.options,schema:l.schema},h=Ee(n,{indicator:"doc-start",next:i!=null?i:r==null?void 0:r[0],offset:s,onError:o,parentIndent:0,startOnNewline:!0});h.found&&(l.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!h.hasNewline&&o(h.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),l.contents=i?fn(c,i,h,o):Zt(c,h.end,n,null,h,o);const u=l.contents.range[2],p=Ve(r,u,!1,o);return p.comment&&(l.comment=p.comment),l.range=[s,u,p.offset],l}function De(t){if(typeof t=="number")return[t,t+1];if(Array.isArray(t))return t.length===2?t:[t[0],t[1]];const{offset:e,source:s}=t;return[e,e+(typeof s=="string"?s.length:1)]}function gs(t){var i;let e="",s=!1,n=!1;for(let r=0;r<t.length;++r){const o=t[r];switch(o[0]){case"#":e+=(e===""?"":n?`
97
+ `&&(t+=`
98
+ `),e+=1,n=s[e+1];return t||(t=" "),{fold:t,offset:e}}const Kn={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
99
+ `,r:"\r",t:" ",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function Fn(s,e,t,n){const i=s.substr(e,t),o=i.length===t&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(o)){const l=s.substr(e-2,t+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),l}return String.fromCodePoint(o)}function Ps(s,e,t,n){const{value:i,type:r,comment:o,range:l}=e.type==="block-scalar"?vs(s,e,n):Bs(e,s.options.strict,n),a=t?s.directives.tagName(t.source,f=>n(t,"TAG_RESOLVE_FAILED",f)):null,c=t&&a?Rn(s.schema,i,a,t,n):e.type==="scalar"?Un(s,i,e,n):s.schema[G];let h;try{const f=c.resolve(i,p=>n(t!=null?t:e,"TAG_RESOLVE_FAILED",p),s.options);h=A(f)?f:new O(f)}catch(f){const p=f instanceof Error?f.message:String(f);n(t!=null?t:e,"TAG_RESOLVE_FAILED",p),h=new O(i)}return h.range=l,h.source=i,r&&(h.type=r),a&&(h.tag=a),c.format&&(h.format=c.format),o&&(h.comment=o),h}function Rn(s,e,t,n,i){var l;if(t==="!")return s[G];const r=[];for(const a of s.tags)if(!a.collection&&a.tag===t)if(a.default&&a.test)r.push(a);else return a;for(const a of r)if((l=a.test)!=null&&l.test(e))return a;const o=s.knownTags[t];return o&&!o.collection?(s.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${t}`,t!=="tag:yaml.org,2002:str"),s[G])}function Un({directives:s,schema:e},t,n,i){var o;const r=e.tags.find(l=>{var a;return l.default&&((a=l.test)==null?void 0:a.test(t))})||e[G];if(e.compat){const l=(o=e.compat.find(a=>{var c;return a.default&&((c=a.test)==null?void 0:c.test(t))}))!=null?o:e[G];if(r.tag!==l.tag){const a=s.tagString(r.tag),c=s.tagString(l.tag),h=`Value may be parsed as either ${a} or ${c}`;i(n,"TAG_RESOLVE_FAILED",h,!0)}}return r}function Vn(s,e,t){if(e){t===null&&(t=e.length);for(let n=t-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":s-=i.source.length;continue}for(i=e[++n];(i==null?void 0:i.type)==="space";)s+=i.source.length,i=e[++n];break}}return s}const Jn={composeNode:js,composeEmptyNode:Pt};function js(s,e,t,n){const{spaceBefore:i,comment:r,anchor:o,tag:l}=t;let a,c=!0;switch(e.type){case"alias":a=Qn(s,e,n),(o||l)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":a=Ps(s,e,l,n),o&&(a.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":a=Mn(Jn,s,e,t,n),o&&(a.anchor=o.source.substring(1));break;default:{const h=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",h),a=Pt(s,e.offset,void 0,null,t,n),c=!1}}return o&&a.anchor===""&&n(o,"BAD_ALIAS","Anchor cannot be an empty string"),i&&(a.spaceBefore=!0),r&&(e.type==="scalar"&&e.source===""?a.comment=r:a.commentBefore=r),s.options.keepSourceTokens&&c&&(a.srcToken=e),a}function Pt(s,e,t,n,{spaceBefore:i,comment:r,anchor:o,tag:l,end:a},c){const h={type:"scalar",offset:Vn(e,t,n),indent:-1,source:""},f=Ps(s,h,l,c);return o&&(f.anchor=o.source.substring(1),f.anchor===""&&c(o,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(f.spaceBefore=!0),r&&(f.comment=r,f.range[2]=a),f}function Qn({options:s},{offset:e,source:t,end:n},i){const r=new He(t.substring(1));r.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),r.source.endsWith(":")&&i(e+t.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const o=e+t.length,l=Me(n,o,s.strict,i);return r.range=[e,o,l.offset],l.comment&&(r.comment=l.comment),r}function Yn(s,e,{offset:t,start:n,value:i,end:r},o){const l=Object.assign({_directives:e},s),a=new Ne(void 0,l),c={atRoot:!0,directives:a.directives,options:a.options,schema:a.schema},h=ye(n,{indicator:"doc-start",next:i!=null?i:r==null?void 0:r[0],offset:t,onError:o,parentIndent:0,startOnNewline:!0});h.found&&(a.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!h.hasNewline&&o(h.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),a.contents=i?js(c,i,h,o):Pt(c,h.end,n,null,h,o);const f=a.contents.range[2],p=Me(r,f,!1,o);return p.comment&&(a.comment=p.comment),a.range=[t,f,p.offset],a}function Te(s){if(typeof s=="number")return[s,s+1];if(Array.isArray(s))return s.length===2?s:[s[0],s[1]];const{offset:e,source:t}=s;return[e,e+(typeof t=="string"?t.length:1)]}function xt(s){var i;let e="",t=!1,n=!1;for(let r=0;r<s.length;++r){const o=s[r];switch(o[0]){case"#":e+=(e===""?"":n?`
100
100
 
101
101
  `:`
102
- `)+(o.substring(1)||" "),s=!0,n=!1;break;case"%":((i=t[r+1])==null?void 0:i[0])!=="#"&&(r+=1),s=!1;break;default:s||(n=!0),s=!1}}return{comment:e,afterEmptyLine:n}}class es{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(s,n,i,r)=>{const o=De(s);r?this.warnings.push(new nn(o,n,i)):this.errors.push(new le(o,n,i))},this.directives=new z({version:e.version||"1.2"}),this.options=e}decorate(e,s){const{comment:n,afterEmptyLine:i}=gs(this.prelude);if(n){const r=e.contents;if(s)e.comment=e.comment?`${e.comment}
103
- ${n}`:n;else if(i||e.directives.docStart||!r)e.commentBefore=n;else if(D(r)&&!r.flow&&r.items.length>0){let o=r.items[0];_(o)&&(o=o.key);const a=o.commentBefore;o.commentBefore=a?`${n}
104
- ${a}`:n}else{const o=r.commentBefore;r.commentBefore=o?`${n}
105
- ${o}`:n}}s?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:gs(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,s=!1,n=-1){for(const i of e)yield*d(this.next(i));yield*d(this.end(s,n))}*next(e){switch(e.type){case"directive":this.directives.add(e.source,(s,n,i)=>{const r=De(e);r[0]+=s,this.onError(r,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{const s=Bi(this.options,this.directives,e,this.onError);this.atDirectives&&!s.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(s,!1),this.doc&&(yield this.doc),this.doc=s,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{const s=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new le(De(e),"UNEXPECTED_TOKEN",s);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){const n="Unexpected doc-end without preceding document";this.errors.push(new le(De(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;const s=Ve(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),s.comment){const n=this.doc.comment;this.doc.comment=n?`${n}
106
- ${s.comment}`:s.comment}this.doc.range[2]=s.offset;break}default:this.errors.push(new le(De(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,s=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){const n=Object.assign({_directives:this.directives},this.options),i=new Me(void 0,n);this.atDirectives&&this.onError(s,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,s,s],this.decorate(i,!1),yield i}}}function Ri(t,e=!0,s){if(t){const n=(i,r,o)=>{const a=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(s)s(a,r,o);else throw new le([a,a+1],r,o)};switch(t.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return an(t,e,n);case"block-scalar":return on({options:{strict:e}},t,n)}}return null}function Fi(t,e){var c;const{implicitKey:s=!1,indent:n,inFlow:i=!1,offset:r=-1,type:o="PLAIN"}=e,a=Ue({type:o,value:t},{implicitKey:s,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),l=(c=e.end)!=null?c:[{type:"newline",offset:-1,indent:n,source:`
107
- `}];switch(a[0]){case"|":case">":{const h=a.indexOf(`
108
- `),u=a.substring(0,h),p=a.substring(h+1)+`
109
- `,y=[{type:"block-scalar-header",offset:r,indent:n,source:u}];return un(y,l)||y.push({type:"newline",offset:-1,indent:n,source:`
110
- `}),{type:"block-scalar",offset:r,indent:n,props:y,source:p}}case'"':return{type:"double-quoted-scalar",offset:r,indent:n,source:a,end:l};case"'":return{type:"single-quoted-scalar",offset:r,indent:n,source:a,end:l};default:return{type:"scalar",offset:r,indent:n,source:a,end:l}}}function Ki(t,e,s={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:r=!1,type:o}=s,a="indent"in t?t.indent:null;if(n&&typeof a=="number"&&(a+=2),!o)switch(t.type){case"single-quoted-scalar":o="QUOTE_SINGLE";break;case"double-quoted-scalar":o="QUOTE_DOUBLE";break;case"block-scalar":{const c=t.props[0];if(c.type!=="block-scalar-header")throw new Error("Invalid block scalar header");o=c.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:o="PLAIN"}const l=Ue({type:o,value:e},{implicitKey:i||a===null,indent:a!==null&&a>0?" ".repeat(a):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}});switch(l[0]){case"|":case">":ji(t,l);break;case'"':Ct(t,l,"double-quoted-scalar");break;case"'":Ct(t,l,"single-quoted-scalar");break;default:Ct(t,l,"scalar")}}function ji(t,e){const s=e.indexOf(`
111
- `),n=e.substring(0,s),i=e.substring(s+1)+`
112
- `;if(t.type==="block-scalar"){const r=t.props[0];if(r.type!=="block-scalar-header")throw new Error("Invalid block scalar header");r.source=n,t.source=i}else{const{offset:r}=t,o="indent"in t?t.indent:-1,a=[{type:"block-scalar-header",offset:r,indent:o,source:n}];un(a,"end"in t?t.end:void 0)||a.push({type:"newline",offset:-1,indent:o,source:`
113
- `});for(const l of Object.keys(t))l!=="type"&&l!=="offset"&&delete t[l];Object.assign(t,{type:"block-scalar",indent:o,props:a,source:i})}}function un(t,e){if(e)for(const s of e)switch(s.type){case"space":case"comment":t.push(s);break;case"newline":return t.push(s),!0}return!1}function Ct(t,e,s){switch(t.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":t.type=s,t.source=e;break;case"block-scalar":{const n=t.props.slice(1);let i=e.length;t.props[0].type==="block-scalar-header"&&(i-=t.props[0].source.length);for(const r of n)r.offset+=i;delete t.props,Object.assign(t,{type:s,source:e,end:n});break}case"block-map":case"block-seq":{const i={type:"newline",offset:t.offset+e.length,indent:t.indent,source:`
114
- `};delete t.items,Object.assign(t,{type:s,source:e,end:[i]});break}default:{const n="indent"in t?t.indent:-1,i="end"in t&&Array.isArray(t.end)?t.end.filter(r=>r.type==="space"||r.type==="comment"||r.type==="newline"):[];for(const r of Object.keys(t))r!=="type"&&r!=="offset"&&delete t[r];Object.assign(t,{type:s,indent:n,source:e,end:i})}}}const qi=t=>"type"in t?it(t):Ze(t);function it(t){switch(t.type){case"block-scalar":{let e="";for(const s of t.props)e+=it(s);return e+t.source}case"block-map":case"block-seq":{let e="";for(const s of t.items)e+=Ze(s);return e}case"flow-collection":{let e=t.start.source;for(const s of t.items)e+=Ze(s);for(const s of t.end)e+=s.source;return e}case"document":{let e=Ze(t);if(t.end)for(const s of t.end)e+=s.source;return e}default:{let e=t.source;if("end"in t&&t.end)for(const s of t.end)e+=s.source;return e}}}function Ze({start:t,key:e,sep:s,value:n}){let i="";for(const r of t)i+=r.source;if(e&&(i+=it(e)),s)for(const r of s)i+=r.source;return n&&(i+=it(n)),i}const Rt=Symbol("break visit"),zi=Symbol("skip children"),hn=Symbol("remove item");function ce(t,e){"type"in t&&t.type==="document"&&(t={start:t.start,value:t.value}),dn(Object.freeze([]),t,e)}ce.BREAK=Rt;ce.SKIP=zi;ce.REMOVE=hn;ce.itemAtPath=(t,e)=>{let s=t;for(const[n,i]of e){const r=s==null?void 0:s[n];if(r&&"items"in r)s=r.items[i];else return}return s};ce.parentCollection=(t,e)=>{const s=ce.itemAtPath(t,e.slice(0,-1)),n=e[e.length-1][0],i=s==null?void 0:s[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function dn(t,e,s){let n=s(e,t);if(typeof n=="symbol")return n;for(const i of["key","value"]){const r=e[i];if(r&&"items"in r){for(let o=0;o<r.items.length;++o){const a=dn(Object.freeze(t.concat([[i,o]])),r.items[o],s);if(typeof a=="number")o=a-1;else{if(a===Rt)return Rt;a===hn&&(r.items.splice(o,1),o-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,t))}}return typeof n=="function"?n(e,t):n}const gt="\uFEFF",bt="",wt="",Ke="",Ui=t=>!!t&&"items"in t,vi=t=>!!t&&(t.type==="scalar"||t.type==="single-quoted-scalar"||t.type==="double-quoted-scalar"||t.type==="block-scalar");function Vi(t){switch(t){case gt:return"<BOM>";case bt:return"<DOC>";case wt:return"<FLOW_END>";case Ke:return"<SCALAR>";default:return JSON.stringify(t)}}function pn(t){switch(t){case gt:return"byte-order-mark";case bt:return"doc-mode";case wt:return"flow-error-end";case Ke:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
102
+ `)+(o.substring(1)||" "),t=!0,n=!1;break;case"%":((i=s[r+1])==null?void 0:i[0])!=="#"&&(r+=1),t=!1;break;default:t||(n=!0),t=!1}}return{comment:e,afterEmptyLine:n}}class jt{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(t,n,i,r)=>{const o=Te(t);r?this.warnings.push(new $s(o,n,i)):this.errors.push(new ne(o,n,i))},this.directives=new j({version:e.version||"1.2"}),this.options=e}decorate(e,t){const{comment:n,afterEmptyLine:i}=xt(this.prelude);if(n){const r=e.contents;if(t)e.comment=e.comment?`${e.comment}
103
+ ${n}`:n;else if(i||e.directives.docStart||!r)e.commentBefore=n;else if(_(r)&&!r.flow&&r.items.length>0){let o=r.items[0];C(o)&&(o=o.key);const l=o.commentBefore;o.commentBefore=l?`${n}
104
+ ${l}`:n}else{const o=r.commentBefore;r.commentBefore=o?`${n}
105
+ ${o}`:n}}t?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:xt(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,t=!1,n=-1){for(const i of e)yield*d(this.next(i));yield*d(this.end(t,n))}*next(e){switch(e.type){case"directive":this.directives.add(e.source,(t,n,i)=>{const r=Te(e);r[0]+=t,this.onError(r,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{const t=Yn(this.options,this.directives,e,this.onError);this.atDirectives&&!t.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(t,!1),this.doc&&(yield this.doc),this.doc=t,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{const t=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new ne(Te(e),"UNEXPECTED_TOKEN",t);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){const n="Unexpected doc-end without preceding document";this.errors.push(new ne(Te(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;const t=Me(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),t.comment){const n=this.doc.comment;this.doc.comment=n?`${n}
106
+ ${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.push(new ne(Te(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,t=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){const n=Object.assign({_directives:this.directives},this.options),i=new Ne(void 0,n);this.atDirectives&&this.onError(t,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,t,t],this.decorate(i,!1),yield i}}}function Wn(s,e=!0,t){if(s){const n=(i,r,o)=>{const l=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(t)t(l,r,o);else throw new ne([l,l+1],r,o)};switch(s.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return Bs(s,e,n);case"block-scalar":return vs({options:{strict:e}},s,n)}}return null}function Gn(s,e){var c;const{implicitKey:t=!1,indent:n,inFlow:i=!1,offset:r=-1,type:o="PLAIN"}=e,l=_e({type:o,value:s},{implicitKey:t,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),a=(c=e.end)!=null?c:[{type:"newline",offset:-1,indent:n,source:`
107
+ `}];switch(l[0]){case"|":case">":{const h=l.indexOf(`
108
+ `),f=l.substring(0,h),p=l.substring(h+1)+`
109
+ `,m=[{type:"block-scalar-header",offset:r,indent:n,source:f}];return qs(m,a)||m.push({type:"newline",offset:-1,indent:n,source:`
110
+ `}),{type:"block-scalar",offset:r,indent:n,props:m,source:p}}case'"':return{type:"double-quoted-scalar",offset:r,indent:n,source:l,end:a};case"'":return{type:"single-quoted-scalar",offset:r,indent:n,source:l,end:a};default:return{type:"scalar",offset:r,indent:n,source:l,end:a}}}function Hn(s,e,t={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:r=!1,type:o}=t,l="indent"in s?s.indent:null;if(n&&typeof l=="number"&&(l+=2),!o)switch(s.type){case"single-quoted-scalar":o="QUOTE_SINGLE";break;case"double-quoted-scalar":o="QUOTE_DOUBLE";break;case"block-scalar":{const c=s.props[0];if(c.type!=="block-scalar-header")throw new Error("Invalid block scalar header");o=c.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:o="PLAIN"}const a=_e({type:o,value:e},{implicitKey:i||l===null,indent:l!==null&&l>0?" ".repeat(l):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}});switch(a[0]){case"|":case">":xn(s,a);break;case'"':mt(s,a,"double-quoted-scalar");break;case"'":mt(s,a,"single-quoted-scalar");break;default:mt(s,a,"scalar")}}function xn(s,e){const t=e.indexOf(`
111
+ `),n=e.substring(0,t),i=e.substring(t+1)+`
112
+ `;if(s.type==="block-scalar"){const r=s.props[0];if(r.type!=="block-scalar-header")throw new Error("Invalid block scalar header");r.source=n,s.source=i}else{const{offset:r}=s,o="indent"in s?s.indent:-1,l=[{type:"block-scalar-header",offset:r,indent:o,source:n}];qs(l,"end"in s?s.end:void 0)||l.push({type:"newline",offset:-1,indent:o,source:`
113
+ `});for(const a of Object.keys(s))a!=="type"&&a!=="offset"&&delete s[a];Object.assign(s,{type:"block-scalar",indent:o,props:l,source:i})}}function qs(s,e){if(e)for(const t of e)switch(t.type){case"space":case"comment":s.push(t);break;case"newline":return s.push(t),!0}return!1}function mt(s,e,t){switch(s.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":s.type=t,s.source=e;break;case"block-scalar":{const n=s.props.slice(1);let i=e.length;s.props[0].type==="block-scalar-header"&&(i-=s.props[0].source.length);for(const r of n)r.offset+=i;delete s.props,Object.assign(s,{type:t,source:e,end:n});break}case"block-map":case"block-seq":{const i={type:"newline",offset:s.offset+e.length,indent:s.indent,source:`
114
+ `};delete s.items,Object.assign(s,{type:t,source:e,end:[i]});break}default:{const n="indent"in s?s.indent:-1,i="end"in s&&Array.isArray(s.end)?s.end.filter(r=>r.type==="space"||r.type==="comment"||r.type==="newline"):[];for(const r of Object.keys(s))r!=="type"&&r!=="offset"&&delete s[r];Object.assign(s,{type:t,indent:n,source:e,end:i})}}}const zn=s=>"type"in s?We(s):Ue(s);function We(s){switch(s.type){case"block-scalar":{let e="";for(const t of s.props)e+=We(t);return e+s.source}case"block-map":case"block-seq":{let e="";for(const t of s.items)e+=Ue(t);return e}case"flow-collection":{let e=s.start.source;for(const t of s.items)e+=Ue(t);for(const t of s.end)e+=t.source;return e}case"document":{let e=Ue(s);if(s.end)for(const t of s.end)e+=t.source;return e}default:{let e=s.source;if("end"in s&&s.end)for(const t of s.end)e+=t.source;return e}}}function Ue({start:s,key:e,sep:t,value:n}){let i="";for(const r of s)i+=r.source;if(e&&(i+=We(e)),t)for(const r of t)i+=r.source;return n&&(i+=We(n)),i}const Ot=Symbol("break visit"),Xn=Symbol("skip children"),Ks=Symbol("remove item");function ie(s,e){"type"in s&&s.type==="document"&&(s={start:s.start,value:s.value}),Fs(Object.freeze([]),s,e)}ie.BREAK=Ot;ie.SKIP=Xn;ie.REMOVE=Ks;ie.itemAtPath=(s,e)=>{let t=s;for(const[n,i]of e){const r=t==null?void 0:t[n];if(r&&"items"in r)t=r.items[i];else return}return t};ie.parentCollection=(s,e)=>{const t=ie.itemAtPath(s,e.slice(0,-1)),n=e[e.length-1][0],i=t==null?void 0:t[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function Fs(s,e,t){let n=t(e,s);if(typeof n=="symbol")return n;for(const i of["key","value"]){const r=e[i];if(r&&"items"in r){for(let o=0;o<r.items.length;++o){const l=Fs(Object.freeze(s.concat([[i,o]])),r.items[o],t);if(typeof l=="number")o=l-1;else{if(l===Ot)return Ot;l===Ks&&(r.items.splice(o,1),o-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,s))}}return typeof n=="function"?n(e,s):n}const rt="\uFEFF",ot="",lt="",Le="",Zn=s=>!!s&&"items"in s,ei=s=>!!s&&(s.type==="scalar"||s.type==="single-quoted-scalar"||s.type==="double-quoted-scalar"||s.type==="block-scalar");function ti(s){switch(s){case rt:return"<BOM>";case ot:return"<DOC>";case lt:return"<FLOW_END>";case Le:return"<SCALAR>";default:return JSON.stringify(s)}}function Rs(s){switch(s){case rt:return"byte-order-mark";case ot:return"doc-mode";case lt:return"flow-error-end";case Le:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
115
115
  `:case`\r
116
- `:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}const Qi=Object.freeze(Object.defineProperty({__proto__:null,BOM:gt,DOCUMENT:bt,FLOW_END:wt,SCALAR:Ke,createScalarToken:Fi,isCollection:Ui,isScalar:vi,prettyToken:Vi,resolveAsScalar:Ri,setScalarValue:Ki,stringify:qi,tokenType:pn,visit:ce},Symbol.toStringTag,{value:"Module"}));function W(t){switch(t){case void 0:case" ":case`
117
- `:case"\r":case" ":return!0;default:return!1}}const bs=new Set("0123456789ABCDEFabcdef"),Yi=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),We=new Set(",[]{}"),Ji=new Set(` ,[]{}
118
- \r `),Lt=t=>!t||Ji.has(t);class mn{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,s=!1){var i;if(e){if(typeof e!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!s;let n=(i=this.next)!=null?i:"stream";for(;n&&(s||this.hasChars(1));)n=yield*d(this.parseNext(n))}atLineEnd(){let e=this.pos,s=this.buffer[e];for(;s===" "||s===" ";)s=this.buffer[++e];return!s||s==="#"||s===`
119
- `?!0:s==="\r"?this.buffer[e+1]===`
120
- `:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let s=this.buffer[e];if(this.indentNext>0){let n=0;for(;s===" ";)s=this.buffer[++n+e];if(s==="\r"){const i=this.buffer[n+e+1];if(i===`
121
- `||!i&&!this.atEnd)return e+n+1}return s===`
122
- `||n>=this.indentNext||!s&&!this.atEnd?e+n:-1}if(s==="-"||s==="."){const n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&W(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
123
- `,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*d(this.parseStream());case"line-start":return yield*d(this.parseLineStart());case"block-start":return yield*d(this.parseBlockStart());case"doc":return yield*d(this.parseDocument());case"flow":return yield*d(this.parseFlowCollection());case"quoted-scalar":return yield*d(this.parseQuotedScalar());case"block-scalar":return yield*d(this.parseBlockScalar());case"plain-scalar":return yield*d(this.parsePlainScalar())}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===gt&&(yield*d(this.pushCount(1)),e=e.substring(1)),e[0]==="%"){let s=e.length,n=e.indexOf("#");for(;n!==-1;){const r=e[n-1];if(r===" "||r===" "){s=n-1;break}else n=e.indexOf("#",n+1)}for(;;){const r=e[s-1];if(r===" "||r===" ")s-=1;else break}const i=(yield*d(this.pushCount(s)))+(yield*d(this.pushSpaces(!0)));return yield*d(this.pushCount(e.length-i)),this.pushNewline(),"stream"}if(this.atLineEnd()){const s=yield*d(this.pushSpaces(!0));return yield*d(this.pushCount(e.length-s)),yield*d(this.pushNewline()),"stream"}return yield bt,yield*d(this.parseLineStart())}*parseLineStart(){const e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");const s=this.peek(3);if((s==="---"||s==="...")&&W(this.charAt(3)))return yield*d(this.pushCount(3)),this.indentValue=0,this.indentNext=0,s==="---"?"doc":"stream"}return this.indentValue=yield*d(this.pushSpaces(!1)),this.indentNext>this.indentValue&&!W(this.charAt(1))&&(this.indentNext=this.indentValue),yield*d(this.parseBlockStart())}*parseBlockStart(){const[e,s]=this.peek(2);if(!s&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&W(s)){const n=(yield*d(this.pushCount(1)))+(yield*d(this.pushSpaces(!0)));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*d(this.parseBlockStart())}return"doc"}*parseDocument(){yield*d(this.pushSpaces(!0));const e=this.getLine();if(e===null)return this.setNext("doc");let s=yield*d(this.pushIndicators());switch(e[s]){case"#":yield*d(this.pushCount(e.length-s));case void 0:return yield*d(this.pushNewline()),yield*d(this.parseLineStart());case"{":case"[":return yield*d(this.pushCount(1)),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*d(this.pushCount(1)),"doc";case"*":return yield*d(this.pushUntil(Lt)),"doc";case'"':case"'":return yield*d(this.parseQuotedScalar());case"|":case">":return s+=yield*d(this.parseBlockScalarHeader()),s+=yield*d(this.pushSpaces(!0)),yield*d(this.pushCount(e.length-s)),yield*d(this.pushNewline()),yield*d(this.parseBlockScalar());default:return yield*d(this.parsePlainScalar())}}*parseFlowCollection(){let e,s,n=-1;do e=yield*d(this.pushNewline()),e>0?(s=yield*d(this.pushSpaces(!1)),this.indentValue=n=s):s=0,s+=yield*d(this.pushSpaces(!0));while(e+s>0);const i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&W(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield wt,yield*d(this.parseLineStart());let r=0;for(;i[r]===",";)r+=yield*d(this.pushCount(1)),r+=yield*d(this.pushSpaces(!0)),this.flowKey=!1;switch(r+=yield*d(this.pushIndicators()),i[r]){case void 0:return"flow";case"#":return yield*d(this.pushCount(i.length-r)),"flow";case"{":case"[":return yield*d(this.pushCount(1)),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*d(this.pushCount(1)),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*d(this.pushUntil(Lt)),"flow";case'"':case"'":return this.flowKey=!0,yield*d(this.parseQuotedScalar());case":":{const o=this.charAt(1);if(this.flowKey||W(o)||o===",")return this.flowKey=!1,yield*d(this.pushCount(1)),yield*d(this.pushSpaces(!0)),"flow"}default:return this.flowKey=!1,yield*d(this.parsePlainScalar())}}*parseQuotedScalar(){const e=this.charAt(0);let s=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;s!==-1&&this.buffer[s+1]==="'";)s=this.buffer.indexOf("'",s+2);else for(;s!==-1;){let r=0;for(;this.buffer[s-1-r]==="\\";)r+=1;if(r%2===0)break;s=this.buffer.indexOf('"',s+1)}const n=this.buffer.substring(0,s);let i=n.indexOf(`
116
+ `:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(s[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}const si=Object.freeze(Object.defineProperty({__proto__:null,BOM:rt,DOCUMENT:ot,FLOW_END:lt,SCALAR:Le,createScalarToken:Gn,isCollection:Zn,isScalar:ei,prettyToken:ti,resolveAsScalar:Wn,setScalarValue:Hn,stringify:zn,tokenType:Rs,visit:ie},Symbol.toStringTag,{value:"Module"}));function V(s){switch(s){case void 0:case" ":case`
117
+ `:case"\r":case" ":return!0;default:return!1}}const zt=new Set("0123456789ABCDEFabcdef"),ni=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),je=new Set(",[]{}"),ii=new Set(` ,[]{}
118
+ \r `),yt=s=>!s||ii.has(s);class Us{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,t=!1){var i;if(e){if(typeof e!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!t;let n=(i=this.next)!=null?i:"stream";for(;n&&(t||this.hasChars(1));)n=yield*d(this.parseNext(n))}atLineEnd(){let e=this.pos,t=this.buffer[e];for(;t===" "||t===" ";)t=this.buffer[++e];return!t||t==="#"||t===`
119
+ `?!0:t==="\r"?this.buffer[e+1]===`
120
+ `:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let t=this.buffer[e];if(this.indentNext>0){let n=0;for(;t===" ";)t=this.buffer[++n+e];if(t==="\r"){const i=this.buffer[n+e+1];if(i===`
121
+ `||!i&&!this.atEnd)return e+n+1}return t===`
122
+ `||n>=this.indentNext||!t&&!this.atEnd?e+n:-1}if(t==="-"||t==="."){const n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&V(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
123
+ `,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*d(this.parseStream());case"line-start":return yield*d(this.parseLineStart());case"block-start":return yield*d(this.parseBlockStart());case"doc":return yield*d(this.parseDocument());case"flow":return yield*d(this.parseFlowCollection());case"quoted-scalar":return yield*d(this.parseQuotedScalar());case"block-scalar":return yield*d(this.parseBlockScalar());case"plain-scalar":return yield*d(this.parsePlainScalar())}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===rt&&(yield*d(this.pushCount(1)),e=e.substring(1)),e[0]==="%"){let t=e.length,n=e.indexOf("#");for(;n!==-1;){const r=e[n-1];if(r===" "||r===" "){t=n-1;break}else n=e.indexOf("#",n+1)}for(;;){const r=e[t-1];if(r===" "||r===" ")t-=1;else break}const i=(yield*d(this.pushCount(t)))+(yield*d(this.pushSpaces(!0)));return yield*d(this.pushCount(e.length-i)),this.pushNewline(),"stream"}if(this.atLineEnd()){const t=yield*d(this.pushSpaces(!0));return yield*d(this.pushCount(e.length-t)),yield*d(this.pushNewline()),"stream"}return yield ot,yield*d(this.parseLineStart())}*parseLineStart(){const e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");const t=this.peek(3);if((t==="---"||t==="...")&&V(this.charAt(3)))return yield*d(this.pushCount(3)),this.indentValue=0,this.indentNext=0,t==="---"?"doc":"stream"}return this.indentValue=yield*d(this.pushSpaces(!1)),this.indentNext>this.indentValue&&!V(this.charAt(1))&&(this.indentNext=this.indentValue),yield*d(this.parseBlockStart())}*parseBlockStart(){const[e,t]=this.peek(2);if(!t&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&V(t)){const n=(yield*d(this.pushCount(1)))+(yield*d(this.pushSpaces(!0)));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*d(this.parseBlockStart())}return"doc"}*parseDocument(){yield*d(this.pushSpaces(!0));const e=this.getLine();if(e===null)return this.setNext("doc");let t=yield*d(this.pushIndicators());switch(e[t]){case"#":yield*d(this.pushCount(e.length-t));case void 0:return yield*d(this.pushNewline()),yield*d(this.parseLineStart());case"{":case"[":return yield*d(this.pushCount(1)),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*d(this.pushCount(1)),"doc";case"*":return yield*d(this.pushUntil(yt)),"doc";case'"':case"'":return yield*d(this.parseQuotedScalar());case"|":case">":return t+=yield*d(this.parseBlockScalarHeader()),t+=yield*d(this.pushSpaces(!0)),yield*d(this.pushCount(e.length-t)),yield*d(this.pushNewline()),yield*d(this.parseBlockScalar());default:return yield*d(this.parsePlainScalar())}}*parseFlowCollection(){let e,t,n=-1;do e=yield*d(this.pushNewline()),e>0?(t=yield*d(this.pushSpaces(!1)),this.indentValue=n=t):t=0,t+=yield*d(this.pushSpaces(!0));while(e+t>0);const i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&V(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield lt,yield*d(this.parseLineStart());let r=0;for(;i[r]===",";)r+=yield*d(this.pushCount(1)),r+=yield*d(this.pushSpaces(!0)),this.flowKey=!1;switch(r+=yield*d(this.pushIndicators()),i[r]){case void 0:return"flow";case"#":return yield*d(this.pushCount(i.length-r)),"flow";case"{":case"[":return yield*d(this.pushCount(1)),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*d(this.pushCount(1)),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*d(this.pushUntil(yt)),"flow";case'"':case"'":return this.flowKey=!0,yield*d(this.parseQuotedScalar());case":":{const o=this.charAt(1);if(this.flowKey||V(o)||o===",")return this.flowKey=!1,yield*d(this.pushCount(1)),yield*d(this.pushSpaces(!0)),"flow"}default:return this.flowKey=!1,yield*d(this.parsePlainScalar())}}*parseQuotedScalar(){const e=this.charAt(0);let t=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;t!==-1&&this.buffer[t+1]==="'";)t=this.buffer.indexOf("'",t+2);else for(;t!==-1;){let r=0;for(;this.buffer[t-1-r]==="\\";)r+=1;if(r%2===0)break;t=this.buffer.indexOf('"',t+1)}const n=this.buffer.substring(0,t);let i=n.indexOf(`
124
124
  `,this.pos);if(i!==-1){for(;i!==-1;){const r=this.continueScalar(i+1);if(r===-1)break;i=n.indexOf(`
125
- `,r)}i!==-1&&(s=i-(n[i-1]==="\r"?2:1))}if(s===-1){if(!this.atEnd)return this.setNext("quoted-scalar");s=this.buffer.length}return yield*d(this.pushToIndex(s+1,!1)),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){const s=this.buffer[++e];if(s==="+")this.blockScalarKeep=!0;else if(s>"0"&&s<="9")this.blockScalarIndent=Number(s)-1;else if(s!=="-")break}return yield*d(this.pushUntil(s=>W(s)||s==="#"))}*parseBlockScalar(){let e=this.pos-1,s=0,n;e:for(let r=this.pos;n=this.buffer[r];++r)switch(n){case" ":s+=1;break;case`
126
- `:e=r,s=0;break;case"\r":{const o=this.buffer[r+1];if(!o&&!this.atEnd)return this.setNext("block-scalar");if(o===`
127
- `)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(s>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=s:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{const r=this.continueScalar(e+1);if(r===-1)break;e=this.buffer.indexOf(`
125
+ `,r)}i!==-1&&(t=i-(n[i-1]==="\r"?2:1))}if(t===-1){if(!this.atEnd)return this.setNext("quoted-scalar");t=this.buffer.length}return yield*d(this.pushToIndex(t+1,!1)),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){const t=this.buffer[++e];if(t==="+")this.blockScalarKeep=!0;else if(t>"0"&&t<="9")this.blockScalarIndent=Number(t)-1;else if(t!=="-")break}return yield*d(this.pushUntil(t=>V(t)||t==="#"))}*parseBlockScalar(){let e=this.pos-1,t=0,n;e:for(let r=this.pos;n=this.buffer[r];++r)switch(n){case" ":t+=1;break;case`
126
+ `:e=r,t=0;break;case"\r":{const o=this.buffer[r+1];if(!o&&!this.atEnd)return this.setNext("block-scalar");if(o===`
127
+ `)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(t>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=t:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{const r=this.continueScalar(e+1);if(r===-1)break;e=this.buffer.indexOf(`
128
128
  `,r)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}let i=e+1;for(n=this.buffer[i];n===" ";)n=this.buffer[++i];if(n===" "){for(;n===" "||n===" "||n==="\r"||n===`
129
- `;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let r=e-1,o=this.buffer[r];o==="\r"&&(o=this.buffer[--r]);const a=r;for(;o===" ";)o=this.buffer[--r];if(o===`
130
- `&&r>=this.pos&&r+1+s>a)e=r;else break}while(!0);return yield Ke,yield*d(this.pushToIndex(e+1,!0)),yield*d(this.parseLineStart())}*parsePlainScalar(){const e=this.flowLevel>0;let s=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){const r=this.buffer[n+1];if(W(r)||e&&We.has(r))break;s=n}else if(W(i)){let r=this.buffer[n+1];if(i==="\r"&&(r===`
129
+ `;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let r=e-1,o=this.buffer[r];o==="\r"&&(o=this.buffer[--r]);const l=r;for(;o===" ";)o=this.buffer[--r];if(o===`
130
+ `&&r>=this.pos&&r+1+t>l)e=r;else break}while(!0);return yield Le,yield*d(this.pushToIndex(e+1,!0)),yield*d(this.parseLineStart())}*parsePlainScalar(){const e=this.flowLevel>0;let t=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){const r=this.buffer[n+1];if(V(r)||e&&je.has(r))break;t=n}else if(V(i)){let r=this.buffer[n+1];if(i==="\r"&&(r===`
131
131
  `?(n+=1,i=`
132
- `,r=this.buffer[n+1]):s=n),r==="#"||e&&We.has(r))break;if(i===`
133
- `){const o=this.continueScalar(n+1);if(o===-1)break;n=Math.max(n,o-2)}}else{if(e&&We.has(i))break;s=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield Ke,yield*d(this.pushToIndex(s+1,!0)),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,s){const n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(s&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*d(this.pushTag()))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()));case"&":return(yield*d(this.pushUntil(Lt)))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()));case"-":case"?":case":":{const e=this.flowLevel>0,s=this.charAt(1);if(W(s)||e&&We.has(s))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*d(this.pushCount(1)))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()))}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,s=this.buffer[e];for(;!W(s)&&s!==">";)s=this.buffer[++e];return yield*d(this.pushToIndex(s===">"?e+1:e,!1))}else{let e=this.pos+1,s=this.buffer[e];for(;s;)if(Yi.has(s))s=this.buffer[++e];else if(s==="%"&&bs.has(this.buffer[e+1])&&bs.has(this.buffer[e+2]))s=this.buffer[e+=3];else break;return yield*d(this.pushToIndex(e,!1))}}*pushNewline(){const e=this.buffer[this.pos];return e===`
132
+ `,r=this.buffer[n+1]):t=n),r==="#"||e&&je.has(r))break;if(i===`
133
+ `){const o=this.continueScalar(n+1);if(o===-1)break;n=Math.max(n,o-2)}}else{if(e&&je.has(i))break;t=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield Le,yield*d(this.pushToIndex(t+1,!0)),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,t){const n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(t&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*d(this.pushTag()))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()));case"&":return(yield*d(this.pushUntil(yt)))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()));case"-":case"?":case":":{const e=this.flowLevel>0,t=this.charAt(1);if(V(t)||e&&je.has(t))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*d(this.pushCount(1)))+(yield*d(this.pushSpaces(!0)))+(yield*d(this.pushIndicators()))}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,t=this.buffer[e];for(;!V(t)&&t!==">";)t=this.buffer[++e];return yield*d(this.pushToIndex(t===">"?e+1:e,!1))}else{let e=this.pos+1,t=this.buffer[e];for(;t;)if(ni.has(t))t=this.buffer[++e];else if(t==="%"&&zt.has(this.buffer[e+1])&&zt.has(this.buffer[e+2]))t=this.buffer[e+=3];else break;return yield*d(this.pushToIndex(e,!1))}}*pushNewline(){const e=this.buffer[this.pos];return e===`
134
134
  `?yield*d(this.pushCount(1)):e==="\r"&&this.charAt(1)===`
135
- `?yield*d(this.pushCount(2)):0}*pushSpaces(e){let s=this.pos-1,n;do n=this.buffer[++s];while(n===" "||e&&n===" ");const i=s-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=s),i}*pushUntil(e){let s=this.pos,n=this.buffer[s];for(;!e(n);)n=this.buffer[++s];return yield*d(this.pushToIndex(s,!1))}}class yn{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let s=0,n=this.lineStarts.length;for(;s<n;){const r=s+n>>1;this.lineStarts[r]<e?s=r+1:n=r}if(this.lineStarts[s]===e)return{line:s+1,col:1};if(s===0)return{line:0,col:e};const i=this.lineStarts[s-1];return{line:s,col:e-i+1}}}}function re(t,e){for(let s=0;s<t.length;++s)if(t[s].type===e)return!0;return!1}function ws(t){for(let e=0;e<t.length;++e)switch(t[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function gn(t){switch(t==null?void 0:t.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function xe(t){var e;switch(t.type){case"document":return t.start;case"block-map":{const s=t.items[t.items.length-1];return(e=s.sep)!=null?e:s.start}case"block-seq":return t.items[t.items.length-1].start;default:return[]}}function pe(t){var s;if(t.length===0)return[];let e=t.length;e:for(;--e>=0;)switch(t[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;((s=t[++e])==null?void 0:s.type)==="space";);return t.splice(e,t.length)}function Ss(t){if(t.start.type==="flow-seq-start")for(const e of t.items)e.sep&&!e.value&&!re(e.start,"explicit-key-ind")&&!re(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,gn(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}class ts{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new mn,this.onNewLine=e}*parse(e,s=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(const n of this.lexer.lex(e,s))yield*d(this.next(n));s||(yield*d(this.end()))}*next(e){if(this.source=e,this.atScalar){this.atScalar=!1,yield*d(this.step()),this.offset+=e.length;return}const s=pn(e);if(s)if(s==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=s,yield*d(this.step()),s){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{const n=`Not a YAML token: ${e}`;yield*d(this.pop({type:"error",offset:this.offset,message:n,source:e})),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*d(this.pop())}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){const e=this.peek(1);if(this.type==="doc-end"&&(!e||e.type!=="doc-end")){for(;this.stack.length>0;)yield*d(this.pop());this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*d(this.stream());switch(e.type){case"document":return yield*d(this.document(e));case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*d(this.scalar(e));case"block-scalar":return yield*d(this.blockScalar(e));case"block-map":return yield*d(this.blockMap(e));case"block-seq":return yield*d(this.blockSequence(e));case"flow-collection":return yield*d(this.flowCollection(e));case"doc-end":return yield*d(this.documentEnd(e))}yield*d(this.pop())}peek(e){return this.stack[this.stack.length-e]}*pop(e){const s=e!=null?e:this.stack.pop();if(!s)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield s;else{const n=this.peek(1);switch(s.type==="block-scalar"?s.indent="indent"in n?n.indent:0:s.type==="flow-collection"&&n.type==="document"&&(s.indent=0),s.type==="flow-collection"&&Ss(s),n.type){case"document":n.value=s;break;case"block-scalar":n.props.push(s);break;case"block-map":{const i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:s,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=s;else{Object.assign(i,{key:s,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{const i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:s}):i.value=s;break}case"flow-collection":{const i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:s,sep:[]}):i.sep?i.value=s:Object.assign(i,{key:s,sep:[]});return}default:yield*d(this.pop()),yield*d(this.pop(s))}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(s.type==="block-map"||s.type==="block-seq")){const i=s.items[s.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&ws(i.start)===-1&&(s.indent===0||i.start.every(r=>r.type!=="comment"||r.indent<s.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),s.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{const e={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*d(this.lineEnd(e));switch(this.type){case"doc-start":{ws(e.start)!==-1?(yield*d(this.pop()),yield*d(this.step())):e.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":e.start.push(this.sourceToken);return}const s=this.startBlockValue(e);s?this.stack.push(s):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type==="map-value-ind"){const s=xe(this.peek(2)),n=pe(s);let i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];const r={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:i}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=r}else yield*d(this.lineEnd(e))}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":e.props.push(this.sourceToken);return;case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let s=this.source.indexOf(`
136
- `)+1;for(;s!==0;)this.onNewLine(this.offset+s),s=this.source.indexOf(`
137
- `,s)+1}yield*d(this.pop());break;default:yield*d(this.pop()),yield*d(this.step())}}*blockMap(e){var n;const s=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,s.value){const i="end"in s.value?s.value.end:void 0,r=Array.isArray(i)?i[i.length-1]:void 0;(r==null?void 0:r.type)==="comment"?i==null||i.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else s.sep?s.sep.push(this.sourceToken):s.start.push(this.sourceToken);return;case"space":case"comment":if(s.value)e.items.push({start:[this.sourceToken]});else if(s.sep)s.sep.push(this.sourceToken);else{if(this.atIndentedComment(s.start,e.indent)){const i=e.items[e.items.length-2],r=(n=i==null?void 0:i.value)==null?void 0:n.end;if(Array.isArray(r)){Array.prototype.push.apply(r,s.start),r.push(this.sourceToken),e.items.pop();return}}s.start.push(this.sourceToken)}return}if(this.indent>=e.indent){const i=!this.onKeyLine&&this.indent===e.indent,r=i&&(s.sep||s.explicitKey)&&this.type!=="seq-item-ind";let o=[];if(r&&s.sep&&!s.value){const a=[];for(let l=0;l<s.sep.length;++l){const c=s.sep[l];switch(c.type){case"newline":a.push(l);break;case"space":break;case"comment":c.indent>e.indent&&(a.length=0);break;default:a.length=0}}a.length>=2&&(o=s.sep.splice(a[1]))}switch(this.type){case"anchor":case"tag":r||s.value?(o.push(this.sourceToken),e.items.push({start:o}),this.onKeyLine=!0):s.sep?s.sep.push(this.sourceToken):s.start.push(this.sourceToken);return;case"explicit-key-ind":!s.sep&&!s.explicitKey?(s.start.push(this.sourceToken),s.explicitKey=!0):r||s.value?(o.push(this.sourceToken),e.items.push({start:o,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(s.explicitKey)if(s.sep)if(s.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(re(s.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:null,sep:[this.sourceToken]}]});else if(gn(s.key)&&!re(s.sep,"newline")){const a=pe(s.start),l=s.key,c=s.sep;c.push(this.sourceToken),delete s.key,delete s.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:l,sep:c}]})}else o.length>0?s.sep=s.sep.concat(o,this.sourceToken):s.sep.push(this.sourceToken);else if(re(s.start,"newline"))Object.assign(s,{key:null,sep:[this.sourceToken]});else{const a=pe(s.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:null,sep:[this.sourceToken]}]})}else s.sep?s.value||r?e.items.push({start:o,key:null,sep:[this.sourceToken]}):re(s.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):s.sep.push(this.sourceToken):Object.assign(s,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const a=this.flowScalar(this.type);r||s.value?(e.items.push({start:o,key:a,sep:[]}),this.onKeyLine=!0):s.sep?this.stack.push(a):(Object.assign(s,{key:a,sep:[]}),this.onKeyLine=!0);return}default:{const a=this.startBlockValue(e);if(a){i&&a.type!=="block-seq"&&e.items.push({start:o}),this.stack.push(a);return}}}}yield*d(this.pop()),yield*d(this.step())}*blockSequence(e){var n;const s=e.items[e.items.length-1];switch(this.type){case"newline":if(s.value){const i="end"in s.value?s.value.end:void 0,r=Array.isArray(i)?i[i.length-1]:void 0;(r==null?void 0:r.type)==="comment"?i==null||i.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else s.start.push(this.sourceToken);return;case"space":case"comment":if(s.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(s.start,e.indent)){const i=e.items[e.items.length-2],r=(n=i==null?void 0:i.value)==null?void 0:n.end;if(Array.isArray(r)){Array.prototype.push.apply(r,s.start),r.push(this.sourceToken),e.items.pop();return}}s.start.push(this.sourceToken)}return;case"anchor":case"tag":if(s.value||this.indent<=e.indent)break;s.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;s.value||re(s.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):s.start.push(this.sourceToken);return}if(this.indent>e.indent){const i=this.startBlockValue(e);if(i){this.stack.push(i);return}}yield*d(this.pop()),yield*d(this.step())}*flowCollection(e){const s=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*d(this.pop()),n=this.peek(1);while(n&&n.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!s||s.sep?e.items.push({start:[this.sourceToken]}):s.start.push(this.sourceToken);return;case"map-value-ind":!s||s.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):s.sep?s.sep.push(this.sourceToken):Object.assign(s,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!s||s.value?e.items.push({start:[this.sourceToken]}):s.sep?s.sep.push(this.sourceToken):s.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const i=this.flowScalar(this.type);!s||s.value?e.items.push({start:[],key:i,sep:[]}):s.sep?this.stack.push(i):Object.assign(s,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}const n=this.startBlockValue(e);n?this.stack.push(n):(yield*d(this.pop()),yield*d(this.step()))}else{const n=this.peek(2);if(n.type==="block-map"&&(this.type==="map-value-ind"&&n.indent===e.indent||this.type==="newline"&&!n.items[n.items.length-1].sep))yield*d(this.pop()),yield*d(this.step());else if(this.type==="map-value-ind"&&n.type!=="flow-collection"){const i=xe(n),r=pe(i);Ss(e);const o=e.end.splice(1,e.end.length);o.push(this.sourceToken);const a={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:r,key:e,sep:o}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=a}else yield*d(this.lineEnd(e))}}flowScalar(e){if(this.onNewLine){let s=this.source.indexOf(`
138
- `)+1;for(;s!==0;)this.onNewLine(this.offset+s),s=this.source.indexOf(`
139
- `,s)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;const s=xe(e),n=pe(s);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;const s=xe(e),n=pe(s);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,s){return this.type!=="comment"||this.indent<=s?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*d(this.pop())))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*d(this.pop()),yield*d(this.step());break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*d(this.pop()))}}}function bn(t){const e=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||e&&new yn||null,prettyErrors:e}}function Wi(t,e={}){const{lineCounter:s,prettyErrors:n}=bn(e),i=new ts(s==null?void 0:s.addNewLine),r=new es(e),o=Array.from(r.compose(i.parse(t)));if(n&&s)for(const a of o)a.errors.forEach(nt(t,s)),a.warnings.forEach(nt(t,s));return o.length>0?o:Object.assign([],{empty:!0},r.streamInfo())}function wn(t,e={}){const{lineCounter:s,prettyErrors:n}=bn(e),i=new ts(s==null?void 0:s.addNewLine),r=new es(e);let o=null;for(const a of r.compose(i.parse(t),!0,t.length))if(!o)o=a;else if(o.options.logLevel!=="silent"){o.errors.push(new le(a.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&s&&(o.errors.forEach(nt(t,s)),o.warnings.forEach(nt(t,s))),o}function xi(t,e,s){let n;typeof e=="function"?n=e:s===void 0&&e&&typeof e=="object"&&(s=e);const i=wn(t,s);if(!i)return null;if(i.warnings.forEach(r=>js(i.options.logLevel,r)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},s))}function Gi(t,e,s){var i;let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:s===void 0&&e&&(s=e),typeof s=="string"&&(s=s.length),typeof s=="number"){const r=Math.round(s);s=r<1?void 0:r>8?{indent:8}:{indent:r}}if(t===void 0){const{keepUndefined:r}=(i=s!=null?s:e)!=null?i:{};if(!r)return}return new Me(t,n,s).toString(s)}const ks=Object.freeze(Object.defineProperty({__proto__:null,Alias:at,CST:Qi,Composer:es,Document:Me,Lexer:mn,LineCounter:yn,Pair:q,Parser:ts,Scalar:A,Schema:yt,YAMLError:Xt,YAMLMap:v,YAMLParseError:le,YAMLSeq:se,YAMLWarning:nn,isAlias:fe,isCollection:D,isDocument:Te,isMap:Ie,isNode:B,isPair:_,isScalar:L,isSeq:Ce,parse:xi,parseAllDocuments:Wi,parseDocument:wn,stringify:Gi,visit:te,visitAsync:ot},Symbol.toStringTag,{value:"Module"})),Hi=`# This is your query - you can modify it directly and click Run to see new results.
135
+ `?yield*d(this.pushCount(2)):0}*pushSpaces(e){let t=this.pos-1,n;do n=this.buffer[++t];while(n===" "||e&&n===" ");const i=t-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=t),i}*pushUntil(e){let t=this.pos,n=this.buffer[t];for(;!e(n);)n=this.buffer[++t];return yield*d(this.pushToIndex(t,!1))}}class Vs{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let t=0,n=this.lineStarts.length;for(;t<n;){const r=t+n>>1;this.lineStarts[r]<e?t=r+1:n=r}if(this.lineStarts[t]===e)return{line:t+1,col:1};if(t===0)return{line:0,col:e};const i=this.lineStarts[t-1];return{line:t,col:e-i+1}}}}function ee(s,e){for(let t=0;t<s.length;++t)if(s[t].type===e)return!0;return!1}function Xt(s){for(let e=0;e<s.length;++e)switch(s[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function Js(s){switch(s==null?void 0:s.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function qe(s){var e;switch(s.type){case"document":return s.start;case"block-map":{const t=s.items[s.items.length-1];return(e=t.sep)!=null?e:t.start}case"block-seq":return s.items[s.items.length-1].start;default:return[]}}function ae(s){var t;if(s.length===0)return[];let e=s.length;e:for(;--e>=0;)switch(s[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;((t=s[++e])==null?void 0:t.type)==="space";);return s.splice(e,s.length)}function Zt(s){if(s.start.type==="flow-seq-start")for(const e of s.items)e.sep&&!e.value&&!ee(e.start,"explicit-key-ind")&&!ee(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,Js(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}class qt{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new Us,this.onNewLine=e}*parse(e,t=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(const n of this.lexer.lex(e,t))yield*d(this.next(n));t||(yield*d(this.end()))}*next(e){if(this.source=e,this.atScalar){this.atScalar=!1,yield*d(this.step()),this.offset+=e.length;return}const t=Rs(e);if(t)if(t==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=t,yield*d(this.step()),t){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{const n=`Not a YAML token: ${e}`;yield*d(this.pop({type:"error",offset:this.offset,message:n,source:e})),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*d(this.pop())}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){const e=this.peek(1);if(this.type==="doc-end"&&(!e||e.type!=="doc-end")){for(;this.stack.length>0;)yield*d(this.pop());this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*d(this.stream());switch(e.type){case"document":return yield*d(this.document(e));case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*d(this.scalar(e));case"block-scalar":return yield*d(this.blockScalar(e));case"block-map":return yield*d(this.blockMap(e));case"block-seq":return yield*d(this.blockSequence(e));case"flow-collection":return yield*d(this.flowCollection(e));case"doc-end":return yield*d(this.documentEnd(e))}yield*d(this.pop())}peek(e){return this.stack[this.stack.length-e]}*pop(e){const t=e!=null?e:this.stack.pop();if(!t)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield t;else{const n=this.peek(1);switch(t.type==="block-scalar"?t.indent="indent"in n?n.indent:0:t.type==="flow-collection"&&n.type==="document"&&(t.indent=0),t.type==="flow-collection"&&Zt(t),n.type){case"document":n.value=t;break;case"block-scalar":n.props.push(t);break;case"block-map":{const i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:t,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=t;else{Object.assign(i,{key:t,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{const i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:t}):i.value=t;break}case"flow-collection":{const i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:t,sep:[]}):i.sep?i.value=t:Object.assign(i,{key:t,sep:[]});return}default:yield*d(this.pop()),yield*d(this.pop(t))}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(t.type==="block-map"||t.type==="block-seq")){const i=t.items[t.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&Xt(i.start)===-1&&(t.indent===0||i.start.every(r=>r.type!=="comment"||r.indent<t.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),t.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{const e={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*d(this.lineEnd(e));switch(this.type){case"doc-start":{Xt(e.start)!==-1?(yield*d(this.pop()),yield*d(this.step())):e.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":e.start.push(this.sourceToken);return}const t=this.startBlockValue(e);t?this.stack.push(t):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type==="map-value-ind"){const t=qe(this.peek(2)),n=ae(t);let i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];const r={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:i}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=r}else yield*d(this.lineEnd(e))}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":e.props.push(this.sourceToken);return;case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let t=this.source.indexOf(`
136
+ `)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
137
+ `,t)+1}yield*d(this.pop());break;default:yield*d(this.pop()),yield*d(this.step())}}*blockMap(e){var n;const t=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,t.value){const i="end"in t.value?t.value.end:void 0,r=Array.isArray(i)?i[i.length-1]:void 0;(r==null?void 0:r.type)==="comment"?i==null||i.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else if(t.sep)t.sep.push(this.sourceToken);else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2],r=(n=i==null?void 0:i.value)==null?void 0:n.end;if(Array.isArray(r)){Array.prototype.push.apply(r,t.start),r.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return}if(this.indent>=e.indent){const i=!this.onKeyLine&&this.indent===e.indent,r=i&&(t.sep||t.explicitKey)&&this.type!=="seq-item-ind";let o=[];if(r&&t.sep&&!t.value){const l=[];for(let a=0;a<t.sep.length;++a){const c=t.sep[a];switch(c.type){case"newline":l.push(a);break;case"space":break;case"comment":c.indent>e.indent&&(l.length=0);break;default:l.length=0}}l.length>=2&&(o=t.sep.splice(l[1]))}switch(this.type){case"anchor":case"tag":r||t.value?(o.push(this.sourceToken),e.items.push({start:o}),this.onKeyLine=!0):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"explicit-key-ind":!t.sep&&!t.explicitKey?(t.start.push(this.sourceToken),t.explicitKey=!0):r||t.value?(o.push(this.sourceToken),e.items.push({start:o,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(t.explicitKey)if(t.sep)if(t.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(ee(t.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:null,sep:[this.sourceToken]}]});else if(Js(t.key)&&!ee(t.sep,"newline")){const l=ae(t.start),a=t.key,c=t.sep;c.push(this.sourceToken),delete t.key,delete t.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:l,key:a,sep:c}]})}else o.length>0?t.sep=t.sep.concat(o,this.sourceToken):t.sep.push(this.sourceToken);else if(ee(t.start,"newline"))Object.assign(t,{key:null,sep:[this.sourceToken]});else{const l=ae(t.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:l,key:null,sep:[this.sourceToken]}]})}else t.sep?t.value||r?e.items.push({start:o,key:null,sep:[this.sourceToken]}):ee(t.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const l=this.flowScalar(this.type);r||t.value?(e.items.push({start:o,key:l,sep:[]}),this.onKeyLine=!0):t.sep?this.stack.push(l):(Object.assign(t,{key:l,sep:[]}),this.onKeyLine=!0);return}default:{const l=this.startBlockValue(e);if(l){i&&l.type!=="block-seq"&&e.items.push({start:o}),this.stack.push(l);return}}}}yield*d(this.pop()),yield*d(this.step())}*blockSequence(e){var n;const t=e.items[e.items.length-1];switch(this.type){case"newline":if(t.value){const i="end"in t.value?t.value.end:void 0,r=Array.isArray(i)?i[i.length-1]:void 0;(r==null?void 0:r.type)==="comment"?i==null||i.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2],r=(n=i==null?void 0:i.value)==null?void 0:n.end;if(Array.isArray(r)){Array.prototype.push.apply(r,t.start),r.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return;case"anchor":case"tag":if(t.value||this.indent<=e.indent)break;t.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;t.value||ee(t.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return}if(this.indent>e.indent){const i=this.startBlockValue(e);if(i){this.stack.push(i);return}}yield*d(this.pop()),yield*d(this.step())}*flowCollection(e){const t=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*d(this.pop()),n=this.peek(1);while(n&&n.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!t||t.sep?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return;case"map-value-ind":!t||t.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!t||t.value?e.items.push({start:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const i=this.flowScalar(this.type);!t||t.value?e.items.push({start:[],key:i,sep:[]}):t.sep?this.stack.push(i):Object.assign(t,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}const n=this.startBlockValue(e);n?this.stack.push(n):(yield*d(this.pop()),yield*d(this.step()))}else{const n=this.peek(2);if(n.type==="block-map"&&(this.type==="map-value-ind"&&n.indent===e.indent||this.type==="newline"&&!n.items[n.items.length-1].sep))yield*d(this.pop()),yield*d(this.step());else if(this.type==="map-value-ind"&&n.type!=="flow-collection"){const i=qe(n),r=ae(i);Zt(e);const o=e.end.splice(1,e.end.length);o.push(this.sourceToken);const l={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:r,key:e,sep:o}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=l}else yield*d(this.lineEnd(e))}}flowScalar(e){if(this.onNewLine){let t=this.source.indexOf(`
138
+ `)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
139
+ `,t)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;const t=qe(e),n=ae(t);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;const t=qe(e),n=ae(t);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,t){return this.type!=="comment"||this.indent<=t?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*d(this.pop())))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*d(this.pop()),yield*d(this.step());break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*d(this.pop()))}}}function Qs(s){const e=s.prettyErrors!==!1;return{lineCounter:s.lineCounter||e&&new Vs||null,prettyErrors:e}}function ri(s,e={}){const{lineCounter:t,prettyErrors:n}=Qs(e),i=new qt(t==null?void 0:t.addNewLine),r=new jt(e),o=Array.from(r.compose(i.parse(s)));if(n&&t)for(const l of o)l.errors.forEach(Ye(s,t)),l.warnings.forEach(Ye(s,t));return o.length>0?o:Object.assign([],{empty:!0},r.streamInfo())}function Ys(s,e={}){const{lineCounter:t,prettyErrors:n}=Qs(e),i=new qt(t==null?void 0:t.addNewLine),r=new jt(e);let o=null;for(const l of r.compose(i.parse(s),!0,s.length))if(!o)o=l;else if(o.options.logLevel!=="silent"){o.errors.push(new ne(l.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&t&&(o.errors.forEach(Ye(s,t)),o.warnings.forEach(Ye(s,t))),o}function oi(s,e,t){let n;typeof e=="function"?n=e:t===void 0&&e&&typeof e=="object"&&(t=e);const i=Ys(s,t);if(!i)return null;if(i.warnings.forEach(r=>ds(i.options.logLevel,r)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},t))}function li(s,e,t){var i;let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:t===void 0&&e&&(t=e),typeof t=="string"&&(t=t.length),typeof t=="number"){const r=Math.round(t);t=r<1?void 0:r>8?{indent:8}:{indent:r}}if(s===void 0){const{keepUndefined:r}=(i=t!=null?t:e)!=null?i:{};if(!r)return}return new Ne(s,n,t).toString(t)}const es=Object.freeze(Object.defineProperty({__proto__:null,Alias:He,CST:si,Composer:jt,Document:Ne,Lexer:Us,LineCounter:Vs,Pair:P,Parser:qt,Scalar:O,Schema:it,YAMLError:Dt,YAMLMap:K,YAMLParseError:ne,YAMLSeq:X,YAMLWarning:$s,isAlias:re,isCollection:_,isDocument:be,isMap:we,isNode:v,isPair:C,isScalar:A,isSeq:Se,parse:oi,parseAllDocuments:ri,parseDocument:Ys,stringify:li,visit:z,visitAsync:Ge},Symbol.toStringTag,{value:"Module"})),ai=`# This is your query - you can modify it directly and click Run to see new results.
140
140
  # Try uncommenting the elements below
141
141
  # To learn more about the query syntax, visit [Doc URL]
142
142
  ---
@@ -177,5 +177,5 @@ model: {{dataSourceTitle}}
177
177
  # - name: Dimension1
178
178
  # - name: Dimension2
179
179
  # - name: Measure1
180
- # - name: Measure2`;class Xi{constructor(e,s){this.indexedFields={},this.contextTitle=e,this.indexedFields=this.indexFields(s)}indexFields(e){return e.reduce((s,n)=>{const i=n.id;s[i]=n;const r=k.sanitizeDimensionId(i);return i!==r&&(s[r]=J(K({},n),{id:r})),s},{})}concatAggTypes(){return Object.values(T.AggregationTypes).map(s=>T.DimensionalBaseMeasure.aggregationToJAQL(s)).join("|")}simplifyAggFormula(e){const{formula:s,context:n,filter:i}=e;if(!n||!s)return e;const r=Object.keys(n);if(r.length!==1)return e;const o=r[0],a=n[o],l=this.concatAggTypes(),c=new RegExp(`^\\s*(${l})\\(\\[\\w+\\]\\)$`),h=s.match(c);if(h&&s.includes(o)){const u=h[1];return{dim:a.dim,agg:u,title:e.title,filter:i?K({},i):void 0}}return e}simplifyMetadataItemJaql(e){let s=e;if("formula"in e&&(s=this.simplifyAggFormula(e)),delete s.table,delete s.column,delete s.datatype,"context"in s){const n=K({},s.context);Object.keys(n).forEach(i=>{n[i]=this.simplifyMetadataItemJaql(n[i])}),s.context=n}return s}simplifyMetadataItemFilter(e){var i;const s=e;if(s.panel!=="scope")return s;delete s.format;const{jaql:n}=s;return(i=n.filter)!=null&&i.by&&(n.filter.by=this.simplifyAggFormula(n.filter.by)),J(K({},s),{jaql:n})}simplifyMetadataItemFormat(e){const{jaql:{level:s},format:{mask:n}={}}=e;return s&&(n!=null&&n[s])?J(K({},e),{format:{mask:{[s]:n[s]}}}):e}simplifyMetadataItem(e){let s=e;s.panel&&["rows","columns","measures"].includes(s.panel)&&delete s.panel,s=this.simplifyMetadataItemFilter(s),s=this.simplifyMetadataItemFormat(s);const{jaql:n,measure:i,by:r}=s;return J(K({},s),{jaql:this.simplifyMetadataItemJaql(n),by:r?this.simplifyMetadataItemJaql(r):void 0,measure:i?this.simplifyMetadataItemJaql(i):void 0})}simplifyChartRecommendations(e){if(!("axesMapping"in e))return{};const{chartType:s,axesMapping:n,styleOptions:i}=e,r=Object.entries(n).reduce((o,[a,l])=>(o[a]=l.map(c=>T.normalizeAnyColumn(c)),o),{});return{chartType:s,dataOptions:r,styleOptions:i}}getQueryTitleWithChartType(e,s){let n="chartType"in s?s.chartType:"table";return n!=="table"&&(n+=" chart"),`${n} showing ${e.toLowerCase()}`}translateToSimple(e){try{const{jaql:s,chartRecommendations:n,queryTitle:i}=T.cloneDeep(e);return{model:s.datasource.title,metadata:s.metadata.map(r=>this.simplifyMetadataItem(r)),chart:this.simplifyChartRecommendations(n),queryTitle:this.getQueryTitleWithChartType(i,n)}}catch(s){return console.error("Error running toSimpleQuery",s),k.EMPTY_SIMPLE_QUERY_MODEL}}stringifySimple(e){const r=e,{queryTitle:s}=r,n=cs(r,["queryTitle"]),i=new ks.Document(n);return i.commentBefore=` ${k.capitalizeFirstLetter(s)}`,i.directives&&(i.directives.docStart=!0),String(i)}getQueryTemplate(){return k.populatePlaceholders(Hi,{dataSourceTitle:this.contextTitle})}parseSimple(e){try{const s=ks.parseDocument(e),{commentBefore:n}=s,i=k.validateQueryModel(s.toJS());return i.queryTitle=(n==null?void 0:n.trim())||"",i}catch(s){console.error("Error parsing the YAML string",s)}return k.EMPTY_SIMPLE_QUERY_MODEL}expandChartRecommendations(e){if(!e||!("dataOptions"in e))return{};const{chartType:s,dataOptions:n,styleOptions:i}=e;return{chartFamily:T.deriveChartFamily(s),chartType:s,axesMapping:n,styleOptions:i}}expandMetadataItemJaql(e){const{dim:s="",agg:n,context:i}=e;i&&(Object.keys(i).forEach(a=>{i[a]=this.expandMetadataItemJaql(i[a])}),e.context=i);const r=this.indexedFields[s];if(!r)return e;let{filter:o}=e;return o!=null&&o.by&&(o=J(K({},o),{by:this.expandMetadataItemJaql(o.by)}),e.filter=o),K({table:r.table,column:r.column,datatype:r.dimtype,title:n?n+" "+r.title:r.title},e)}expandMetadataItem(e){const{jaql:s,measure:n}=e;return n?J(K({},e),{jaql:this.expandMetadataItemJaql(s),measure:this.expandMetadataItemJaql(n)}):J(K({},e),{jaql:this.expandMetadataItemJaql(s)})}translateToExpanded(e){const{model:s,metadata:n,chart:i,queryTitle:r}=T.cloneDeep(e),o={datasource:{title:s},metadata:n.map(l=>this.expandMetadataItem(l))},a=this.expandChartRecommendations(i);return{jaql:o,chartRecommendations:a,queryTitle:r}}}const Zi=(t,e)=>{const s={chart:"chartWidgetPropsTmpl",pivot:"pivotTableWidgetPropsTmpl"};return`[${t.map(n=>k.getWidgetCode(n,e,s)).join(`,
181
- `)}]`},er="dashboardByIdTmpl",tr="dashboardTmpl",sr=({dashboardOid:t,uiFramework:e="react"})=>{const s={dashboardOid:t},n=er;return k.generateCode(n,s,e)},nr=({dashboardProps:t,uiFramework:e="react"})=>{const s=tr,n=t.widgets.some(r=>(T.isChartWidgetProps(r)||T.isPivotTableWidgetProps(r))&&k.checkIfMeasuresExist(r)),i={titleString:t.title,defaultDataSourceString:k.stringifyDataSource(t.defaultDataSource),widgetsString:Zi(t.widgets,e),filtersString:k.stringifyFilters(t.filters),componentString:"Dashboard",extraImportsString:k.stringifyExtraImports(t.filters||t.widgets.map(r=>"filters"in r?r.filters:[]).flat().filter(r=>r!==void 0)||[],n),tabbersOptionsString:k.stringifyProps(t.tabbersOptions||{},k.CODE_TEMPLATES_INDENT),layoutOptionsString:k.stringifyProps(t.layoutOptions||{},k.CODE_TEMPLATES_INDENT),widgetsOptionsString:k.stringifyProps(t.widgetsOptions||{},k.CODE_TEMPLATES_INDENT,!0),styleOptionsString:k.stringifyProps(t.styleOptions||{},k.CODE_TEMPLATES_INDENT)};return k.generateCode(s,i,e)},ir=t=>k.isByIdDashboardCodeParams(t)?sr(t):nr(t),rr=Object.freeze(Object.defineProperty({__proto__:null,toDashboardCode:ir},Symbol.toStringTag,{value:"Module"})),or="executeQueryTmpl",ar="executePivotQueryTmpl",lr=(t,e,s)=>{const n=k.checkIfMeasuresExist(t),i={dataSourceString:k.stringifyDataSource(t.dataSource),dimensionsString:k.stringifyProps(t.dimensions||[]),measuresString:k.stringifyProps(t.measures||[]),filtersString:k.stringifyFilters(t.filters),highlightsString:k.stringifyProps(t.highlights||[]),extraImportsString:k.stringifyExtraImports(t.filters||[],n)};return k.generateCode(s,i,e)},cr=(t,e,s)=>{const n=k.checkIfMeasuresExist(t),i={dataSourceString:k.stringifyDataSource(t.dataSource),rowsString:k.stringifyProps(t.rows||[]),valuesString:k.stringifyProps(t.values||[]),filtersString:k.stringifyFilters(t.filters),extraImportsString:k.stringifyExtraImports(t.filters||[],n)};return k.generateCode(s,i,e)},fr=({queryParams:t,uiFramework:e="react"})=>lr(t,e,or),ur=({pivotQueryParams:t,uiFramework:e="react"})=>cr(t,e,ar),hr=t=>fr(t),dr=t=>ur(t),pr=Object.freeze(Object.defineProperty({__proto__:null,toExecutePivotQueryCode:dr,toExecuteQueryCode:hr},Symbol.toStringTag,{value:"Module"}));class mr{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,s){this.keyToValue.set(e,s),this.valueToKey.set(s,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}}class Sn{constructor(e){this.generateIdentifier=e,this.kv=new mr}register(e,s){this.kv.getByValue(e)||(s||(s=this.generateIdentifier(e)),this.kv.set(s,e))}clear(){this.kv.clear()}getIdentifier(e){return this.kv.getByValue(e)}getValue(e){return this.kv.getByKey(e)}}class yr extends Sn{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,s){typeof s=="object"?(s.allowProps&&this.classToAllowedProps.set(e,s.allowProps),super.register(e,s.identifier)):super.register(e,s)}getAllowedProps(e){return this.classToAllowedProps.get(e)}}function gr(t){if("values"in Object)return Object.values(t);const e=[];for(const s in t)t.hasOwnProperty(s)&&e.push(t[s]);return e}function br(t,e){const s=gr(t);if("find"in s)return s.find(e);const n=s;for(let i=0;i<n.length;i++){const r=n[i];if(e(r))return r}}function Ae(t,e){Object.entries(t).forEach(([s,n])=>e(n,s))}function et(t,e){return t.indexOf(e)!==-1}function Os(t,e){for(let s=0;s<t.length;s++){const n=t[s];if(e(n))return n}}class wr{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return br(this.transfomers,s=>s.isApplicable(e))}findByName(e){return this.transfomers[e]}}const Sr=t=>Object.prototype.toString.call(t).slice(8,-1),kn=t=>typeof t=="undefined",kr=t=>t===null,je=t=>typeof t!="object"||t===null||t===Object.prototype?!1:Object.getPrototypeOf(t)===null?!0:Object.getPrototypeOf(t)===Object.prototype,Ft=t=>je(t)&&Object.keys(t).length===0,ne=t=>Array.isArray(t),Or=t=>typeof t=="string",Er=t=>typeof t=="number"&&!isNaN(t),Ar=t=>typeof t=="boolean",Nr=t=>t instanceof RegExp,qe=t=>t instanceof Map,ze=t=>t instanceof Set,On=t=>Sr(t)==="Symbol",Tr=t=>t instanceof Date&&!isNaN(t.valueOf()),Ir=t=>t instanceof Error,Es=t=>typeof t=="number"&&isNaN(t),Cr=t=>Ar(t)||kr(t)||kn(t)||Er(t)||Or(t)||On(t),Lr=t=>typeof t=="bigint",_r=t=>t===1/0||t===-1/0,Mr=t=>ArrayBuffer.isView(t)&&!(t instanceof DataView),Dr=t=>t instanceof URL,En=t=>t.replace(/\./g,"\\."),_t=t=>t.map(String).map(En).join("."),Be=t=>{const e=[];let s="";for(let i=0;i<t.length;i++){let r=t.charAt(i);if(r==="\\"&&t.charAt(i+1)==="."){s+=".",i++;continue}if(r==="."){e.push(s),s="";continue}s+=r}const n=s;return e.push(n),e};function G(t,e,s,n){return{isApplicable:t,annotation:e,transform:s,untransform:n}}const An=[G(kn,"undefined",()=>null,()=>{}),G(Lr,"bigint",t=>t.toString(),t=>typeof BigInt!="undefined"?BigInt(t):(console.error("Please add a BigInt polyfill."),t)),G(Tr,"Date",t=>t.toISOString(),t=>new Date(t)),G(Ir,"Error",(t,e)=>{const s={name:t.name,message:t.message};return e.allowedErrorProps.forEach(n=>{s[n]=t[n]}),s},(t,e)=>{const s=new Error(t.message);return s.name=t.name,s.stack=t.stack,e.allowedErrorProps.forEach(n=>{s[n]=t[n]}),s}),G(Nr,"regexp",t=>""+t,t=>{const e=t.slice(1,t.lastIndexOf("/")),s=t.slice(t.lastIndexOf("/")+1);return new RegExp(e,s)}),G(ze,"set",t=>[...t.values()],t=>new Set(t)),G(qe,"map",t=>[...t.entries()],t=>new Map(t)),G(t=>Es(t)||_r(t),"number",t=>Es(t)?"NaN":t>0?"Infinity":"-Infinity",Number),G(t=>t===0&&1/t===-1/0,"number",()=>"-0",Number),G(Dr,"URL",t=>t.toString(),t=>new URL(t))];function St(t,e,s,n){return{isApplicable:t,annotation:e,transform:s,untransform:n}}const Nn=St((t,e)=>On(t)?!!e.symbolRegistry.getIdentifier(t):!1,(t,e)=>["symbol",e.symbolRegistry.getIdentifier(t)],t=>t.description,(t,e,s)=>{const n=s.symbolRegistry.getValue(e[1]);if(!n)throw new Error("Trying to deserialize unknown symbol");return n}),$r=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((t,e)=>(t[e.name]=e,t),{}),Tn=St(Mr,t=>["typed-array",t.constructor.name],t=>[...t],(t,e)=>{const s=$r[e[1]];if(!s)throw new Error("Trying to deserialize unknown typed array");return new s(t)});function In(t,e){return t!=null&&t.constructor?!!e.classRegistry.getIdentifier(t.constructor):!1}const Cn=St(In,(t,e)=>["class",e.classRegistry.getIdentifier(t.constructor)],(t,e)=>{const s=e.classRegistry.getAllowedProps(t.constructor);if(!s)return K({},t);const n={};return s.forEach(i=>{n[i]=t[i]}),n},(t,e,s)=>{const n=s.classRegistry.getValue(e[1]);if(!n)throw new Error(`Trying to deserialize unknown class '${e[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(n.prototype),t)}),Ln=St((t,e)=>!!e.customTransformerRegistry.findApplicable(t),(t,e)=>["custom",e.customTransformerRegistry.findApplicable(t).name],(t,e)=>e.customTransformerRegistry.findApplicable(t).serialize(t),(t,e,s)=>{const n=s.customTransformerRegistry.findByName(e[1]);if(!n)throw new Error("Trying to deserialize unknown custom value");return n.deserialize(t)}),Pr=[Cn,Nn,Ln,Tn],As=(t,e)=>{const s=Os(Pr,i=>i.isApplicable(t,e));if(s)return{value:s.transform(t,e),type:s.annotation(t,e)};const n=Os(An,i=>i.isApplicable(t,e));if(n)return{value:n.transform(t,e),type:n.annotation}},_n={};An.forEach(t=>{_n[t.annotation]=t});const Br=(t,e,s)=>{if(ne(e))switch(e[0]){case"symbol":return Nn.untransform(t,e,s);case"class":return Cn.untransform(t,e,s);case"custom":return Ln.untransform(t,e,s);case"typed-array":return Tn.untransform(t,e,s);default:throw new Error("Unknown transformation: "+e)}else{const n=_n[e];if(!n)throw new Error("Unknown transformation: "+e);return n.untransform(t,s)}},we=(t,e)=>{if(e>t.size)throw new Error("index out of bounds");const s=t.keys();for(;e>0;)s.next(),e--;return s.next().value};function Mn(t){if(et(t,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(et(t,"prototype"))throw new Error("prototype is not allowed as a property");if(et(t,"constructor"))throw new Error("constructor is not allowed as a property")}const Rr=(t,e)=>{Mn(e);for(let s=0;s<e.length;s++){const n=e[s];if(ze(t))t=we(t,+n);else if(qe(t)){const i=+n,r=+e[++s]==0?"key":"value",o=we(t,i);switch(r){case"key":t=o;break;case"value":t=t.get(o);break}}else t=t[n]}return t},Kt=(t,e,s)=>{if(Mn(e),e.length===0)return s(t);let n=t;for(let r=0;r<e.length-1;r++){const o=e[r];if(ne(n)){const a=+o;n=n[a]}else if(je(n))n=n[o];else if(ze(n)){const a=+o;n=we(n,a)}else if(qe(n)){if(r===e.length-2)break;const l=+o,c=+e[++r]==0?"key":"value",h=we(n,l);switch(c){case"key":n=h;break;case"value":n=n.get(h);break}}}const i=e[e.length-1];if(ne(n)?n[+i]=s(n[+i]):je(n)&&(n[i]=s(n[i])),ze(n)){const r=we(n,+i),o=s(r);r!==o&&(n.delete(r),n.add(o))}if(qe(n)){const r=+e[e.length-2],o=we(n,r);switch(+i==0?"key":"value"){case"key":{const l=s(o);n.set(l,n.get(o)),l!==o&&n.delete(o);break}case"value":{n.set(o,s(n.get(o)));break}}}return t};function jt(t,e,s=[]){if(!t)return;if(!ne(t)){Ae(t,(r,o)=>jt(r,e,[...s,...Be(o)]));return}const[n,i]=t;i&&Ae(i,(r,o)=>{jt(r,e,[...s,...Be(o)])}),e(n,s)}function Fr(t,e,s){return jt(e,(n,i)=>{t=Kt(t,i,r=>Br(r,n,s))}),t}function Kr(t,e){function s(n,i){const r=Rr(t,Be(i));n.map(Be).forEach(o=>{t=Kt(t,o,()=>r)})}if(ne(e)){const[n,i]=e;n.forEach(r=>{t=Kt(t,Be(r),()=>t)}),i&&Ae(i,s)}else Ae(e,s);return t}const jr=(t,e)=>je(t)||ne(t)||qe(t)||ze(t)||In(t,e);function qr(t,e,s){const n=s.get(t);n?n.push(e):s.set(t,[e])}function zr(t,e){const s={};let n;return t.forEach(i=>{if(i.length<=1)return;e||(i=i.map(a=>a.map(String)).sort((a,l)=>a.length-l.length));const[r,...o]=i;r.length===0?n=o.map(_t):s[_t(r)]=o.map(_t)}),n?Ft(s)?[n]:[n,s]:Ft(s)?void 0:s}const Dn=(t,e,s,n,i=[],r=[],o=new Map)=>{var y;const a=Cr(t);if(!a){qr(t,i,e);const m=o.get(t);if(m)return n?{transformedValue:null}:m}if(!jr(t,s)){const m=As(t,s),f=m?{transformedValue:m.value,annotations:[m.type]}:{transformedValue:t};return a||o.set(t,f),f}if(et(r,t))return{transformedValue:null};const l=As(t,s),c=(y=l==null?void 0:l.value)!=null?y:t,h=ne(c)?[]:{},u={};Ae(c,(m,f)=>{if(f==="__proto__"||f==="constructor"||f==="prototype")throw new Error(`Detected property ${f}. This is a prototype pollution risk, please remove it from your object.`);const g=Dn(m,e,s,n,[...i,f],[...r,t],o);h[f]=g.transformedValue,ne(g.annotations)?u[f]=g.annotations:je(g.annotations)&&Ae(g.annotations,(b,w)=>{u[En(f)+"."+w]=b})});const p=Ft(u)?{transformedValue:h,annotations:l?[l.type]:void 0}:{transformedValue:h,annotations:l?[l.type,u]:u};return a||o.set(t,p),p};function $n(t){return Object.prototype.toString.call(t).slice(8,-1)}function Ns(t){return $n(t)==="Array"}function Ur(t){if($n(t)!=="Object")return!1;const e=Object.getPrototypeOf(t);return!!e&&e.constructor===Object&&e===Object.prototype}function vr(t,e,s,n,i){const r={}.propertyIsEnumerable.call(n,e)?"enumerable":"nonenumerable";r==="enumerable"&&(t[e]=s),i&&r==="nonenumerable"&&Object.defineProperty(t,e,{value:s,enumerable:!1,writable:!0,configurable:!0})}function qt(t,e={}){if(Ns(t))return t.map(i=>qt(i,e));if(!Ur(t))return t;const s=Object.getOwnPropertyNames(t),n=Object.getOwnPropertySymbols(t);return[...s,...n].reduce((i,r)=>{if(Ns(e.props)&&!e.props.includes(r))return i;const o=t[r],a=qt(o,e);return vr(i,r,a,t,e.nonenumerable),i},{})}class O{constructor({dedupe:e=!1}={}){this.classRegistry=new yr,this.symbolRegistry=new Sn(s=>{var n;return(n=s.description)!=null?n:""}),this.customTransformerRegistry=new wr,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const s=new Map,n=Dn(e,s,this,this.dedupe),i={json:n.transformedValue};n.annotations&&(i.meta=J(K({},i.meta),{values:n.annotations}));const r=zr(s,this.dedupe);return r&&(i.meta=J(K({},i.meta),{referentialEqualities:r})),i}deserialize(e){const{json:s,meta:n}=e;let i=qt(s);return n!=null&&n.values&&(i=Fr(i,n.values,this)),n!=null&&n.referentialEqualities&&(i=Kr(i,n.referentialEqualities)),i}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,s){this.classRegistry.register(e,s)}registerSymbol(e,s){this.symbolRegistry.register(e,s)}registerCustom(e,s){this.customTransformerRegistry.register(K({name:s},e))}allowErrorProps(...e){this.allowedErrorProps.push(...e)}}O.defaultInstance=new O;O.serialize=O.defaultInstance.serialize.bind(O.defaultInstance);O.deserialize=O.defaultInstance.deserialize.bind(O.defaultInstance);O.stringify=O.defaultInstance.stringify.bind(O.defaultInstance);O.parse=O.defaultInstance.parse.bind(O.defaultInstance);O.registerClass=O.defaultInstance.registerClass.bind(O.defaultInstance);O.registerSymbol=O.defaultInstance.registerSymbol.bind(O.defaultInstance);O.registerCustom=O.defaultInstance.registerCustom.bind(O.defaultInstance);O.allowErrorProps=O.defaultInstance.allowErrorProps.bind(O.defaultInstance);const ue=t=>t===void 0?T.Sort.None:t,Vr=t=>new k.JaqlElement(t.metadataItem,t.type),ss=t=>new T.DimensionalAttribute(t.name,t.expression,t.type,t.description,ue(t.sort),t.dataSource,t.composeCode),ns=t=>new T.DimensionalLevelAttribute(t.name,t.expression,t.granularity,t.format,t.description,ue(t.sort),t.dataSource,t.composeCode),V=t=>{switch(t.__serializable){case"DimensionalAttribute":return ss(t);case"DimensionalLevelAttribute":return ns(t);default:return t}},Pn=t=>new rt.DimensionalDimension(t.name,t.expression,t.attributes.map(V),t.dimensions.map(Qr),t.type,t.description,ue(t.sort),t.dataSource,t.composeCode,t.defaultAttribute?V(t.defaultAttribute):void 0),Bn=t=>new rt.DimensionalDateDimension(t.name,t.expression,t.description,ue(t.sort),t.dataSource,t.composeCode),Qr=t=>{switch(t.__serializable){case"DimensionalDimension":return Pn(t);case"DimensionalDateDimension":return Bn(t);default:return t}},is=t=>new T.DimensionalBaseMeasure(t.name,V(t.attribute),t.aggregation,t.format,t.description,ue(t.sort),t.dataSource,t.composeCode),rs=t=>{const e=Object.fromEntries(Object.entries(t.context).map(([s,n])=>{if(n&&typeof n=="object"&&"__serializable"in n)switch(n.__serializable){case"DimensionalAttribute":return[s,ss(n)];case"DimensionalLevelAttribute":return[s,ns(n)];case"DimensionalBaseMeasure":return[s,is(n)];case"DimensionalCalculatedMeasure":return[s,rs(n)];default:return[s,n]}return[s,n]}));return new T.DimensionalCalculatedMeasure(t.name,t.expression,e,t.format,t.description,ue(t.sort),t.dataSource,t.composeCode)},Rn=t=>new T.DimensionalMeasureTemplate(t.name,V(t.attribute),t.format,t.description,ue(t.sort),t.dataSource,t.composeCode),Ts=t=>{switch(t.__serializable){case"DimensionalBaseMeasure":return is(t);case"DimensionalCalculatedMeasure":return rs(t);case"DimensionalMeasureTemplate":return Rn(t);default:return t}},j=t=>{switch(t.__serializable){case"MembersFilter":return new T.MembersFilter(V(t.attribute),t.members,t.config.backgroundFilter?J(K({},t.config),{backgroundFilter:j(t.config.backgroundFilter)}):t.config,t.composeCode);case"LogicalAttributeFilter":return new T.LogicalAttributeFilter(t.filters.map(s=>j(s)),t.operator,t.config,t.composeCode);case"CascadingFilter":return new T.CascadingFilter(t._filters.map(s=>j(s)),t.config,t.composeCode);case"ExcludeFilter":return new T.ExcludeFilter(j(t.filter),t.input?j(t.input):void 0,t.config,t.composeCode);case"MeasureFilter":return new T.MeasureFilter(V(t.attribute),Ts(t.measure),t.operatorA,t.valueA,t.operatorB,t.valueB,t.config,t.composeCode);case"RankingFilter":return new T.RankingFilter(V(t.attribute),Ts(t.measure),t.operator,t.count,t.config,t.composeCode);case"NumericFilter":return new T.NumericFilter(V(t.attribute),t.operatorA,t.valueA,t.operatorB,t.valueB,t.config,t.composeCode);case"TextFilter":return new T.TextFilter(V(t.attribute),t.operatorA,t.valueA,t.config,t.composeCode);case"DateRangeFilter":{const{valueA:s,valueB:n}=t;return new T.DateRangeFilter(V(t.attribute),s,n,t.config,t.composeCode)}case"RelativeDateFilter":return new T.RelativeDateFilter(V(t.attribute),t.offset,t.count,t.operator,t.anchor,t.config,t.composeCode);case"CustomFilter":return new T.CustomFilter(V(t.attribute),t.jaqlExpression,t.config,t.composeCode);default:return t}};O.registerCustom({isApplicable:k.isJaqlElement,serialize:t=>t.serialize(),deserialize:t=>Vr(t)},"JaqlElement");O.registerCustom({isApplicable:T.isDimensionalAttribute,serialize:t=>t.serialize(),deserialize:t=>ss(t)},"DimensionalAttribute");O.registerCustom({isApplicable:T.isDimensionalLevelAttribute,serialize:t=>t.serialize(),deserialize:t=>ns(t)},"DimensionalLevelAttribute");O.registerCustom({isApplicable:rt.isDimensionalDimension,serialize:t=>t.serialize(),deserialize:t=>Pn(t)},"DimensionalDimension");O.registerCustom({isApplicable:rt.isDimensionalDateDimension,serialize:t=>t.serialize(),deserialize:t=>Bn(t)},"DimensionalDateDimension");O.registerCustom({isApplicable:T.isDimensionalBaseMeasure,serialize:t=>t.serialize(),deserialize:t=>is(t)},"DimensionalBaseMeasure");O.registerCustom({isApplicable:T.isDimensionalCalculatedMeasure,serialize:t=>t.serialize(),deserialize:t=>rs(t)},"DimensionalCalculatedMeasure");O.registerCustom({isApplicable:T.isDimensionalMeasureTemplate,serialize:t=>t.serialize(),deserialize:t=>Rn(t)},"DimensionalMeasureTemplate");O.registerCustom({isApplicable:T.isMembersFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"MembersFilter");O.registerCustom({isApplicable:T.isLogicalAttributeFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"LogicalAttributeFilter");O.registerCustom({isApplicable:T.isCascadingFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"CascadingFilter");O.registerCustom({isApplicable:T.isExcludeFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"ExcludeFilter");O.registerCustom({isApplicable:T.isMeasureFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"MeasureFilter");O.registerCustom({isApplicable:T.isRankingFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"RankingFilter");O.registerCustom({isApplicable:T.isNumericFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"NumericFilter");O.registerCustom({isApplicable:T.isTextFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"TextFilter");O.registerCustom({isApplicable:T.isDateRangeFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"DateRangeFilter");O.registerCustom({isApplicable:T.isRelativeDateFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"RelativeDateFilter");O.registerCustom({isApplicable:T.isCustomFilter,serialize:t=>t.serialize(),deserialize:t=>j(t)},"CustomFilter");const Yr=O;exports.EMPTY_EXPANDED_QUERY_MODEL=k.EMPTY_EXPANDED_QUERY_MODEL;exports.EMPTY_SIMPLE_QUERY_MODEL=k.EMPTY_SIMPLE_QUERY_MODEL;exports.getChartDataOptions=k.getChartDataOptions;exports.getChartOptions=k.getChartOptions;exports.getChartRecommendationsOrDefault=k.getChartRecommendationsOrDefault;exports.getChartStyleOptions=k.getChartStyleOptions;exports.isByIdDashboardCodeParams=k.isByIdDashboardCodeParams;exports.isByIdWidgetCodeParams=k.isByIdWidgetCodeParams;exports.isClientSideDashboardCodeParams=k.isClientSideDashboardCodeParams;exports.isClientSideWidgetCodeParams=k.isClientSideWidgetCodeParams;exports.simplifyMetadataItem=k.simplifyMetadataItem;exports.widgetComposer=k.widgetComposer;exports.CustomSuperJSON=Yr;exports.QueryTranslator=Xi;exports.dashboardComposer=rr;exports.executeQueryComposer=pr;
180
+ # - name: Measure2`;class ci{constructor(e,t){this.indexedFields={},this.contextTitle=e,this.indexedFields=this.indexFields(t)}indexFields(e){return e.reduce((t,n)=>{const i=n.id;t[i]=n;const r=T.sanitizeDimensionId(i);return i!==r&&(t[r]=H(U({},n),{id:r})),t},{})}concatAggTypes(){return Object.values(Be.AggregationTypes).map(t=>Be.DimensionalBaseMeasure.aggregationToJAQL(t)).join("|")}simplifyAggFormula(e){const{formula:t,context:n,filter:i}=e;if(!n||!t)return e;const r=Object.keys(n);if(r.length!==1)return e;const o=r[0],l=n[o],a=this.concatAggTypes(),c=new RegExp(`^\\s*(${a})\\(\\[\\w+\\]\\)$`),h=t.match(c);if(h&&t.includes(o)){const f=h[1];return{dim:l.dim,agg:f,title:e.title,filter:i?U({},i):void 0}}return e}simplifyMetadataItemJaql(e){let t=e;if("formula"in e&&(t=this.simplifyAggFormula(e)),delete t.table,delete t.column,delete t.datatype,"context"in t){const n=U({},t.context);Object.keys(n).forEach(i=>{n[i]=this.simplifyMetadataItemJaql(n[i])}),t.context=n}return t}simplifyMetadataItemFilter(e){var i;const t=e;if(t.panel!=="scope")return t;delete t.format;const{jaql:n}=t;return(i=n.filter)!=null&&i.by&&(n.filter.by=this.simplifyAggFormula(n.filter.by)),H(U({},t),{jaql:n})}simplifyMetadataItemFormat(e){const{jaql:{level:t},format:{mask:n}={}}=e;return t&&(n!=null&&n[t])?H(U({},e),{format:{mask:{[t]:n[t]}}}):e}simplifyMetadataItem(e){let t=e;t.panel&&["rows","columns","measures"].includes(t.panel)&&delete t.panel,t=this.simplifyMetadataItemFilter(t),t=this.simplifyMetadataItemFormat(t);const{jaql:n,measure:i,by:r}=t;return H(U({},t),{jaql:this.simplifyMetadataItemJaql(n),by:r?this.simplifyMetadataItemJaql(r):void 0,measure:i?this.simplifyMetadataItemJaql(i):void 0})}simplifyChartRecommendations(e){if(!("axesMapping"in e))return{};const{chartType:t,axesMapping:n,styleOptions:i}=e,r=Object.entries(n).reduce((o,[l,a])=>(o[l]=a.map(c=>Ve.normalizeAnyColumn(c)),o),{});return{chartType:t,dataOptions:r,styleOptions:i}}getQueryTitleWithChartType(e,t){let n="chartType"in t?t.chartType:"table";return n!=="table"&&(n+=" chart"),`${n} showing ${e.toLowerCase()}`}translateToSimple(e){try{const{jaql:t,chartRecommendations:n,queryTitle:i}=Be.cloneDeep(e);return{model:t.datasource.title,metadata:t.metadata.map(r=>this.simplifyMetadataItem(r)),chart:this.simplifyChartRecommendations(n),queryTitle:this.getQueryTitleWithChartType(i,n)}}catch(t){return console.error("Error running toSimpleQuery",t),W.EMPTY_SIMPLE_QUERY_MODEL}}stringifySimple(e){const r=e,{queryTitle:t}=r,n=Ut(r,["queryTitle"]),i=new es.Document(n);return i.commentBefore=` ${T.capitalizeFirstLetter(t)}`,i.directives&&(i.directives.docStart=!0),String(i)}getQueryTemplate(){return T.populatePlaceholders(ai,{dataSourceTitle:this.contextTitle})}parseSimple(e){try{const t=es.parseDocument(e),{commentBefore:n}=t,i=T.validateQueryModel(t.toJS());return i.queryTitle=(n==null?void 0:n.trim())||"",i}catch(t){console.error("Error parsing the YAML string",t)}return W.EMPTY_SIMPLE_QUERY_MODEL}expandChartRecommendations(e){if(!e||!("dataOptions"in e))return{};const{chartType:t,dataOptions:n,styleOptions:i}=e;return{chartFamily:Ve.deriveChartFamily(t),chartType:t,axesMapping:n,styleOptions:i}}expandMetadataItemJaql(e){const{dim:t="",agg:n,context:i}=e;i&&(Object.keys(i).forEach(l=>{i[l]=this.expandMetadataItemJaql(i[l])}),e.context=i);const r=this.indexedFields[t];if(!r)return e;let{filter:o}=e;return o!=null&&o.by&&(o=H(U({},o),{by:this.expandMetadataItemJaql(o.by)}),e.filter=o),U({table:r.table,column:r.column,datatype:r.dimtype,title:n?n+" "+r.title:r.title},e)}expandMetadataItem(e){const{jaql:t,measure:n}=e;return n?H(U({},e),{jaql:this.expandMetadataItemJaql(t),measure:this.expandMetadataItemJaql(n)}):H(U({},e),{jaql:this.expandMetadataItemJaql(t)})}translateToExpanded(e){const{model:t,metadata:n,chart:i,queryTitle:r}=Be.cloneDeep(e),o={datasource:{title:t},metadata:n.map(a=>this.expandMetadataItem(a))},l=this.expandChartRecommendations(i);return{jaql:o,chartRecommendations:l,queryTitle:r}}}const fi=(s,e)=>{const t={chart:"chartWidgetPropsTmpl",pivot:"pivotTableWidgetPropsTmpl"};return`[${s.map(n=>T.getWidgetCode(n,e,t)).join(`,
181
+ `)}]`},ui="dashboardByIdTmpl",hi="dashboardTmpl",di=({dashboardOid:s,uiFramework:e="react"})=>{const t={dashboardOid:s},n=ui;return T.generateCode(n,t,e)},pi=({dashboardProps:s,uiFramework:e="react"})=>{const t=hi,n=s.widgets.some(r=>(Ve.isChartWidgetProps(r)||Ve.isPivotTableWidgetProps(r))&&T.checkIfMeasuresExist(r)),i={titleString:s.title,defaultDataSourceString:T.stringifyDataSource(s.defaultDataSource),widgetsString:fi(s.widgets,e),filtersString:T.stringifyFilters(s.filters),componentString:"Dashboard",extraImportsString:T.stringifyExtraImports(s.filters||s.widgets.map(r=>"filters"in r?r.filters:[]).flat().filter(r=>r!==void 0)||[],n),tabbersOptionsString:T.stringifyProps(s.tabbersOptions||{},T.CODE_TEMPLATES_INDENT),layoutOptionsString:T.stringifyProps(s.layoutOptions||{},T.CODE_TEMPLATES_INDENT),widgetsOptionsString:T.stringifyProps(s.widgetsOptions||{},T.CODE_TEMPLATES_INDENT,!0),styleOptionsString:T.stringifyProps(s.styleOptions||{},T.CODE_TEMPLATES_INDENT)};return T.generateCode(t,i,e)},mi=s=>W.isByIdDashboardCodeParams(s)?di(s):pi(s),yi=Object.freeze(Object.defineProperty({__proto__:null,toDashboardCode:mi},Symbol.toStringTag,{value:"Module"})),gi="executeQueryTmpl",bi="executePivotQueryTmpl",wi=(s,e,t)=>{const n=T.checkIfMeasuresExist(s),i={dataSourceString:T.stringifyDataSource(s.dataSource),dimensionsString:T.stringifyProps(s.dimensions||[]),measuresString:T.stringifyProps(s.measures||[]),filtersString:T.stringifyFilters(s.filters),highlightsString:T.stringifyProps(s.highlights||[]),extraImportsString:T.stringifyExtraImports(s.filters||[],n)};return T.generateCode(t,i,e)},Si=(s,e,t)=>{const n=T.checkIfMeasuresExist(s),i={dataSourceString:T.stringifyDataSource(s.dataSource),rowsString:T.stringifyProps(s.rows||[]),valuesString:T.stringifyProps(s.values||[]),filtersString:T.stringifyFilters(s.filters),extraImportsString:T.stringifyExtraImports(s.filters||[],n)};return T.generateCode(t,i,e)},ki=({queryParams:s,uiFramework:e="react"})=>wi(s,e,gi),Oi=({pivotQueryParams:s,uiFramework:e="react"})=>Si(s,e,bi),Ni=s=>ki(s),Ti=s=>Oi(s),Ei=Object.freeze(Object.defineProperty({__proto__:null,toExecutePivotQueryCode:Ti,toExecuteQueryCode:Ni},Symbol.toStringTag,{value:"Module"}));exports.EMPTY_EXPANDED_QUERY_MODEL=W.EMPTY_EXPANDED_QUERY_MODEL;exports.EMPTY_SIMPLE_QUERY_MODEL=W.EMPTY_SIMPLE_QUERY_MODEL;exports.isByIdDashboardCodeParams=W.isByIdDashboardCodeParams;exports.isByIdWidgetCodeParams=W.isByIdWidgetCodeParams;exports.isClientSideDashboardCodeParams=W.isClientSideDashboardCodeParams;exports.isClientSideWidgetCodeParams=W.isClientSideWidgetCodeParams;exports.getChartDataOptions=T.getChartDataOptions;exports.getChartOptions=T.getChartOptions;exports.getChartRecommendationsOrDefault=T.getChartRecommendationsOrDefault;exports.getChartStyleOptions=T.getChartStyleOptions;exports.simplifyMetadataItem=T.simplifyMetadataItem;exports.widgetComposer=T.widgetComposer;exports.CustomSuperJSON=Nt.CustomSuperJSON;exports.translateQueryJSON=Nt.translateQueryJSON;exports.translateQueryToJaql=Nt.translateQueryToJaql;exports.QueryTranslator=ci;exports.dashboardComposer=yi;exports.executeQueryComposer=Ei;