@gez/date-time-kit
Version:
11 lines (10 loc) • 1.18 kB
JavaScript
var __freeze = Object.freeze;
var __defProp = Object.defineProperty;
var __template = (cooked, raw) => __freeze(__defProp(cooked, "raw", { value: __freeze(raw || cooked.slice()) }));
var _a;
import { html } from "../../utils/index.mjs";
import { Ele as PopoverEle } from "../popover/index.mjs";
PopoverEle.define();
import { Ele as YyyyMmDdListGrpEle } from "../yyyymmdd-list-grp/index.mjs";
YyyyMmDdListGrpEle.define();
export default html(_a || (_a = __template(['\n<div class="wrapper">\n <div class="btns sub">\n <i class="btn sub year bidirectional-flip"></i>\n <i class="btn sub month bidirectional-flip"></i>\n </div>\n <dt-popover class="echo" strategy="none" placement="bottom">\n <div slot="trigger" class="title-wrapper">\n <span class="title">title</span>\n <i class="title-arrow"></i>\n </div>\n <dt-yyyymmdd-list-grp slot="pop" class="not-pop-bg" min-granularity="month" part="list-grp"></dt-yyyymmdd-list-grp>\n </dt-popover>\n <div class="btns add">\n <i class="btn add month bidirectional-flip"></i>\n <i class="btn add year bidirectional-flip"></i>\n </div>\n</div>\n'])));