@mcp-b/web-components 0.2.6 → 0.2.7
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/dist/components/date/date.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/{date-6M6wfa8L.d.ts → date-DtaTBM71.d.ts} +1 -1
- package/dist/docs/custom-elements.json +558 -171
- package/dist/index.d.ts +1 -1
- package/dist/types/custom-element-jsx.d.ts +14 -0
- package/package.json +21 -21
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SigveloDate } from "../../date-
|
|
1
|
+
import { t as SigveloDate } from "../../date-DtaTBM71.js";
|
|
2
2
|
export { SigveloDate };
|
|
@@ -25,7 +25,7 @@ import { t as SigveloColorInput } from "../color-input-Bky89xg_.js";
|
|
|
25
25
|
import { n as SigveloCombobox, t as SigveloComboboxItem } from "../combobox-item-D2H1CMxC.js";
|
|
26
26
|
import { t as SigveloComparison } from "../comparison-B1-nMwmp.js";
|
|
27
27
|
import { a as SigveloDataTable, i as DataTableSelection, n as DataTablePrimitive, o as SigveloRowSelectEvent, r as DataTableRow, t as DataTableColumn } from "../data-table-DL5RhE0d.js";
|
|
28
|
-
import { t as SigveloDate } from "../date-
|
|
28
|
+
import { t as SigveloDate } from "../date-DtaTBM71.js";
|
|
29
29
|
import { t as SigveloDialog } from "../dialog-N-v0woIy.js";
|
|
30
30
|
import { t as SigveloDivider } from "../divider-DWuAxcXv.js";
|
|
31
31
|
import { t as SigveloDropdownItem } from "../dropdown-item-_lIs-Tfd.js";
|
|
@@ -131,7 +131,7 @@ declare class SigveloDate extends SigveloElement {
|
|
|
131
131
|
timeZoneName: "long" | "short" | "shortOffset" | "longOffset" | "shortGeneric" | "longGeneric";
|
|
132
132
|
/** The format matching algorithm to use. */
|
|
133
133
|
formatMatcher: "basic" | "best-fit";
|
|
134
|
-
render():
|
|
134
|
+
render(): import("lit-html").TemplateResult<1> | "";
|
|
135
135
|
}
|
|
136
136
|
declare global {
|
|
137
137
|
interface HTMLElementTagNameMap {
|