@bbodek/hooks 0.0.15 → 0.0.16
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/hooks/index.d.ts +4 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useDropzone/useDropzoneInput.d.ts +17 -17
- package/dist/hooks/useExecuteFunction/index.d.ts +2 -0
- package/dist/hooks/useExecuteFunction/index.d.ts.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +171 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC"}
|
|
@@ -40,20 +40,20 @@ declare const useDropzoneInput: ({ multiple, accept, disabled, handleUpload, }:
|
|
|
40
40
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
41
41
|
autoFocus?: boolean | undefined;
|
|
42
42
|
className?: string | undefined;
|
|
43
|
-
contentEditable?: (boolean | "
|
|
43
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
44
44
|
contextMenu?: string | undefined;
|
|
45
45
|
dir?: string | undefined;
|
|
46
|
-
draggable?: (boolean | "
|
|
46
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
47
47
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
48
48
|
hidden?: boolean | undefined;
|
|
49
49
|
id?: string | undefined;
|
|
50
50
|
lang?: string | undefined;
|
|
51
51
|
nonce?: string | undefined;
|
|
52
52
|
slot?: string | undefined;
|
|
53
|
-
spellCheck?: (boolean | "
|
|
54
|
-
style:
|
|
53
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
54
|
+
style: {
|
|
55
55
|
display: string;
|
|
56
|
-
};
|
|
56
|
+
} | import("react").CSSProperties;
|
|
57
57
|
tabIndex: number;
|
|
58
58
|
title?: string | undefined;
|
|
59
59
|
translate?: "yes" | "no" | undefined;
|
|
@@ -90,11 +90,11 @@ declare const useDropzoneInput: ({ multiple, accept, disabled, handleUpload, }:
|
|
|
90
90
|
exportparts?: string | undefined;
|
|
91
91
|
part?: string | undefined;
|
|
92
92
|
"aria-activedescendant"?: string | undefined;
|
|
93
|
-
"aria-atomic"?: (boolean | "
|
|
93
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
94
94
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
95
95
|
"aria-braillelabel"?: string | undefined;
|
|
96
96
|
"aria-brailleroledescription"?: string | undefined;
|
|
97
|
-
"aria-busy"?: (boolean | "
|
|
97
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
98
98
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
99
99
|
"aria-colcount"?: number | undefined;
|
|
100
100
|
"aria-colindex"?: number | undefined;
|
|
@@ -105,37 +105,37 @@ declare const useDropzoneInput: ({ multiple, accept, disabled, handleUpload, }:
|
|
|
105
105
|
"aria-describedby"?: string | undefined;
|
|
106
106
|
"aria-description"?: string | undefined;
|
|
107
107
|
"aria-details"?: string | undefined;
|
|
108
|
-
"aria-disabled"?: (boolean | "
|
|
108
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
109
109
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
110
110
|
"aria-errormessage"?: string | undefined;
|
|
111
|
-
"aria-expanded"?: (boolean | "
|
|
111
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
112
112
|
"aria-flowto"?: string | undefined;
|
|
113
|
-
"aria-grabbed"?: (boolean | "
|
|
113
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
114
114
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
115
|
-
"aria-hidden"?: (boolean | "
|
|
115
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
116
116
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
117
117
|
"aria-keyshortcuts"?: string | undefined;
|
|
118
118
|
"aria-label"?: string | undefined;
|
|
119
119
|
"aria-labelledby"?: string | undefined;
|
|
120
120
|
"aria-level"?: number | undefined;
|
|
121
121
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
122
|
-
"aria-modal"?: (boolean | "
|
|
123
|
-
"aria-multiline"?: (boolean | "
|
|
124
|
-
"aria-multiselectable"?: (boolean | "
|
|
122
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
124
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
125
125
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
126
126
|
"aria-owns"?: string | undefined;
|
|
127
127
|
"aria-placeholder"?: string | undefined;
|
|
128
128
|
"aria-posinset"?: number | undefined;
|
|
129
129
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
130
|
-
"aria-readonly"?: (boolean | "
|
|
130
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
131
131
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
132
|
-
"aria-required"?: (boolean | "
|
|
132
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
133
133
|
"aria-roledescription"?: string | undefined;
|
|
134
134
|
"aria-rowcount"?: number | undefined;
|
|
135
135
|
"aria-rowindex"?: number | undefined;
|
|
136
136
|
"aria-rowindextext"?: string | undefined;
|
|
137
137
|
"aria-rowspan"?: number | undefined;
|
|
138
|
-
"aria-selected"?: (boolean | "
|
|
138
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
139
139
|
"aria-setsize"?: number | undefined;
|
|
140
140
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
141
141
|
"aria-valuemax"?: number | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useExecuteFunction/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|