@bexis2/bexis2-core-ui 0.4.86 → 0.4.88
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/README.md +5 -2
- package/dist/TableView.svelte.d.ts +0 -2
- package/dist/components/CodeEditor/CodeEditor.svelte.d.ts +1 -4
- package/dist/components/Facets/Facets.svelte.d.ts +0 -2
- package/dist/components/Facets/ShowMore.svelte.d.ts +0 -2
- package/dist/components/File/FileIcon.svelte.d.ts +0 -2
- package/dist/components/File/FileInfo.svelte.d.ts +0 -2
- package/dist/components/File/FileUploader.svelte.d.ts +0 -2
- package/dist/components/ListView.svelte.d.ts +0 -2
- package/dist/components/Table/ColumnsMenu.svelte.d.ts +0 -2
- package/dist/components/Table/Table.svelte.d.ts +0 -2
- package/dist/components/Table/TableContent.svelte.d.ts +0 -2
- package/dist/components/Table/TableFilter.svelte.d.ts +0 -2
- package/dist/components/Table/TableFilterServer.svelte.d.ts +0 -2
- package/dist/components/Table/TablePagination.svelte.d.ts +0 -2
- package/dist/components/Table/TablePaginationServer.svelte.d.ts +0 -2
- package/dist/components/form/Checkbox.svelte.d.ts +0 -2
- package/dist/components/form/CheckboxKvPList.svelte.d.ts +0 -2
- package/dist/components/form/CheckboxList.svelte.d.ts +0 -2
- package/dist/components/form/DateInput.svelte.d.ts +0 -2
- package/dist/components/form/Dropdown.svelte +3 -2
- package/dist/components/form/Dropdown.svelte.d.ts +2 -2
- package/dist/components/form/DropdownKvP.svelte +2 -1
- package/dist/components/form/DropdownKvP.svelte.d.ts +2 -2
- package/dist/components/form/InputContainer.svelte.d.ts +0 -2
- package/dist/components/form/MultiSelect.svelte +9 -8
- package/dist/components/form/MultiSelect.svelte.d.ts +2 -2
- package/dist/components/form/NumberInput.svelte +2 -2
- package/dist/components/form/NumberInput.svelte.d.ts +1 -2
- package/dist/components/form/TextArea.svelte +2 -1
- package/dist/components/form/TextArea.svelte.d.ts +1 -2
- package/dist/components/form/TextInput.svelte +2 -1
- package/dist/components/form/TextInput.svelte.d.ts +1 -2
- package/dist/components/page/Alert.svelte.d.ts +0 -2
- package/dist/components/page/BackToTop.svelte.d.ts +0 -2
- package/dist/components/page/Docs.svelte.d.ts +0 -2
- package/dist/components/page/ErrorMessage.svelte.d.ts +0 -2
- package/dist/components/page/Footer.svelte.d.ts +0 -2
- package/dist/components/page/GoToTop.svelte.d.ts +0 -2
- package/dist/components/page/Header.svelte.d.ts +0 -2
- package/dist/components/page/HelpPopUp.svelte.d.ts +0 -2
- package/dist/components/page/Notification.svelte.d.ts +0 -2
- package/dist/components/page/Page.svelte.d.ts +0 -2
- package/dist/components/page/Spinner.svelte.d.ts +0 -2
- package/dist/components/page/TablePlaceholder.svelte.d.ts +0 -2
- package/dist/components/page/breadcrumb/Breadcrumb.svelte.d.ts +0 -2
- package/dist/components/page/menu/Menu.svelte.d.ts +0 -2
- package/dist/components/page/menu/MenuAccountBar.svelte.d.ts +0 -2
- package/dist/components/page/menu/MenuBar.svelte.d.ts +0 -2
- package/dist/components/page/menu/MenuItem.svelte.d.ts +0 -2
- package/dist/components/page/menu/MenuSublist.svelte.d.ts +0 -2
- package/dist/components/page/menu/SettingsBar.svelte.d.ts +0 -2
- package/dist/components/toggle/Toggle.svelte.d.ts +1 -3
- package/dist/services/Api.d.ts +5 -5
- package/package.json +1 -1
- package/src/lib/components/form/Dropdown.svelte +3 -2
- package/src/lib/components/form/DropdownKvP.svelte +2 -1
- package/src/lib/components/form/MultiSelect.svelte +9 -8
- package/src/lib/components/form/NumberInput.svelte +3 -3
- package/src/lib/components/form/TextArea.svelte +2 -1
- package/src/lib/components/form/TextInput.svelte +2 -1
- package/dist/css/themes/theme-bexis2.css_old +0 -100
- package/dist/themes/theme-bexis2 copy.d.ts +0 -2
- package/dist/themes/theme-bexis2 copy.js +0 -112
- package/src/lib/css/themes/theme-bexis2.css_old +0 -100
- package/src/lib/themes/theme-bexis2 copy.ts +0 -114
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# bexis-core-ui
|
|
2
|
+
## 0.4.87/88
|
|
3
|
+
- Input
|
|
4
|
+
- add show description to all form components
|
|
5
|
+
|
|
2
6
|
## 0.4.86
|
|
3
7
|
- Menu
|
|
4
8
|
- set size to local storage
|
|
5
|
-
-
|
|
9
|
+
- Input
|
|
6
10
|
- expose show description
|
|
7
11
|
|
|
8
12
|
|
|
@@ -18,7 +22,6 @@
|
|
|
18
22
|
- MultiSelect
|
|
19
23
|
- fix itemGroup was not working
|
|
20
24
|
|
|
21
|
-
|
|
22
25
|
## 0.4.83
|
|
23
26
|
- InputContainer
|
|
24
27
|
- error message position and basic styling of input fields
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { SvelteComponent } from "svelte";
|
|
2
|
-
import type { ThemeSpec } from 'svelte-codemirror-editor';
|
|
3
2
|
declare const __propDef: {
|
|
4
3
|
props: {
|
|
5
4
|
id: string;
|
|
@@ -11,7 +10,7 @@ declare const __propDef: {
|
|
|
11
10
|
toggle?: boolean;
|
|
12
11
|
actions?: boolean;
|
|
13
12
|
isValid?: boolean;
|
|
14
|
-
styles?:
|
|
13
|
+
styles?: any;
|
|
15
14
|
};
|
|
16
15
|
events: {
|
|
17
16
|
cancel: CustomEvent<any>;
|
|
@@ -24,8 +23,6 @@ declare const __propDef: {
|
|
|
24
23
|
id: string;
|
|
25
24
|
};
|
|
26
25
|
};
|
|
27
|
-
exports?: {} | undefined;
|
|
28
|
-
bindings?: string | undefined;
|
|
29
26
|
};
|
|
30
27
|
export type CodeEditorProps = typeof __propDef.props;
|
|
31
28
|
export type CodeEditorEvents = typeof __propDef.events;
|
|
@@ -10,8 +10,6 @@ declare const __propDef: {
|
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
11
11
|
};
|
|
12
12
|
slots: {};
|
|
13
|
-
exports?: {} | undefined;
|
|
14
|
-
bindings?: string | undefined;
|
|
15
13
|
};
|
|
16
14
|
export type ShowMoreProps = typeof __propDef.props;
|
|
17
15
|
export type ShowMoreEvents = typeof __propDef.events;
|
|
@@ -19,8 +19,6 @@ declare const __propDef: {
|
|
|
19
19
|
[evt: string]: CustomEvent<any>;
|
|
20
20
|
};
|
|
21
21
|
slots: {};
|
|
22
|
-
exports?: {} | undefined;
|
|
23
|
-
bindings?: string | undefined;
|
|
24
22
|
};
|
|
25
23
|
export type FileUploaderProps = typeof __propDef.props;
|
|
26
24
|
export type FileUploaderEvents = typeof __propDef.events;
|
|
@@ -12,8 +12,6 @@ declare const __propDef: {
|
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
13
13
|
};
|
|
14
14
|
slots: {};
|
|
15
|
-
exports?: {} | undefined;
|
|
16
|
-
bindings?: string | undefined;
|
|
17
15
|
};
|
|
18
16
|
export type ColumnsMenuProps = typeof __propDef.props;
|
|
19
17
|
export type ColumnsMenuEvents = typeof __propDef.events;
|
|
@@ -10,8 +10,6 @@ declare const __propDef: {
|
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
11
11
|
};
|
|
12
12
|
slots: {};
|
|
13
|
-
exports?: {} | undefined;
|
|
14
|
-
bindings?: string | undefined;
|
|
15
13
|
};
|
|
16
14
|
export type TableContentProps = typeof __propDef.props;
|
|
17
15
|
export type TableContentEvents = typeof __propDef.events;
|
|
@@ -14,8 +14,6 @@ declare const __propDef: {
|
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
|
15
15
|
};
|
|
16
16
|
slots: {};
|
|
17
|
-
exports?: {} | undefined;
|
|
18
|
-
bindings?: string | undefined;
|
|
19
17
|
};
|
|
20
18
|
export type TableFilterProps = typeof __propDef.props;
|
|
21
19
|
export type TableFilterEvents = typeof __propDef.events;
|
|
@@ -15,8 +15,6 @@ declare const __propDef: {
|
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
|
16
16
|
};
|
|
17
17
|
slots: {};
|
|
18
|
-
exports?: {} | undefined;
|
|
19
|
-
bindings?: string | undefined;
|
|
20
18
|
};
|
|
21
19
|
export type TableFilterServerProps = typeof __propDef.props;
|
|
22
20
|
export type TableFilterServerEvents = typeof __propDef.events;
|
|
@@ -10,8 +10,6 @@ declare const __propDef: {
|
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
11
11
|
};
|
|
12
12
|
slots: {};
|
|
13
|
-
exports?: {} | undefined;
|
|
14
|
-
bindings?: string | undefined;
|
|
15
13
|
};
|
|
16
14
|
export type TablePaginationProps = typeof __propDef.props;
|
|
17
15
|
export type TablePaginationEvents = typeof __propDef.events;
|
|
@@ -12,8 +12,6 @@ declare const __propDef: {
|
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
13
13
|
};
|
|
14
14
|
slots: {};
|
|
15
|
-
exports?: {} | undefined;
|
|
16
|
-
bindings?: string | undefined;
|
|
17
15
|
};
|
|
18
16
|
export type TablePaginationServerProps = typeof __propDef.props;
|
|
19
17
|
export type TablePaginationServerEvents = typeof __propDef.events;
|
|
@@ -17,8 +17,6 @@ declare const __propDef: {
|
|
|
17
17
|
[evt: string]: CustomEvent<any>;
|
|
18
18
|
};
|
|
19
19
|
slots: {};
|
|
20
|
-
exports?: {} | undefined;
|
|
21
|
-
bindings?: string | undefined;
|
|
22
20
|
};
|
|
23
21
|
export type CheckboxProps = typeof __propDef.props;
|
|
24
22
|
export type CheckboxEvents = typeof __propDef.events;
|
|
@@ -15,8 +15,6 @@ declare const __propDef: {
|
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
|
16
16
|
};
|
|
17
17
|
slots: {};
|
|
18
|
-
exports?: {} | undefined;
|
|
19
|
-
bindings?: string | undefined;
|
|
20
18
|
};
|
|
21
19
|
export type CheckboxKvPListProps = typeof __propDef.props;
|
|
22
20
|
export type CheckboxKvPListEvents = typeof __propDef.events;
|
|
@@ -13,8 +13,6 @@ declare const __propDef: {
|
|
|
13
13
|
[evt: string]: CustomEvent<any>;
|
|
14
14
|
};
|
|
15
15
|
slots: {};
|
|
16
|
-
exports?: {} | undefined;
|
|
17
|
-
bindings?: string | undefined;
|
|
18
16
|
};
|
|
19
17
|
export type CheckboxListProps = typeof __propDef.props;
|
|
20
18
|
export type CheckboxListEvents = typeof __propDef.events;
|
|
@@ -19,8 +19,6 @@ declare const __propDef: {
|
|
|
19
19
|
[evt: string]: CustomEvent<any>;
|
|
20
20
|
};
|
|
21
21
|
slots: {};
|
|
22
|
-
exports?: {} | undefined;
|
|
23
|
-
bindings?: string | undefined;
|
|
24
22
|
};
|
|
25
23
|
export type DateInputProps = typeof __propDef.props;
|
|
26
24
|
export type DateInputEvents = typeof __propDef.events;
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
export let feedback = [''];
|
|
11
11
|
export let required = false;
|
|
12
12
|
export let help = false;
|
|
13
|
-
export
|
|
13
|
+
export let description = '';
|
|
14
|
+
export let showDescription = false;
|
|
14
15
|
|
|
15
16
|
$: selected = null;
|
|
16
17
|
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
}
|
|
29
30
|
</script>
|
|
30
31
|
|
|
31
|
-
<InputContainer {id} label={title} {feedback} {required} {help} {description}>
|
|
32
|
+
<InputContainer {id} label={title} {feedback} {required} {help} {description} {showDescription}>
|
|
32
33
|
<select
|
|
33
34
|
{id}
|
|
34
35
|
class="select variant-form-material dark:bg-zinc-700 bg-zinc-50 placeholder:text-gray-400"
|
|
@@ -12,6 +12,7 @@ export default class Dropdown extends SvelteComponent<{
|
|
|
12
12
|
required?: boolean | undefined;
|
|
13
13
|
help?: boolean | undefined;
|
|
14
14
|
valid?: boolean | undefined;
|
|
15
|
+
showDescription?: boolean | undefined;
|
|
15
16
|
}, {
|
|
16
17
|
change: Event;
|
|
17
18
|
select: Event;
|
|
@@ -35,6 +36,7 @@ declare const __propDef: {
|
|
|
35
36
|
required?: boolean | undefined;
|
|
36
37
|
help?: boolean | undefined;
|
|
37
38
|
valid?: boolean | undefined;
|
|
39
|
+
showDescription?: boolean | undefined;
|
|
38
40
|
};
|
|
39
41
|
events: {
|
|
40
42
|
change: Event;
|
|
@@ -43,7 +45,5 @@ declare const __propDef: {
|
|
|
43
45
|
[evt: string]: CustomEvent<any>;
|
|
44
46
|
};
|
|
45
47
|
slots: {};
|
|
46
|
-
exports?: undefined;
|
|
47
|
-
bindings?: undefined;
|
|
48
48
|
};
|
|
49
49
|
export {};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
export let complexTarget = false;
|
|
13
13
|
export let help = false;
|
|
14
14
|
export let description = '';
|
|
15
|
+
export let showDescription = false;
|
|
15
16
|
|
|
16
17
|
$: selected = null;
|
|
17
18
|
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
}
|
|
38
39
|
</script>
|
|
39
40
|
|
|
40
|
-
<InputContainer {id} label={title} {feedback} {required} {help} {description}>
|
|
41
|
+
<InputContainer {id} label={title} {feedback} {required} {help} {description} {showDescription}>
|
|
41
42
|
<select
|
|
42
43
|
{id}
|
|
43
44
|
class="select variant-form-material dark:bg-zinc-700 bg-zinc-50 placeholder:text-gray-400"
|
|
@@ -13,6 +13,7 @@ export default class DropdownKvP extends SvelteComponent<{
|
|
|
13
13
|
help?: boolean | undefined;
|
|
14
14
|
valid?: boolean | undefined;
|
|
15
15
|
complexTarget?: boolean | undefined;
|
|
16
|
+
showDescription?: boolean | undefined;
|
|
16
17
|
}, {
|
|
17
18
|
change: Event;
|
|
18
19
|
select: Event;
|
|
@@ -37,6 +38,7 @@ declare const __propDef: {
|
|
|
37
38
|
help?: boolean | undefined;
|
|
38
39
|
valid?: boolean | undefined;
|
|
39
40
|
complexTarget?: boolean | undefined;
|
|
41
|
+
showDescription?: boolean | undefined;
|
|
40
42
|
};
|
|
41
43
|
events: {
|
|
42
44
|
change: Event;
|
|
@@ -45,7 +47,5 @@ declare const __propDef: {
|
|
|
45
47
|
[evt: string]: CustomEvent<any>;
|
|
46
48
|
};
|
|
47
49
|
slots: {};
|
|
48
|
-
exports?: undefined;
|
|
49
|
-
bindings?: undefined;
|
|
50
50
|
};
|
|
51
51
|
export {};
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
export let disabled = false;
|
|
26
26
|
export let searchable = true;
|
|
27
27
|
export let description = '';
|
|
28
|
+
export let showDescription = false;
|
|
28
29
|
|
|
29
30
|
let isLoaded = false;
|
|
30
31
|
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
$: target, setValue(target);
|
|
34
35
|
|
|
35
36
|
let groupBy;
|
|
36
|
-
$: groupBy;
|
|
37
|
+
$: groupBy = itemGroup ? (item) => item[itemGroup] : undefined;
|
|
37
38
|
|
|
38
39
|
const dispatch = createEventDispatcher();
|
|
39
40
|
|
|
@@ -120,17 +121,17 @@
|
|
|
120
121
|
value = items;
|
|
121
122
|
}
|
|
122
123
|
//console.log(value);
|
|
123
|
-
if (itemGroup) {
|
|
124
|
-
|
|
125
|
-
}
|
|
124
|
+
// if (itemGroup) {
|
|
125
|
+
// groupBy = (item) => item[itemGroup];
|
|
126
|
+
// }
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
if (complexSource && complexTarget && isMulti) {
|
|
129
130
|
value = t;
|
|
130
131
|
isLoaded = true;
|
|
131
|
-
if (itemGroup) {
|
|
132
|
-
|
|
133
|
-
}
|
|
132
|
+
// if (itemGroup) {
|
|
133
|
+
// groupBy = (item) => item[itemGroup];
|
|
134
|
+
// }
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
//b) simple liust and simple model
|
|
@@ -308,7 +309,7 @@
|
|
|
308
309
|
|
|
309
310
|
</script>
|
|
310
311
|
|
|
311
|
-
<InputContainer {id} label={title} {feedback} {required} {help} {description}>
|
|
312
|
+
<InputContainer {id} label={title} {feedback} {required} {help} {description} {showDescription}>
|
|
312
313
|
<Select
|
|
313
314
|
{id}
|
|
314
315
|
items={source}
|
|
@@ -12,6 +12,7 @@ export default class MultiSelect extends SvelteComponent<{
|
|
|
12
12
|
required?: boolean | undefined;
|
|
13
13
|
help?: boolean | undefined;
|
|
14
14
|
complexTarget?: boolean | undefined;
|
|
15
|
+
showDescription?: boolean | undefined;
|
|
15
16
|
itemId?: string | undefined;
|
|
16
17
|
itemLabel?: string | undefined;
|
|
17
18
|
itemGroup?: string | undefined;
|
|
@@ -52,6 +53,7 @@ declare const __propDef: {
|
|
|
52
53
|
required?: boolean | undefined;
|
|
53
54
|
help?: boolean | undefined;
|
|
54
55
|
complexTarget?: boolean | undefined;
|
|
56
|
+
showDescription?: boolean | undefined;
|
|
55
57
|
itemId?: string | undefined;
|
|
56
58
|
itemLabel?: string | undefined;
|
|
57
59
|
itemGroup?: string | undefined;
|
|
@@ -77,7 +79,5 @@ declare const __propDef: {
|
|
|
77
79
|
[evt: string]: CustomEvent<any>;
|
|
78
80
|
};
|
|
79
81
|
slots: {};
|
|
80
|
-
exports?: undefined;
|
|
81
|
-
bindings?: undefined;
|
|
82
82
|
};
|
|
83
83
|
export {};
|
|
@@ -12,6 +12,7 @@ export let placeholder = "";
|
|
|
12
12
|
export let help = false;
|
|
13
13
|
export let disabled = false;
|
|
14
14
|
export let description = "";
|
|
15
|
+
export let showDescription = false;
|
|
15
16
|
export let min = void 0;
|
|
16
17
|
export let max = void 0;
|
|
17
18
|
$: if (max != void 0 && parseInt(value) > max) {
|
|
@@ -22,7 +23,7 @@ $: if (min != void 0 && parseInt(value) < min) {
|
|
|
22
23
|
}
|
|
23
24
|
</script>
|
|
24
25
|
|
|
25
|
-
<InputContainer {id} {label} {feedback} {required} {help}
|
|
26
|
+
<InputContainer {id} {label} {feedback} {required} {help} {description} {showDescription}>
|
|
26
27
|
<input
|
|
27
28
|
{id}
|
|
28
29
|
class="input variant-form-material dark:bg-zinc-700 bg-zinc-50 placeholder:text-gray-400"
|
|
@@ -36,6 +37,5 @@ $: if (min != void 0 && parseInt(value) < min) {
|
|
|
36
37
|
on:change
|
|
37
38
|
{placeholder}
|
|
38
39
|
{disabled}
|
|
39
|
-
|
|
40
40
|
/>
|
|
41
41
|
</InputContainer>
|
|
@@ -12,6 +12,7 @@ declare const __propDef: {
|
|
|
12
12
|
help?: boolean;
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
description?: string;
|
|
15
|
+
showDescription?: boolean;
|
|
15
16
|
min?: number | undefined;
|
|
16
17
|
max?: number | undefined;
|
|
17
18
|
};
|
|
@@ -22,8 +23,6 @@ declare const __propDef: {
|
|
|
22
23
|
[evt: string]: CustomEvent<any>;
|
|
23
24
|
};
|
|
24
25
|
slots: {};
|
|
25
|
-
exports?: {} | undefined;
|
|
26
|
-
bindings?: string | undefined;
|
|
27
26
|
};
|
|
28
27
|
export type NumberInputProps = typeof __propDef.props;
|
|
29
28
|
export type NumberInputEvents = typeof __propDef.events;
|
|
@@ -10,9 +10,10 @@ export let placeholder = "";
|
|
|
10
10
|
export let help = false;
|
|
11
11
|
export let disabled = false;
|
|
12
12
|
export let description = "";
|
|
13
|
+
export let showDescription = false;
|
|
13
14
|
</script>
|
|
14
15
|
|
|
15
|
-
<InputContainer {id} {label} {feedback} {required} {help}
|
|
16
|
+
<InputContainer {id} {label} {feedback} {required} {help} {description} {showDescription}>
|
|
16
17
|
<textarea
|
|
17
18
|
{id}
|
|
18
19
|
class="textarea variant-form-material dark:bg-zinc-700 bg-zinc-50 placeholder:text-gray-400"
|
|
@@ -12,6 +12,7 @@ declare const __propDef: {
|
|
|
12
12
|
help?: boolean;
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
description?: string;
|
|
15
|
+
showDescription?: boolean;
|
|
15
16
|
};
|
|
16
17
|
events: {
|
|
17
18
|
input: Event;
|
|
@@ -20,8 +21,6 @@ declare const __propDef: {
|
|
|
20
21
|
[evt: string]: CustomEvent<any>;
|
|
21
22
|
};
|
|
22
23
|
slots: {};
|
|
23
|
-
exports?: {} | undefined;
|
|
24
|
-
bindings?: string | undefined;
|
|
25
24
|
};
|
|
26
25
|
export type TextAreaProps = typeof __propDef.props;
|
|
27
26
|
export type TextAreaEvents = typeof __propDef.events;
|
|
@@ -10,9 +10,10 @@ export let placeholder = "";
|
|
|
10
10
|
export let help = false;
|
|
11
11
|
export let disabled = false;
|
|
12
12
|
export let description = "";
|
|
13
|
+
export let showDescription = false;
|
|
13
14
|
</script>
|
|
14
15
|
|
|
15
|
-
<InputContainer {id} {label} {feedback} {required} {help}
|
|
16
|
+
<InputContainer {id} {label} {feedback} {required} {help} {description} {showDescription}>
|
|
16
17
|
<input
|
|
17
18
|
{id}
|
|
18
19
|
class="input variant-form-material dark:bg-zinc-700 bg-zinc-50 placeholder:text-gray-400"
|
|
@@ -12,6 +12,7 @@ declare const __propDef: {
|
|
|
12
12
|
help?: boolean;
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
description?: string;
|
|
15
|
+
showDescription?: boolean;
|
|
15
16
|
};
|
|
16
17
|
events: {
|
|
17
18
|
input: Event;
|
|
@@ -20,8 +21,6 @@ declare const __propDef: {
|
|
|
20
21
|
[evt: string]: CustomEvent<any>;
|
|
21
22
|
};
|
|
22
23
|
slots: {};
|
|
23
|
-
exports?: {} | undefined;
|
|
24
|
-
bindings?: string | undefined;
|
|
25
24
|
};
|
|
26
25
|
export type TextInputProps = typeof __propDef.props;
|
|
27
26
|
export type TextInputEvents = typeof __propDef.events;
|
|
@@ -7,8 +7,6 @@ declare const __propDef: {
|
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
|
8
8
|
};
|
|
9
9
|
slots: {};
|
|
10
|
-
exports?: {} | undefined;
|
|
11
|
-
bindings?: string | undefined;
|
|
12
10
|
};
|
|
13
11
|
export type ErrorMessageProps = typeof __propDef.props;
|
|
14
12
|
export type ErrorMessageEvents = typeof __propDef.events;
|
|
@@ -10,8 +10,6 @@ declare const __propDef: {
|
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
11
11
|
};
|
|
12
12
|
slots: {};
|
|
13
|
-
exports?: {} | undefined;
|
|
14
|
-
bindings?: string | undefined;
|
|
15
13
|
};
|
|
16
14
|
export type SpinnerProps = typeof __propDef.props;
|
|
17
15
|
export type SpinnerEvents = typeof __propDef.events;
|
|
@@ -8,8 +8,6 @@ declare const __propDef: {
|
|
|
8
8
|
[evt: string]: CustomEvent<any>;
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
|
-
exports?: {} | undefined;
|
|
12
|
-
bindings?: string | undefined;
|
|
13
11
|
};
|
|
14
12
|
export type TablePlaceholderProps = typeof __propDef.props;
|
|
15
13
|
export type TablePlaceholderEvents = typeof __propDef.events;
|
|
@@ -8,8 +8,6 @@ declare const __propDef: {
|
|
|
8
8
|
[evt: string]: CustomEvent<any>;
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
|
-
exports?: {} | undefined;
|
|
12
|
-
bindings?: string | undefined;
|
|
13
11
|
};
|
|
14
12
|
export type MenuAccountBarProps = typeof __propDef.props;
|
|
15
13
|
export type MenuAccountBarEvents = typeof __propDef.events;
|