smoothly 0.1.87 → 0.1.91
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/cjs/GoogleFont-6c4f0da1.js +21 -0
- package/dist/cjs/{index-de5d1ee1.js → index-40d009d5.js} +2 -0
- package/dist/cjs/{index-328edd81.js → index-bc3845e8.js} +253 -182
- package/dist/cjs/index.cjs.js +8 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/smoothly-accordion_47.cjs.entry.js +296 -201
- package/dist/cjs/smoothly-calendar.cjs.entry.js +38 -10
- package/dist/cjs/smoothly-dialog.cjs.entry.js +2 -1
- package/dist/cjs/smoothly-display-demo.cjs.entry.js +2 -1
- package/dist/cjs/smoothly-display.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-frame.cjs.entry.js +2 -1
- package/dist/cjs/smoothly-google-font.cjs.entry.js +17 -0
- package/dist/cjs/smoothly-input-date-range.cjs.entry.js +8 -9
- package/dist/cjs/smoothly-input-date.cjs.entry.js +4 -0
- package/dist/cjs/smoothly-input.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-select-demo.cjs.entry.js +1 -0
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +2 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -1
- package/dist/cjs/smoothly.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/calendar/index.js +80 -11
- package/dist/collection/components/google-font/index.js +33 -0
- package/dist/collection/components/input/index.js +3 -3
- package/dist/collection/components/input/style.css +1 -0
- package/dist/collection/components/input-date/index.js +12 -1
- package/dist/collection/components/input-date-range/index.js +14 -15
- package/dist/collection/components/select-demo/index.js +1 -0
- package/dist/collection/index.js +1 -1
- package/dist/collection/model/GoogleFont.js +19 -0
- package/dist/collection/model/index.js +1 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +349 -214
- package/dist/esm/GoogleFont-8474516b.js +21 -0
- package/dist/esm/{index-1be6d668.js → index-37a67c97.js} +253 -182
- package/dist/{smoothly/index-68492ed9.js → esm/index-c8b5d468.js} +2 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/smoothly-accordion_47.entry.js +296 -201
- package/dist/esm/smoothly-calendar.entry.js +38 -10
- package/dist/esm/smoothly-dialog.entry.js +2 -1
- package/dist/esm/smoothly-display-demo.entry.js +2 -1
- package/dist/esm/smoothly-display.entry.js +1 -1
- package/dist/esm/smoothly-frame.entry.js +2 -1
- package/dist/esm/smoothly-google-font.entry.js +13 -0
- package/dist/esm/smoothly-input-date-range.entry.js +8 -9
- package/dist/esm/smoothly-input-date.entry.js +4 -0
- package/dist/esm/smoothly-input.entry.js +4 -4
- package/dist/esm/smoothly-select-demo.entry.js +1 -0
- package/dist/esm/smoothly-trigger-sink.entry.js +2 -1
- package/dist/esm/smoothly-trigger-source.entry.js +2 -1
- package/dist/esm/smoothly.js +1 -1
- package/dist/smoothly/GoogleFont-8474516b.js +21 -0
- package/dist/smoothly/{index-1be6d668.js → index-37a67c97.js} +253 -182
- package/dist/{esm/index-68492ed9.js → smoothly/index-c8b5d468.js} +2 -0
- package/dist/smoothly/index.esm.js +2 -1
- package/dist/smoothly/p-14232157.entry.js +1 -0
- package/dist/smoothly/p-22d4d5a7.entry.js +1 -0
- package/dist/smoothly/p-9947e4bf.entry.js +1 -0
- package/dist/smoothly/p-b8a3e273.entry.js +1 -0
- package/dist/smoothly/p-bd478a53.js +1 -0
- package/dist/smoothly/smoothly-calendar.entry.js +38 -10
- package/dist/smoothly/smoothly-dialog.entry.js +2 -1
- package/dist/smoothly/smoothly-display-demo.entry.js +2 -1
- package/dist/smoothly/smoothly-display.entry.js +1 -1
- package/dist/smoothly/smoothly-frame.entry.js +2 -1
- package/dist/smoothly/smoothly-google-font.entry.js +13 -0
- package/dist/smoothly/smoothly-input-date-range.entry.js +8 -9
- package/dist/smoothly/smoothly-input-date.entry.js +4 -0
- package/dist/smoothly/smoothly-input.entry.js +4 -4
- package/dist/smoothly/smoothly-select-demo.entry.js +1 -0
- package/dist/smoothly/smoothly-trigger-sink.entry.js +2 -1
- package/dist/smoothly/smoothly-trigger-source.entry.js +2 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/types/components/calendar/index.d.ts +6 -1
- package/dist/types/components/google-font/index.d.ts +5 -0
- package/dist/types/components/input-date/index.d.ts +1 -0
- package/dist/types/components/input-date-range/index.d.ts +2 -2
- package/dist/types/components.d.ts +19 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/model/GoogleFont.d.ts +6 -0
- package/dist/types/model/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/smoothly/p-09d633f8.entry.js +0 -1
- package/dist/smoothly/p-1a81597b.entry.js +0 -1
- package/dist/smoothly/p-7b43df84.entry.js +0 -1
|
@@ -80,6 +80,12 @@ export const SmoothlyFrame: {
|
|
|
80
80
|
new (): SmoothlyFrame;
|
|
81
81
|
};
|
|
82
82
|
|
|
83
|
+
interface SmoothlyGoogleFont extends Components.SmoothlyGoogleFont, HTMLElement {}
|
|
84
|
+
export const SmoothlyGoogleFont: {
|
|
85
|
+
prototype: SmoothlyGoogleFont;
|
|
86
|
+
new (): SmoothlyGoogleFont;
|
|
87
|
+
};
|
|
88
|
+
|
|
83
89
|
interface SmoothlyIcon extends Components.SmoothlyIcon, HTMLElement {}
|
|
84
90
|
export const SmoothlyIcon: {
|
|
85
91
|
prototype: SmoothlyIcon;
|