mol_view_tree2_lib 1.0.19 → 1.0.21
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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -5555,20 +5555,11 @@ var $;
|
|
|
5555
5555
|
|
|
5556
5556
|
;
|
|
5557
5557
|
($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
|
|
5558
|
-
theme(){
|
|
5559
|
-
return "$mol_theme_accent";
|
|
5560
|
-
}
|
|
5561
5558
|
value(){
|
|
5562
5559
|
return null;
|
|
5563
5560
|
}
|
|
5564
|
-
|
|
5565
|
-
return
|
|
5566
|
-
}
|
|
5567
|
-
attr(){
|
|
5568
|
-
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
5569
|
-
}
|
|
5570
|
-
style(){
|
|
5571
|
-
return {...(super.style()), "minHeight": "1em"};
|
|
5561
|
+
theme(){
|
|
5562
|
+
return "$mol_theme_accent";
|
|
5572
5563
|
}
|
|
5573
5564
|
sub(){
|
|
5574
5565
|
return [(this.value())];
|
|
@@ -5580,7 +5571,7 @@ var $;
|
|
|
5580
5571
|
"use strict";
|
|
5581
5572
|
var $;
|
|
5582
5573
|
(function ($) {
|
|
5583
|
-
$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");
|
|
5574
|
+
$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");
|
|
5584
5575
|
})($ || ($ = {}));
|
|
5585
5576
|
|
|
5586
5577
|
;
|