mol_dump_lib 0.0.849 → 0.0.851
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.d.ts +1 -8
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +3 -12
- package/node.js.map +1 -1
- package/node.mjs +3 -12
- package/node.test.js +3 -12
- package/node.test.js.map +1 -1
- package/node.view.tree +1 -7
- package/package.json +1 -1
- package/web.d.ts +1 -8
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +3 -12
- package/web.js.map +1 -1
- package/web.mjs +3 -12
- package/web.view.tree +1 -7
package/node.js
CHANGED
|
@@ -6085,20 +6085,11 @@ var $;
|
|
|
6085
6085
|
|
|
6086
6086
|
;
|
|
6087
6087
|
($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
|
|
6088
|
-
theme(){
|
|
6089
|
-
return "$mol_theme_accent";
|
|
6090
|
-
}
|
|
6091
6088
|
value(){
|
|
6092
6089
|
return null;
|
|
6093
6090
|
}
|
|
6094
|
-
|
|
6095
|
-
return
|
|
6096
|
-
}
|
|
6097
|
-
attr(){
|
|
6098
|
-
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
6099
|
-
}
|
|
6100
|
-
style(){
|
|
6101
|
-
return {...(super.style()), "minHeight": "1em"};
|
|
6091
|
+
theme(){
|
|
6092
|
+
return "$mol_theme_accent";
|
|
6102
6093
|
}
|
|
6103
6094
|
sub(){
|
|
6104
6095
|
return [(this.value())];
|
|
@@ -6130,7 +6121,7 @@ var $;
|
|
|
6130
6121
|
"use strict";
|
|
6131
6122
|
var $;
|
|
6132
6123
|
(function ($) {
|
|
6133
|
-
$mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .75rem;\n\tborder-radius: 1rem;\n\tmargin: -0.5rem -0.2rem;\n\talign-self: flex-start;\n\tmin-height: 1em;\n\tvertical-align: sub;\n\tpadding: 0 .2rem;\n\tposition: absolute;\n\tz-index: var(--mol_layer_speck);\n\ttext-align: center;\n\tline-height: .9;\n\tdisplay: inline-block;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n\tuser-select: none;\n\tbox-shadow: 0 0 3px rgba(0,0,0,.5);\n}\n");
|
|
6124
|
+
$mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .75rem;\n\tborder-radius: 1rem;\n\tmargin: -0.5rem -0.2rem;\n\talign-self: flex-start;\n\tmin-height: 1em;\n\tmin-width: .75rem;\n\tvertical-align: sub;\n\tpadding: 0 .2rem;\n\tposition: absolute;\n\tz-index: var(--mol_layer_speck);\n\ttext-align: center;\n\tline-height: .9;\n\tdisplay: inline-block;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n\tuser-select: none;\n\tbox-shadow: 0 0 3px rgba(0,0,0,.5);\n}\n");
|
|
6134
6125
|
})($ || ($ = {}));
|
|
6135
6126
|
|
|
6136
6127
|
;
|