tinkiet 0.8.4 → 0.8.10
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/accordion/accordion.d.ts +1 -1
- package/accordion/index.d.ts +1 -1
- package/badge/badge.d.ts +1 -1
- package/badge/index.d.ts +1 -1
- package/box/focusable-box.d.ts +1 -1
- package/box/index.d.ts +1 -1
- package/button/button.d.ts +1 -1
- package/button/index.d.ts +1 -1
- package/checkbox/index.d.ts +1 -1
- package/dialog/dialog.d.ts +2 -2
- package/dialog/dialog.js +5 -4
- package/dialog/dialog.scss.js +2 -2
- package/dialog/index.d.ts +1 -1
- package/drawer/index.d.ts +1 -1
- package/form/index.d.ts +1 -1
- package/icon/icon.d.ts +1 -1
- package/icon/index.d.ts +2 -2
- package/index.d.ts +24 -23
- package/index.d.ts.map +1 -1
- package/index.js +2 -0
- package/list-item/index.d.ts +1 -1
- package/list-item/list-item.js +2 -2
- package/loading/index.d.ts +1 -1
- package/loading/loading.d.ts +1 -1
- package/navbar/index.d.ts +1 -1
- package/navbar/navbar.d.ts +1 -1
- package/notie/index.d.ts +1 -1
- package/notie/notie.d.ts +3 -1
- package/notie/notie.js +13 -6
- package/notie/notie.scss.js +2 -2
- package/package.json +1 -1
- package/pages/index.d.ts +1 -1
- package/radio/index.d.ts +1 -1
- package/select/index.d.ts +1 -1
- package/slider/index.d.ts +1 -1
- package/switch/index.d.ts +1 -1
- package/tab-group/index.d.ts +1 -1
- package/tab-group/tab-group.js +1 -8
- package/tag/index.d.ts +1 -1
- package/textarea/index.d.ts +1 -1
- package/textarea/textarea.js +1 -1
- package/textfield/index.d.ts +1 -1
- package/textfield/textfield.js +31 -29
- package/theme/index.d.ts +1 -1
- package/tooltip/index.d.ts +1 -0
- package/tooltip/index.js +1 -0
- package/tooltip/tooltip.d.ts +12 -0
- package/tooltip/tooltip.js +33 -0
- package/tooltip/tooltip.scss.js +4 -0
- package/umd/tinkiet.min.d.ts +15 -3
- package/umd/tinkiet.min.d.ts.map +1 -1
- package/umd/tinkiet.min.js +1 -1
package/umd/tinkiet.min.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, TemplateResult } from "lit";
|
|
1
|
+
import { LitElement, PropertyValueMap, TemplateResult } from "lit";
|
|
2
2
|
declare const colors: readonly [
|
|
3
3
|
"primary-lighter",
|
|
4
4
|
"primary-light",
|
|
@@ -197,7 +197,7 @@ declare class TkDialog extends LitElement {
|
|
|
197
197
|
blurOverlay: boolean;
|
|
198
198
|
private resolve;
|
|
199
199
|
render(): import("lit-html").TemplateResult<1>;
|
|
200
|
-
updated(
|
|
200
|
+
protected updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
201
201
|
show(): Promise<string | boolean | null>;
|
|
202
202
|
hide(value?: boolean | string | null): void;
|
|
203
203
|
}
|
|
@@ -325,6 +325,7 @@ interface NotieConfirmOptions extends NotieOptions {
|
|
|
325
325
|
}
|
|
326
326
|
interface NotieInputOptions extends NotieConfirmOptions {
|
|
327
327
|
password?: boolean;
|
|
328
|
+
inputType?: string;
|
|
328
329
|
}
|
|
329
330
|
declare enum NotieType {
|
|
330
331
|
show = "show",
|
|
@@ -349,6 +350,7 @@ declare class TkNotie extends TkBox {
|
|
|
349
350
|
delay: number;
|
|
350
351
|
animationDelay: number;
|
|
351
352
|
text: string;
|
|
353
|
+
inputType: string;
|
|
352
354
|
buttonText: string;
|
|
353
355
|
confirmText: string;
|
|
354
356
|
cancelText: string;
|
|
@@ -611,5 +613,15 @@ declare global {
|
|
|
611
613
|
"tk-theme": TkTheme;
|
|
612
614
|
}
|
|
613
615
|
}
|
|
614
|
-
|
|
616
|
+
declare class TkTooltip extends LitElement {
|
|
617
|
+
static styles: import("lit").CSSResult;
|
|
618
|
+
position: "bottom" | "top" | "right" | "left";
|
|
619
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
620
|
+
}
|
|
621
|
+
declare global {
|
|
622
|
+
interface HTMLElementTagNameMap {
|
|
623
|
+
"tk-tooltip": TkTooltip;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
export { TkAccordion, TkBadge, TkBox, TkButton, TkCheckbox, TkDialog, TkDrawer, TkForm, TkIcon, TkIcons, TkListItem, TkLoading, TkNavbar, TkNotie, TkPages, TkRadio, TkSelect, TkSlider, TkSwitch, TkTabGroup, TkTag, TkTextarea, TkTextfield, TkTheme, TkTooltip };
|
|
615
627
|
//# sourceMappingURL=tinkiet.min.d.ts.map
|
package/umd/tinkiet.min.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tinkiet.min.d.ts","sourceRoot":"","sources":["../../tinkiet/index.ts","../../tinkiet/box/box.ts","../../tinkiet/box/index.ts","../../tinkiet/utils/unique.ts","../../tinkiet/box/focusable-box.ts","../../tinkiet/accordion/accordion.ts","../../tinkiet/accordion/index.ts","../../tinkiet/badge/badge.ts","../../tinkiet/badge/index.ts","../../tinkiet/button/button.ts","../../tinkiet/button/index.ts","../../tinkiet/checkbox/checkbox.ts","../../tinkiet/checkbox/index.ts","../../tinkiet/dialog/dialog.ts","../../tinkiet/dialog/index.ts","../../tinkiet/drawer/drawer.ts","../../tinkiet/drawer/index.ts","../../tinkiet/form/form.ts","../../tinkiet/form/index.ts","../../tinkiet/icon/icons.ts","../../tinkiet/icon/icon.ts","../../tinkiet/icon/index.ts","../../tinkiet/list-item/list-item.ts","../../tinkiet/list-item/index.ts","../../tinkiet/loading/loading.ts","../../tinkiet/loading/index.ts","../../tinkiet/navbar/navbar.ts","../../tinkiet/navbar/index.ts","../../tinkiet/textfield/textfield.ts","../../tinkiet/textfield/index.ts","../../tinkiet/notie/notie.ts","../../tinkiet/notie/index.ts","../../tinkiet/pages/pages.ts","../../tinkiet/pages/index.ts","../../tinkiet/radio/radio.ts","../../tinkiet/radio/index.ts","../../tinkiet/select/select.ts","../../tinkiet/select/index.ts","../../tinkiet/slider/slider.ts","../../tinkiet/slider/index.ts","../../tinkiet/switch/switch.ts","../../tinkiet/switch/index.ts","../../tinkiet/tab-group/tab-group.ts","../../tinkiet/tab-group/index.ts","../../tinkiet/tag/tag.ts","../../tinkiet/tag/index.ts","../../tinkiet/textarea/textarea.ts","../../tinkiet/textarea/index.ts","../../tinkiet/theme/theme.ts","../../tinkiet/theme/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"tinkiet.min.d.ts","sourceRoot":"","sources":["../../tinkiet/index.ts","../../tinkiet/box/box.ts","../../tinkiet/box/index.ts","../../tinkiet/utils/unique.ts","../../tinkiet/box/focusable-box.ts","../../tinkiet/accordion/accordion.ts","../../tinkiet/accordion/index.ts","../../tinkiet/badge/badge.ts","../../tinkiet/badge/index.ts","../../tinkiet/button/button.ts","../../tinkiet/button/index.ts","../../tinkiet/checkbox/checkbox.ts","../../tinkiet/checkbox/index.ts","../../tinkiet/dialog/dialog.ts","../../tinkiet/dialog/index.ts","../../tinkiet/drawer/drawer.ts","../../tinkiet/drawer/index.ts","../../tinkiet/form/form.ts","../../tinkiet/form/index.ts","../../tinkiet/icon/icons.ts","../../tinkiet/icon/icon.ts","../../tinkiet/icon/index.ts","../../tinkiet/list-item/list-item.ts","../../tinkiet/list-item/index.ts","../../tinkiet/loading/loading.ts","../../tinkiet/loading/index.ts","../../tinkiet/navbar/navbar.ts","../../tinkiet/navbar/index.ts","../../tinkiet/textfield/textfield.ts","../../tinkiet/textfield/index.ts","../../tinkiet/notie/notie.ts","../../tinkiet/notie/index.ts","../../tinkiet/pages/pages.ts","../../tinkiet/pages/index.ts","../../tinkiet/radio/radio.ts","../../tinkiet/radio/index.ts","../../tinkiet/select/select.ts","../../tinkiet/select/index.ts","../../tinkiet/slider/slider.ts","../../tinkiet/slider/index.ts","../../tinkiet/switch/switch.ts","../../tinkiet/switch/index.ts","../../tinkiet/tab-group/tab-group.ts","../../tinkiet/tab-group/index.ts","../../tinkiet/tag/tag.ts","../../tinkiet/tag/index.ts","../../tinkiet/textarea/textarea.ts","../../tinkiet/textarea/index.ts","../../tinkiet/theme/theme.ts","../../tinkiet/theme/index.ts","../../tinkiet/tooltip/tooltip.ts","../../tinkiet/tooltip/index.ts"],"names":[],"mappings":""}
|