mol_view_tree2_lib 1.0.19 → 1.0.20
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.test.js +3 -12
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +3 -12
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -10895,20 +10895,11 @@ var $;
|
|
|
10895
10895
|
|
|
10896
10896
|
;
|
|
10897
10897
|
($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
|
|
10898
|
-
theme(){
|
|
10899
|
-
return "$mol_theme_accent";
|
|
10900
|
-
}
|
|
10901
10898
|
value(){
|
|
10902
10899
|
return null;
|
|
10903
10900
|
}
|
|
10904
|
-
|
|
10905
|
-
return
|
|
10906
|
-
}
|
|
10907
|
-
attr(){
|
|
10908
|
-
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
10909
|
-
}
|
|
10910
|
-
style(){
|
|
10911
|
-
return {...(super.style()), "minHeight": "1em"};
|
|
10901
|
+
theme(){
|
|
10902
|
+
return "$mol_theme_accent";
|
|
10912
10903
|
}
|
|
10913
10904
|
sub(){
|
|
10914
10905
|
return [(this.value())];
|
|
@@ -10920,7 +10911,7 @@ var $;
|
|
|
10920
10911
|
"use strict";
|
|
10921
10912
|
var $;
|
|
10922
10913
|
(function ($) {
|
|
10923
|
-
$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");
|
|
10914
|
+
$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");
|
|
10924
10915
|
})($ || ($ = {}));
|
|
10925
10916
|
|
|
10926
10917
|
;
|