fluekit 1.5.72 → 1.5.73
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/AlertDialog.d.ts +19 -0
- package/dist/index.css +1 -1
- package/dist/index.js +865 -823
- package/package.json +1 -1
package/dist/AlertDialog.d.ts
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
|
+
import { Alignment } from './Alignment';
|
|
2
|
+
import { EdgeInsets } from './EdgeInsets';
|
|
3
|
+
import { BoxDecoration } from './BoxDecoration';
|
|
4
|
+
import { BoxConstraints } from './BoxConstraints';
|
|
5
|
+
import { Size } from './Size';
|
|
6
|
+
import { MainAxisAlignment } from './FlexProps';
|
|
1
7
|
interface Props {
|
|
2
8
|
visible: boolean;
|
|
3
9
|
title?: string;
|
|
4
10
|
content?: string;
|
|
5
11
|
barrierDismissible?: boolean;
|
|
12
|
+
alignment?: Alignment;
|
|
13
|
+
barrierColor?: string;
|
|
14
|
+
constraints?: BoxConstraints;
|
|
15
|
+
decoration?: BoxDecoration;
|
|
16
|
+
size?: Size;
|
|
17
|
+
actionsAlignment?: MainAxisAlignment;
|
|
18
|
+
titleAlignment?: Alignment;
|
|
19
|
+
padding?: EdgeInsets;
|
|
6
20
|
}
|
|
7
21
|
declare function __VLS_template(): {
|
|
8
22
|
attrs: Partial<{}>;
|
|
@@ -17,12 +31,17 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
17
31
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
18
32
|
close: () => any;
|
|
19
33
|
"update:visible": (value: boolean) => any;
|
|
34
|
+
ok: () => any;
|
|
20
35
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
21
36
|
onClose?: (() => any) | undefined;
|
|
22
37
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
onOk?: (() => any) | undefined;
|
|
23
39
|
}>, {
|
|
40
|
+
alignment: Alignment;
|
|
24
41
|
visible: boolean;
|
|
25
42
|
barrierDismissible: boolean;
|
|
43
|
+
barrierColor: string;
|
|
44
|
+
actionsAlignment: MainAxisAlignment;
|
|
26
45
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
46
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
47
|
export default _default;
|
package/dist/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.fluekit-button[data-v-a5efef4c]{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit;box-sizing:border-box;background:0 0;border:0;outline:0;margin:0;padding:0}.fluekit-button[data-v-a5efef4c]:disabled{cursor:default}.fluekit-image[data-v-ce382550]{display:block}.flutter-list-view[data-v-7ba20c73]{flex-direction:column;display:flex}.list-view-shrink-wrap[data-v-7ba20c73]{flex:none}.flutter-stack[data-v-aefe47c2]>*{grid-area:1/1/2/2}.fluekit-text-field[data-v-40723984]{margin-top:16px;font-family:inherit;position:relative}.fluekit-input-container[data-v-40723984]{box-sizing:border-box;width:100%}.fluekit-input-element[data-v-40723984]{width:100%;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:16px}.fluekit-input-label[data-v-40723984]{z-index:1}.fluekit-input-footer[data-v-40723984]{justify-content:space-between;margin-top:4px;display:flex}.fluekit-input-helper[data-v-40723984]{color:#666;font-size:12px}.fluekit-input-helper-spacer[data-v-40723984]{flex:1}.fluekit-input-counter[data-v-40723984]{color:#666;margin-left:auto;font-size:12px}.fluekit-input-helper.is-error[data-v-40723984]{color:#f44336}.flutter-transform[data-v-f99c0949]{box-sizing:border-box}.ink-well[data-v-e91fe828]{cursor:pointer;display:block;position:relative;overflow:hidden}.ink-well.disabled[data-v-e91fe828]{cursor:default}.ripple[data-v-e91fe828]{pointer-events:none;border-radius:50%;animation:.6s linear ripple-e91fe828;position:absolute;transform:scale(0)}@keyframes ripple-e91fe828{to{opacity:0;transform:scale(4)}}.slider-container[data-v-bccfa37a]{width:100%;position:relative}.
|
|
1
|
+
.fluekit-button[data-v-a5efef4c]{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit;box-sizing:border-box;background:0 0;border:0;outline:0;margin:0;padding:0}.fluekit-button[data-v-a5efef4c]:disabled{cursor:default}.fluekit-image[data-v-ce382550]{display:block}.flutter-list-view[data-v-7ba20c73]{flex-direction:column;display:flex}.list-view-shrink-wrap[data-v-7ba20c73]{flex:none}.flutter-stack[data-v-aefe47c2]>*{grid-area:1/1/2/2}.fluekit-text-field[data-v-40723984]{margin-top:16px;font-family:inherit;position:relative}.fluekit-input-container[data-v-40723984]{box-sizing:border-box;width:100%}.fluekit-input-element[data-v-40723984]{width:100%;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:16px}.fluekit-input-label[data-v-40723984]{z-index:1}.fluekit-input-footer[data-v-40723984]{justify-content:space-between;margin-top:4px;display:flex}.fluekit-input-helper[data-v-40723984]{color:#666;font-size:12px}.fluekit-input-helper-spacer[data-v-40723984]{flex:1}.fluekit-input-counter[data-v-40723984]{color:#666;margin-left:auto;font-size:12px}.fluekit-input-helper.is-error[data-v-40723984]{color:#f44336}.flutter-transform[data-v-f99c0949]{box-sizing:border-box}.ink-well[data-v-e91fe828]{cursor:pointer;display:block;position:relative;overflow:hidden}.ink-well.disabled[data-v-e91fe828]{cursor:default}.ripple[data-v-e91fe828]{pointer-events:none;border-radius:50%;animation:.6s linear ripple-e91fe828;position:absolute;transform:scale(0)}@keyframes ripple-e91fe828{to{opacity:0;transform:scale(4)}}.slider-container[data-v-bccfa37a]{width:100%;position:relative}.bottom-sheet-overlay[data-v-6948b23d]{z-index:9999;background-color:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.snackbar-overlay[data-v-d8abf3ed]{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.snackbar-overlay[data-v-d8abf3ed]>*{pointer-events:auto}
|
|
2
2
|
/*$vite$:1*/
|