Fix datagrid pagination, document rsx:debug --eval, update jqhtml

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-12 03:00:48 +00:00
parent 958da28f64
commit c4ba2b743f
138 changed files with 212 additions and 150 deletions

2
node_modules/sass/package.json generated vendored
View File

@@ -1 +1 @@
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.95.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.96.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}

72
node_modules/sass/sass.dart.js generated vendored
View File

@@ -28779,7 +28779,7 @@ self.util = _cliPkgRequires.util;
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
J.set$Version$x(self.exports, $.$get$versionClass());
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
J.set$info$x(self.exports, "dart-sass\t1.95.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.4\t(Dart Compiler)\t[Dart]");
J.set$info$x(self.exports, "dart-sass\t1.96.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.4\t(Dart Compiler)\t[Dart]");
A.updateCanonicalizeContextPrototype();
A.updateSourceSpanPrototype();
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -34058,7 +34058,7 @@ self.util = _cliPkgRequires.util;
switch ($async$goto) {
case 0:
// Function start
$async$returnValue = "1.95.1 compiled with dart2js 3.10.4";
$async$returnValue = "1.96.0 compiled with dart2js 3.10.4";
// goto return
$async$goto = 1;
break;
@@ -52611,7 +52611,7 @@ self.util = _cliPkgRequires.util;
}
try {
argVersion = A.Version_Version$parse(id);
sassVersion = A.Version_Version$parse("1.95.1");
sassVersion = A.Version_Version$parse("1.96.0");
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -82994,19 +82994,10 @@ self.util = _cliPkgRequires.util;
t1.writeCharCode$1(41);
},
_writeCalculationValue$1(value) {
var _2_4_isSet, _2_4, t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this, _null = null;
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this;
$label1$1: {
_2_4_isSet = value instanceof A.SassNumber;
_2_4 = _null;
if (_2_4_isSet) {
_2_4 = value.get$hasComplexUnits();
t1 = _2_4;
t1 = t1 && !_this._inspect;
} else
t1 = false;
if (t1)
throw A.wrapException(A.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value.", _null));
if (_2_4_isSet && !isFinite(value._number$_value)) {
t1 = value instanceof A.SassNumber;
if (t1 && !isFinite(value._number$_value)) {
$label0$0: {
_0_0 = value._number$_value;
if (1 / 0 === _0_0) {
@@ -83023,11 +83014,7 @@ self.util = _cliPkgRequires.util;
_this._writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
break $label1$1;
}
if (_2_4_isSet)
t1 = _2_4;
else
t1 = false;
if (t1) {
if (t1 && value.get$hasComplexUnits()) {
_this._writeNumber$1(value._number$_value);
_1_0 = value.get$numeratorUnits(value);
if (_1_0.length >= 1) {
@@ -83044,14 +83031,14 @@ self.util = _cliPkgRequires.util;
break $label1$1;
}
t1 = value instanceof A.CalculationOperation;
left = _null;
right = _null;
left = null;
right = null;
if (t1) {
operator = value._operator;
left = value._left;
right = value._right;
} else
operator = _null;
operator = null;
if (t1) {
parenthesizeLeft = left instanceof A.CalculationOperation && left._operator.precedence < operator.precedence;
if (parenthesizeLeft)
@@ -83705,11 +83692,9 @@ self.util = _cliPkgRequires.util;
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
return;
}
if (value.get$hasComplexUnits()) {
if (!_this._inspect)
throw A.wrapException(A.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value.", null));
if (value.get$hasComplexUnits())
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
} else {
else {
_this._writeNumber$1(t1);
_1_0 = value.get$numeratorUnits(value);
if (_1_0.length === 1)
@@ -119035,19 +119020,10 @@ self.util = _cliPkgRequires.util;
t1.writeCharCode$1(41);
},
_serialize0$_writeCalculationValue$1(value) {
var _2_4_isSet, _2_4, t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this, _null = null;
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this;
$label1$1: {
_2_4_isSet = value instanceof A.SassNumber0;
_2_4 = _null;
if (_2_4_isSet) {
_2_4 = value.get$hasComplexUnits();
t1 = _2_4;
t1 = t1 && !_this._serialize0$_inspect;
} else
t1 = false;
if (t1)
throw A.wrapException(A.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value.", _null));
if (_2_4_isSet && !isFinite(value._number1$_value)) {
t1 = value instanceof A.SassNumber0;
if (t1 && !isFinite(value._number1$_value)) {
$label0$0: {
_0_0 = value._number1$_value;
if (1 / 0 === _0_0) {
@@ -119064,11 +119040,7 @@ self.util = _cliPkgRequires.util;
_this._serialize0$_writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
break $label1$1;
}
if (_2_4_isSet)
t1 = _2_4;
else
t1 = false;
if (t1) {
if (t1 && value.get$hasComplexUnits()) {
_this._serialize0$_writeNumber$1(value._number1$_value);
_1_0 = value.get$numeratorUnits(value);
if (_1_0.length >= 1) {
@@ -119085,14 +119057,14 @@ self.util = _cliPkgRequires.util;
break $label1$1;
}
t1 = value instanceof A.CalculationOperation0;
left = _null;
right = _null;
left = null;
right = null;
if (t1) {
operator = value._calculation0$_operator;
left = value._calculation0$_left;
right = value._calculation0$_right;
} else
operator = _null;
operator = null;
if (t1) {
parenthesizeLeft = left instanceof A.CalculationOperation0 && left._calculation0$_operator.precedence < operator.precedence;
if (parenthesizeLeft)
@@ -119746,11 +119718,9 @@ self.util = _cliPkgRequires.util;
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
return;
}
if (value.get$hasComplexUnits()) {
if (!_this._serialize0$_inspect)
throw A.wrapException(A.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value.", null));
if (value.get$hasComplexUnits())
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
} else {
else {
_this._serialize0$_writeNumber$1(t1);
_1_0 = value.get$numeratorUnits(value);
if (_1_0.length === 1)