@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.
Files changed (66) hide show
  1. package/README.md +5 -2
  2. package/dist/TableView.svelte.d.ts +0 -2
  3. package/dist/components/CodeEditor/CodeEditor.svelte.d.ts +1 -4
  4. package/dist/components/Facets/Facets.svelte.d.ts +0 -2
  5. package/dist/components/Facets/ShowMore.svelte.d.ts +0 -2
  6. package/dist/components/File/FileIcon.svelte.d.ts +0 -2
  7. package/dist/components/File/FileInfo.svelte.d.ts +0 -2
  8. package/dist/components/File/FileUploader.svelte.d.ts +0 -2
  9. package/dist/components/ListView.svelte.d.ts +0 -2
  10. package/dist/components/Table/ColumnsMenu.svelte.d.ts +0 -2
  11. package/dist/components/Table/Table.svelte.d.ts +0 -2
  12. package/dist/components/Table/TableContent.svelte.d.ts +0 -2
  13. package/dist/components/Table/TableFilter.svelte.d.ts +0 -2
  14. package/dist/components/Table/TableFilterServer.svelte.d.ts +0 -2
  15. package/dist/components/Table/TablePagination.svelte.d.ts +0 -2
  16. package/dist/components/Table/TablePaginationServer.svelte.d.ts +0 -2
  17. package/dist/components/form/Checkbox.svelte.d.ts +0 -2
  18. package/dist/components/form/CheckboxKvPList.svelte.d.ts +0 -2
  19. package/dist/components/form/CheckboxList.svelte.d.ts +0 -2
  20. package/dist/components/form/DateInput.svelte.d.ts +0 -2
  21. package/dist/components/form/Dropdown.svelte +3 -2
  22. package/dist/components/form/Dropdown.svelte.d.ts +2 -2
  23. package/dist/components/form/DropdownKvP.svelte +2 -1
  24. package/dist/components/form/DropdownKvP.svelte.d.ts +2 -2
  25. package/dist/components/form/InputContainer.svelte.d.ts +0 -2
  26. package/dist/components/form/MultiSelect.svelte +9 -8
  27. package/dist/components/form/MultiSelect.svelte.d.ts +2 -2
  28. package/dist/components/form/NumberInput.svelte +2 -2
  29. package/dist/components/form/NumberInput.svelte.d.ts +1 -2
  30. package/dist/components/form/TextArea.svelte +2 -1
  31. package/dist/components/form/TextArea.svelte.d.ts +1 -2
  32. package/dist/components/form/TextInput.svelte +2 -1
  33. package/dist/components/form/TextInput.svelte.d.ts +1 -2
  34. package/dist/components/page/Alert.svelte.d.ts +0 -2
  35. package/dist/components/page/BackToTop.svelte.d.ts +0 -2
  36. package/dist/components/page/Docs.svelte.d.ts +0 -2
  37. package/dist/components/page/ErrorMessage.svelte.d.ts +0 -2
  38. package/dist/components/page/Footer.svelte.d.ts +0 -2
  39. package/dist/components/page/GoToTop.svelte.d.ts +0 -2
  40. package/dist/components/page/Header.svelte.d.ts +0 -2
  41. package/dist/components/page/HelpPopUp.svelte.d.ts +0 -2
  42. package/dist/components/page/Notification.svelte.d.ts +0 -2
  43. package/dist/components/page/Page.svelte.d.ts +0 -2
  44. package/dist/components/page/Spinner.svelte.d.ts +0 -2
  45. package/dist/components/page/TablePlaceholder.svelte.d.ts +0 -2
  46. package/dist/components/page/breadcrumb/Breadcrumb.svelte.d.ts +0 -2
  47. package/dist/components/page/menu/Menu.svelte.d.ts +0 -2
  48. package/dist/components/page/menu/MenuAccountBar.svelte.d.ts +0 -2
  49. package/dist/components/page/menu/MenuBar.svelte.d.ts +0 -2
  50. package/dist/components/page/menu/MenuItem.svelte.d.ts +0 -2
  51. package/dist/components/page/menu/MenuSublist.svelte.d.ts +0 -2
  52. package/dist/components/page/menu/SettingsBar.svelte.d.ts +0 -2
  53. package/dist/components/toggle/Toggle.svelte.d.ts +1 -3
  54. package/dist/services/Api.d.ts +5 -5
  55. package/package.json +1 -1
  56. package/src/lib/components/form/Dropdown.svelte +3 -2
  57. package/src/lib/components/form/DropdownKvP.svelte +2 -1
  58. package/src/lib/components/form/MultiSelect.svelte +9 -8
  59. package/src/lib/components/form/NumberInput.svelte +3 -3
  60. package/src/lib/components/form/TextArea.svelte +2 -1
  61. package/src/lib/components/form/TextInput.svelte +2 -1
  62. package/dist/css/themes/theme-bexis2.css_old +0 -100
  63. package/dist/themes/theme-bexis2 copy.d.ts +0 -2
  64. package/dist/themes/theme-bexis2 copy.js +0 -112
  65. package/src/lib/css/themes/theme-bexis2.css_old +0 -100
  66. 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
- - input
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
@@ -19,7 +19,5 @@ declare const __propDef: {
19
19
  [evt: string]: CustomEvent<any>;
20
20
  };
21
21
  slots: {};
22
- exports?: undefined;
23
- bindings?: undefined;
24
22
  };
25
23
  export {};
@@ -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?: ThemeSpec;
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;
@@ -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 FacetsProps = typeof __propDef.props;
24
22
  export type FacetsEvents = 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,7 +19,5 @@ declare const __propDef: {
19
19
  [evt: string]: CustomEvent<any>;
20
20
  };
21
21
  slots: {};
22
- exports?: undefined;
23
- bindings?: undefined;
24
22
  };
25
23
  export {};
@@ -23,7 +23,5 @@ declare const __propDef: {
23
23
  [evt: string]: CustomEvent<any>;
24
24
  };
25
25
  slots: {};
26
- exports?: undefined;
27
- bindings?: undefined;
28
26
  };
29
27
  export {};
@@ -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;
@@ -5,8 +5,6 @@ declare const __propDef: {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  };
7
7
  slots: {};
8
- exports?: {} | undefined;
9
- bindings?: string | undefined;
10
8
  };
11
9
  export type ListViewProps = typeof __propDef.props;
12
10
  export type ListViewEvents = 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 TableProps = typeof __propDef.props;
17
15
  export type TableEvents = 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 let description = '';
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 {};
@@ -15,8 +15,6 @@ declare const __propDef: {
15
15
  slots: {
16
16
  default: {};
17
17
  };
18
- exports?: {} | undefined;
19
- bindings?: string | undefined;
20
18
  };
21
19
  export type InputContainerProps = typeof __propDef.props;
22
20
  export type InputContainerEvents = typeof __propDef.events;
@@ -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
- groupBy = (item) => item[itemGroup];
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
- groupBy = (item) => item[itemGroup];
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} {description}>
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} {description}>
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} {description}>
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;
@@ -13,8 +13,6 @@ declare const __propDef: {
13
13
  default: {};
14
14
  actions: {};
15
15
  };
16
- exports?: {} | undefined;
17
- bindings?: string | undefined;
18
16
  };
19
17
  export type AlertProps = typeof __propDef.props;
20
18
  export type AlertEvents = typeof __propDef.events;
@@ -19,7 +19,5 @@ declare const __propDef: {
19
19
  [evt: string]: CustomEvent<any>;
20
20
  };
21
21
  slots: {};
22
- exports?: undefined;
23
- bindings?: undefined;
24
22
  };
25
23
  export {};
@@ -9,8 +9,6 @@ declare const __propDef: {
9
9
  [evt: string]: CustomEvent<any>;
10
10
  };
11
11
  slots: {};
12
- exports?: {} | undefined;
13
- bindings?: string | undefined;
14
12
  };
15
13
  export type DocsProps = typeof __propDef.props;
16
14
  export type DocsEvents = 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;
@@ -5,8 +5,6 @@ declare const __propDef: {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  };
7
7
  slots: {};
8
- exports?: {} | undefined;
9
- bindings?: string | undefined;
10
8
  };
11
9
  export type FooterProps = typeof __propDef.props;
12
10
  export type FooterEvents = typeof __propDef.events;
@@ -19,7 +19,5 @@ declare const __propDef: {
19
19
  [evt: string]: CustomEvent<any>;
20
20
  };
21
21
  slots: {};
22
- exports?: undefined;
23
- bindings?: undefined;
24
22
  };
25
23
  export {};
@@ -5,8 +5,6 @@ declare const __propDef: {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  };
7
7
  slots: {};
8
- exports?: {} | undefined;
9
- bindings?: string | undefined;
10
8
  };
11
9
  export type HeaderProps = typeof __propDef.props;
12
10
  export type HeaderEvents = 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 HelpPopUpProps = typeof __propDef.props;
14
12
  export type HelpPopUpEvents = typeof __propDef.events;
@@ -5,8 +5,6 @@ declare const __propDef: {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  };
7
7
  slots: {};
8
- exports?: {} | undefined;
9
- bindings?: string | undefined;
10
8
  };
11
9
  export type NotificationProps = typeof __propDef.props;
12
10
  export type NotificationEvents = typeof __propDef.events;
@@ -21,8 +21,6 @@ declare const __propDef: {
21
21
  default: {};
22
22
  right: {};
23
23
  };
24
- exports?: {} | undefined;
25
- bindings?: string | undefined;
26
24
  };
27
25
  export type PageProps = typeof __propDef.props;
28
26
  export type PageEvents = 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;
@@ -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 BreadcrumbProps = typeof __propDef.props;
14
12
  export type BreadcrumbEvents = typeof __propDef.events;
@@ -5,8 +5,6 @@ declare const __propDef: {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  };
7
7
  slots: {};
8
- exports?: {} | undefined;
9
- bindings?: string | undefined;
10
8
  };
11
9
  export type MenuProps = typeof __propDef.props;
12
10
  export type MenuEvents = 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;
@@ -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 MenuBarProps = typeof __propDef.props;
15
13
  export type MenuBarEvents = typeof __propDef.events;