Skip to content

Commit

Permalink
Deploying to gh-pages from @ efacfb4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed May 23, 2024
1 parent 893c917 commit b800764
Show file tree
Hide file tree
Showing 21 changed files with 724 additions and 492 deletions.
491 changes: 260 additions & 231 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

37 changes: 34 additions & 3 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -15651,6 +15651,20 @@ var $;
})($$ = $.$$ || ($.$$ = {}));
})($ || ($ = {}));

;
($.$mol_bar) = class $mol_bar extends ($.$mol_view) {};


;
"use strict";
var $;
(function ($) {
$mol_style_attach("mol/bar/bar.view.css", "[mol_bar] {\n\tdisplay: flex;\n\t/* box-shadow: inset 0 0 0 1px var(--mol_theme_line); */\n\tborder-radius: var(--mol_gap_round);\n}\n");
})($ || ($ = {}));

;
"use strict";

;
($.$mol_section) = class $mol_section extends ($.$mol_list) {
title_dom_name(){
Expand Down Expand Up @@ -15829,9 +15843,24 @@ var $;
(obj.value) = (next) => ((this?.opinion_my(next)));
return obj;
}
Marked_link(){
const obj = new this.$.$mol_link_iconed();
(obj.uri) = () => ("https://marked.hyoo.ru/");
(obj.title) = () => ("");
return obj;
}
Form_hint(){
const obj = new this.$.$mol_hint();
(obj.dictionary) = () => ({"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")), "marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked"))});
(obj.dictionary) = () => ({
"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")),
"marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked")),
"reply": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_reply"))
});
return obj;
}
Hints(){
const obj = new this.$.$mol_bar();
(obj.sub) = () => ([(this?.Marked_link()), (this?.Form_hint())]);
return obj;
}
Opinions_hint(){
Expand Down Expand Up @@ -15876,7 +15905,7 @@ var $;
(this?.Descr()),
(this?.Bid()),
(this?.Opinion_my()),
(this?.Form_hint()),
(this?.Hints()),
(this?.Opinions())
];
}
Expand All @@ -15890,7 +15919,9 @@ var $;
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Bid"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Marked_link"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Form_hint"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Hints"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions_hint"));
($mol_mem_key(($.$hyoo_survey_meet_form.prototype), "Opinion"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions"));
Expand Down Expand Up @@ -15925,7 +15956,7 @@ var $;
...(this.is_my() || this.descr()) ? [this.Descr()] : [],
this.Bid(),
this.Opinion_my(),
this.Form_hint(),
this.Hints(),
...this.is_my() ? [this.Opinions()] : [],
];
}
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions node.locale=en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"$hyoo_survey_meet_form_Descr_hint": "Description",
"$hyoo_survey_meet_form_Form_hint_dictionary_auto": "Saved automatically",
"$hyoo_survey_meet_form_Form_hint_dictionary_marked": "MakedText is supported",
"$hyoo_survey_meet_form_Form_hint_dictionary_reply": "Leave your contacts if you are waiting for a response",
"$hyoo_survey_meet_form_Opinions_hint_dictionary_visible": "Visible only to you",
"$hyoo_survey_meet_form_Opinions_title": "Opinions",
"$hyoo_survey_meet_form_Title_hint": "Meet title",
Expand Down
1 change: 1 addition & 0 deletions node.locale=ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"$hyoo_survey_meet_form_Descr_hint": "Описание",
"$hyoo_survey_meet_form_Form_hint_dictionary_auto": "Сохраняется автоматически",
"$hyoo_survey_meet_form_Form_hint_dictionary_marked": "Поддерживается MakedText",
"$hyoo_survey_meet_form_Form_hint_dictionary_reply": "Оставьте контакты, если ждёте ответа",
"$hyoo_survey_meet_form_Opinions_hint_dictionary_visible": "Видны только вам",
"$hyoo_survey_meet_form_Opinions_title": "Отзывы",
"$hyoo_survey_meet_form_Title_hint": "Название встречи",
Expand Down
37 changes: 34 additions & 3 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15651,6 +15651,20 @@ var $;
})($$ = $.$$ || ($.$$ = {}));
})($ || ($ = {}));

;
($.$mol_bar) = class $mol_bar extends ($.$mol_view) {};


;
"use strict";
var $;
(function ($) {
$mol_style_attach("mol/bar/bar.view.css", "[mol_bar] {\n\tdisplay: flex;\n\t/* box-shadow: inset 0 0 0 1px var(--mol_theme_line); */\n\tborder-radius: var(--mol_gap_round);\n}\n");
})($ || ($ = {}));

;
"use strict";

;
($.$mol_section) = class $mol_section extends ($.$mol_list) {
title_dom_name(){
Expand Down Expand Up @@ -15829,9 +15843,24 @@ var $;
(obj.value) = (next) => ((this?.opinion_my(next)));
return obj;
}
Marked_link(){
const obj = new this.$.$mol_link_iconed();
(obj.uri) = () => ("https://marked.hyoo.ru/");
(obj.title) = () => ("");
return obj;
}
Form_hint(){
const obj = new this.$.$mol_hint();
(obj.dictionary) = () => ({"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")), "marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked"))});
(obj.dictionary) = () => ({
"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")),
"marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked")),
"reply": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_reply"))
});
return obj;
}
Hints(){
const obj = new this.$.$mol_bar();
(obj.sub) = () => ([(this?.Marked_link()), (this?.Form_hint())]);
return obj;
}
Opinions_hint(){
Expand Down Expand Up @@ -15876,7 +15905,7 @@ var $;
(this?.Descr()),
(this?.Bid()),
(this?.Opinion_my()),
(this?.Form_hint()),
(this?.Hints()),
(this?.Opinions())
];
}
Expand All @@ -15890,7 +15919,9 @@ var $;
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Bid"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Marked_link"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Form_hint"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Hints"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions_hint"));
($mol_mem_key(($.$hyoo_survey_meet_form.prototype), "Opinion"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions"));
Expand Down Expand Up @@ -15925,7 +15956,7 @@ var $;
...(this.is_my() || this.descr()) ? [this.Descr()] : [],
this.Bid(),
this.Opinion_my(),
this.Form_hint(),
this.Hints(),
...this.is_my() ? [this.Opinions()] : [],
];
}
Expand Down
37 changes: 34 additions & 3 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15642,6 +15642,20 @@ var $;
})($$ = $.$$ || ($.$$ = {}));
})($ || ($ = {}));

;
($.$mol_bar) = class $mol_bar extends ($.$mol_view) {};


;
"use strict";
var $;
(function ($) {
$mol_style_attach("mol/bar/bar.view.css", "[mol_bar] {\n\tdisplay: flex;\n\t/* box-shadow: inset 0 0 0 1px var(--mol_theme_line); */\n\tborder-radius: var(--mol_gap_round);\n}\n");
})($ || ($ = {}));

;
"use strict";

;
($.$mol_section) = class $mol_section extends ($.$mol_list) {
title_dom_name(){
Expand Down Expand Up @@ -15820,9 +15834,24 @@ var $;
(obj.value) = (next) => ((this?.opinion_my(next)));
return obj;
}
Marked_link(){
const obj = new this.$.$mol_link_iconed();
(obj.uri) = () => ("https://marked.hyoo.ru/");
(obj.title) = () => ("");
return obj;
}
Form_hint(){
const obj = new this.$.$mol_hint();
(obj.dictionary) = () => ({"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")), "marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked"))});
(obj.dictionary) = () => ({
"auto": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_auto")),
"marked": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_marked")),
"reply": (this.$.$mol_locale.text("$hyoo_survey_meet_form_Form_hint_dictionary_reply"))
});
return obj;
}
Hints(){
const obj = new this.$.$mol_bar();
(obj.sub) = () => ([(this?.Marked_link()), (this?.Form_hint())]);
return obj;
}
Opinions_hint(){
Expand Down Expand Up @@ -15867,7 +15896,7 @@ var $;
(this?.Descr()),
(this?.Bid()),
(this?.Opinion_my()),
(this?.Form_hint()),
(this?.Hints()),
(this?.Opinions())
];
}
Expand All @@ -15881,7 +15910,9 @@ var $;
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Bid"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinion_my"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Marked_link"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Form_hint"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Hints"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions_hint"));
($mol_mem_key(($.$hyoo_survey_meet_form.prototype), "Opinion"));
($mol_mem(($.$hyoo_survey_meet_form.prototype), "Opinions"));
Expand Down Expand Up @@ -15916,7 +15947,7 @@ var $;
...(this.is_my() || this.descr()) ? [this.Descr()] : [],
this.Bid(),
this.Opinion_my(),
this.Form_hint(),
this.Hints(),
...this.is_my() ? [this.Opinions()] : [],
];
}
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ $mol_hint $mol_check
hint_close @ \Hide
hint_open @ \Hint

$mol_bar $mol_view

$mol_section $mol_list
level 1
rows /
Expand Down Expand Up @@ -906,10 +908,15 @@ $hyoo_survey_meet_form $mol_page
\🙏 More ideas and **suggestions** for the future?
<= Opinion_my $mol_textarea
value? <=> opinion_my? \
<= Form_hint $mol_hint
dictionary *
auto @ \Saved automatically
marked @ \MakedText is supported
<= Hints $mol_bar sub /
<= Marked_link $mol_link_iconed
uri \https://marked.hyoo.ru/
title \
<= Form_hint $mol_hint
dictionary *
auto @ \Saved automatically
marked @ \MakedText is supported
reply @ \Leave your contacts if you are waiting for a response
<= Opinions $mol_section
title @ \Opinions
tools /
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"$mol_icon_help",
"$mol_array_lottery",
"$mol_array",
"$mol_bar",
"$mol_section",
"$mol_string_button",
"$mol_offline_install",
Expand Down
Loading

0 comments on commit b800764

Please sign in to comment.