Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Oct 9, 2023
1 parent 89072f4 commit d302abd
Show file tree
Hide file tree
Showing 24 changed files with 567 additions and 7 deletions.
13 changes: 13 additions & 0 deletions app/docs/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8014,6 +8014,19 @@ declare namespace $.$$ {
}
}

declare namespace $ {
class $mol_link_source_demo extends $mol_example_small {
title(): string;
sub(): readonly any[];
tags(): readonly any[];
aspects(): readonly any[];
uri(next?: any): string;
Input(): $$.$mol_string;
Output(): $mol_link_source;
Blocks(): $$.$mol_list;
}
}

declare namespace $ {
class $mol_list_demo extends $mol_example_small {
sub(): readonly any[];
Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/node.deps.json

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions app/docs/-/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -32847,6 +32847,73 @@ var $;
;
"use strict";
var $;
(function ($) {
class $mol_link_source_demo extends $mol_example_small {
title() {
return "Link with icon";
}
sub() {
return [
this.Blocks()
];
}
tags() {
return [
"link",
"icon",
"source",
"github",
"url"
];
}
aspects() {
return [
"Navigation",
"Widget/Button"
];
}
uri(next) {
if (next !== undefined)
return next;
return "https://github.com/hyoo-ru/mam_mol/";
}
Input() {
const obj = new this.$.$mol_string();
obj.value = (next) => this.uri(next);
return obj;
}
Output() {
const obj = new this.$.$mol_link_source();
obj.uri = () => this.uri();
return obj;
}
Blocks() {
const obj = new this.$.$mol_list();
obj.rows = () => [
this.Input(),
this.Output()
];
return obj;
}
}
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "uri", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Input", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Output", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Blocks", null);
$.$mol_link_source_demo = $mol_link_source_demo;
})($ || ($ = {}));
//mol/link/source/demo/-view.tree/demo.view.tree.ts
;
"use strict";
var $;
(function ($) {
class $mol_list_demo extends $mol_example_small {
sub() {
Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/node.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/docs/-/node.meta.tree
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
include \/mol/link/demo
include \/mol/link/iconed/demo
include \/mol/link/lazy/demo
include \/mol/link/source/demo
include \/mol/list/demo
include \/mol/list/demo/table
include \/mol/list/demo/tree
Expand Down
67 changes: 67 additions & 0 deletions app/docs/-/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32847,6 +32847,73 @@ var $;
;
"use strict";
var $;
(function ($) {
class $mol_link_source_demo extends $mol_example_small {
title() {
return "Link with icon";
}
sub() {
return [
this.Blocks()
];
}
tags() {
return [
"link",
"icon",
"source",
"github",
"url"
];
}
aspects() {
return [
"Navigation",
"Widget/Button"
];
}
uri(next) {
if (next !== undefined)
return next;
return "https://github.com/hyoo-ru/mam_mol/";
}
Input() {
const obj = new this.$.$mol_string();
obj.value = (next) => this.uri(next);
return obj;
}
Output() {
const obj = new this.$.$mol_link_source();
obj.uri = () => this.uri();
return obj;
}
Blocks() {
const obj = new this.$.$mol_list();
obj.rows = () => [
this.Input(),
this.Output()
];
return obj;
}
}
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "uri", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Input", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Output", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Blocks", null);
$.$mol_link_source_demo = $mol_link_source_demo;
})($ || ($ = {}));
//mol/link/source/demo/-view.tree/demo.view.tree.ts
;
"use strict";
var $;
(function ($) {
class $mol_list_demo extends $mol_example_small {
sub() {
Expand Down
67 changes: 67 additions & 0 deletions app/docs/-/node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32839,6 +32839,73 @@ var $;
;
"use strict";
var $;
(function ($) {
class $mol_link_source_demo extends $mol_example_small {
title() {
return "Link with icon";
}
sub() {
return [
this.Blocks()
];
}
tags() {
return [
"link",
"icon",
"source",
"github",
"url"
];
}
aspects() {
return [
"Navigation",
"Widget/Button"
];
}
uri(next) {
if (next !== undefined)
return next;
return "https://github.com/hyoo-ru/mam_mol/";
}
Input() {
const obj = new this.$.$mol_string();
obj.value = (next) => this.uri(next);
return obj;
}
Output() {
const obj = new this.$.$mol_link_source();
obj.uri = () => this.uri();
return obj;
}
Blocks() {
const obj = new this.$.$mol_list();
obj.rows = () => [
this.Input(),
this.Output()
];
return obj;
}
}
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "uri", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Input", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Output", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Blocks", null);
$.$mol_link_source_demo = $mol_link_source_demo;
})($ || ($ = {}));
//mol/link/source/demo/-view.tree/demo.view.tree.ts
;
"use strict";
var $;
(function ($) {
class $mol_list_demo extends $mol_example_small {
sub() {
Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/node.test.js.map

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions app/docs/-/node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -4066,6 +4066,25 @@ $mol_link_lazy_demo $mol_example_small
aspects /
\Widget/Button

$mol_link_source_demo $mol_example_small
title \Link with icon
sub /
<= Blocks $mol_list
rows /
<= Input $mol_string
value? <=> uri? \https://github.com/hyoo-ru/mam_mol/
<= Output $mol_link_source
uri <= uri?
tags /
\link
\icon
\source
\github
\url
aspects /
\Navigation
\Widget/Button

$mol_list_demo $mol_example_small
sub /
<= Items_count_label $mol_labeler
Expand Down
1 change: 1 addition & 0 deletions app/docs/-/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
"$mol_link_iconed_demo",
"$mol_link_lazy_demo",
"$mol_link_lazy",
"$mol_link_source_demo",
"$mol_list_demo",
"$mol_list_demo_table",
"$mol_colors",
Expand Down
13 changes: 13 additions & 0 deletions app/docs/-/web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8075,6 +8075,19 @@ declare namespace $.$$ {
}
}

declare namespace $ {
class $mol_link_source_demo extends $mol_example_small {
title(): string;
sub(): readonly any[];
tags(): readonly any[];
aspects(): readonly any[];
uri(next?: any): string;
Input(): $$.$mol_string;
Output(): $mol_link_source;
Blocks(): $$.$mol_list;
}
}

declare namespace $ {
class $mol_list_demo extends $mol_example_small {
sub(): readonly any[];
Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/web.deps.json

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions app/docs/-/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -33146,6 +33146,73 @@ var $;
;
"use strict";
var $;
(function ($) {
class $mol_link_source_demo extends $mol_example_small {
title() {
return "Link with icon";
}
sub() {
return [
this.Blocks()
];
}
tags() {
return [
"link",
"icon",
"source",
"github",
"url"
];
}
aspects() {
return [
"Navigation",
"Widget/Button"
];
}
uri(next) {
if (next !== undefined)
return next;
return "https://github.com/hyoo-ru/mam_mol/";
}
Input() {
const obj = new this.$.$mol_string();
obj.value = (next) => this.uri(next);
return obj;
}
Output() {
const obj = new this.$.$mol_link_source();
obj.uri = () => this.uri();
return obj;
}
Blocks() {
const obj = new this.$.$mol_list();
obj.rows = () => [
this.Input(),
this.Output()
];
return obj;
}
}
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "uri", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Input", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Output", null);
__decorate([
$mol_mem
], $mol_link_source_demo.prototype, "Blocks", null);
$.$mol_link_source_demo = $mol_link_source_demo;
})($ || ($ = {}));
//mol/link/source/demo/-view.tree/demo.view.tree.ts
;
"use strict";
var $;
(function ($) {
class $mol_list_demo extends $mol_example_small {
sub() {
Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/web.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/docs/-/web.meta.tree
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
include \/mol/link/demo
include \/mol/link/iconed/demo
include \/mol/link/lazy/demo
include \/mol/link/source/demo
include \/mol/list/demo
include \/mol/list/demo/table
include \/mol/list/demo/tree
Expand Down
Loading

0 comments on commit d302abd

Please sign in to comment.