@bexis2/bexis2-core-ui 0.2.17 → 0.2.19

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 CHANGED
@@ -1,293 +1,306 @@
1
- # bexis-core-ui
2
- ## v0.2.17
3
- - Multiselect
4
- - fix target bind bug
5
-
6
- ## v0.2.16
7
- - Table
8
- - width - fit to screen
9
- - Cell - drag to change the height
10
- - define a height to scroll the content
11
- - header allways on top whie scrolling
12
-
13
- ## v0.2.15
14
- - Page - centered -> min width defined
15
- - MultiSelect -> add clearable
16
-
17
- ## v0.2.14
18
- - change fileUploaderModel to FileUploaderType
19
- - remove AllFilesReadable, AsciiFileReaderInfo & LastModification from fileuploaderType
20
- -
21
-
22
- ## v0.2.13
23
- - add file reader types
24
- - fileReaderInfoType,
25
- - asciiFileReaderInfoType
26
- - add file reader enums
27
- - decimalCharacterType,orientationType,textMarkerType,textSeperatorType
28
- - Table Change order of text filter options
29
- - fix menu
30
- - update navbar
31
-
32
- ## v0.2.12
33
- - update libs
34
-
35
- ## v0.2.11
36
-
37
- - Error Message
38
- - Spinner Update
39
- - postion default is center
40
- - Surface color changed
41
- - Page: contentPageLayoutType
42
-
43
- ## v0.2.9
44
-
45
- - helpStore
46
- - helpStoreType
47
- - helpItemType
48
- - Menu
49
- - Update Page
50
-
51
- ## v0.2.1
52
-
53
- > refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)
54
-
55
- - fix issue in index.ts file for export components
56
-
57
- ## v0.2.0
58
-
59
- > refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)
60
-
61
- - add Help, helpStore
62
- - update Page
63
-
64
- ## v0.1.13
65
-
66
- ### update
67
-
68
- - MultiSelect
69
- - loading flag
70
- - isValid
71
-
72
- ## v0.1.12
73
-
74
- ### update
75
-
76
- - MultiSelect
77
- - pass all events from svelte select
78
-
79
- ## v0.1.11
80
-
81
- ### update
82
-
83
- - MultiSelect
84
- - grouped source also works now in case of complex source & return single value
85
-
86
- ## v0.1.10
87
-
88
- ### update
89
-
90
- - MultiSelect
91
- - set isMulti to false to get also a single value
92
-
93
- ## v0.1.9
94
-
95
- ### update
96
-
97
- - MultiSelect
98
- - pass events
99
- - placeholder
100
-
101
- ## v0.1.8
102
-
103
- ### update
104
-
105
- - MultiSelect
106
- - add placeholder
107
- - add id
108
- - add ItemGroup
109
-
110
- ## v0.1.7
111
-
112
- ### update
113
-
114
- - MultiSelect
115
- - remove skeleton css classes from svelte select input
116
-
117
- ## v0.1.6
118
-
119
- - remove massive console.logs
120
-
121
- ### update
122
-
123
- - Table
124
- - change submit to apply filter
125
- - show emtpy table if not data is in the store
126
- - add option of including custom rendering component
127
-
128
- ## v0.1.5
129
-
130
- ### update
131
-
132
- - MultiSelect
133
- - isTargetComplex -> complexTarget
134
- - isComplex -> complexSource
135
- - DropdownKVP
136
- - targetIsComplex -> complexTarget
137
-
138
- ## v0.1.4
139
-
140
- > test for deploy
141
-
142
- ## v0.1.3
143
-
144
- > test table
145
-
146
- ## v0.1.2
147
-
148
- ### update
149
-
150
- - MultiSelect
151
- - return complex type is available now
152
-
153
- ## v0.1.1
154
-
155
- ### update
156
-
157
- - Page
158
- - add menu (beta)
159
-
160
- ## v.0.1.0
161
-
162
- ### add
163
-
164
- #### types
165
-
166
- - ListItem
167
- - KvP
168
-
169
- #### enum
170
-
171
- - position
172
-
173
- ### update
174
-
175
- #### components
176
-
177
- - DropdownKVP
178
- - return of the target to complex or id only
179
- - TextInput, TextArea, Number
180
- - add placeholder
181
-
182
- ## v0.0.31
183
-
184
- ### add
185
-
186
- #### components
187
-
188
- - Alert
189
-
190
- ### updates
191
-
192
- #### components
193
-
194
- - Spinner
195
- - label
196
- - color
197
- - position
198
- - Table
199
- - Date filters
200
- - Configuration for complex types
201
- - Custom event dispatcher
202
- - Updated docs.
203
- - Disabling of filters
204
- - Disabling of sorting
205
-
206
- ### fixes:
207
-
208
- #### table
209
-
210
- - Arrow in pageSize dropdown.
211
- - Bug with number filter not working on zero values.
212
- - Table of Contents on the right sidebar.
213
-
214
- ## v0.0.29
215
-
216
- ### add
217
-
218
- #### types
219
-
220
- - linkType
221
-
222
- ## v0.0.28
223
-
224
- ### add
225
-
226
- #### components
227
-
228
- - Page
229
-
230
- ## v0.0.27
231
-
232
- ### add
233
-
234
- #### components
235
-
236
- - Table
237
- - TableFilter
238
- - cloumnFilter
239
- - searchFilter
240
-
241
- #### types
242
-
243
- - TableConfig
244
- - Columns
245
- - Column
246
- - inputType
247
-
248
- <hr/>
249
-
250
- ## v0.0.26
251
-
252
- ### updates
253
-
254
- - fix bugs in checkbox list
255
- - fix bugs in multi select
256
-
257
- <hr/>
258
-
259
- ## v0.0.25
260
-
261
- ### adds
262
-
263
- #### components
264
-
265
- - Spinner
266
- - FileUploader
267
- - fileInfoType
268
- - FileIcon
269
- -
270
-
271
- #### types
272
-
273
- - fileUploaderModel
274
-
275
- <hr/>
276
-
277
- ## v0.0.23
278
-
279
- ### updates
280
-
281
- - update bexis 2 theme
282
-
283
- ### adds
284
-
285
- - Checkbox
286
- - CheckboxKVPList
287
- - CheckboxList
288
- - DateInput
289
- - DropdownKVP
290
- - MultiSelect
291
- - NumberInput
292
- - TextArea
293
- - TextInput
1
+ # bexis-core-ui
2
+ ## v0.2.19
3
+ - fix multiselect bug from prev version
4
+
5
+ ## v0.2.18
6
+ - Multiselect
7
+ - fix target bug with simple list and list of simple values
8
+
9
+ - CodeEditor component
10
+
11
+ ## v0.2.17
12
+ - Multiselect
13
+ - fix target bind bug
14
+
15
+ ## v0.2.16
16
+ - Table
17
+ - width - fit to screen
18
+ - Cell - drag to change the height
19
+ - define a height to scroll the content
20
+ - header allways on top whie scrolling
21
+
22
+ ## v0.2.15
23
+
24
+ - Page - centered -> min width defined
25
+ - MultiSelect -> add clearable
26
+
27
+ ## v0.2.14
28
+
29
+ - change fileUploaderModel to FileUploaderType
30
+ - remove AllFilesReadable, AsciiFileReaderInfo & LastModification from fileuploaderType
31
+ -
32
+
33
+ ## v0.2.13
34
+
35
+ - add file reader types
36
+ - fileReaderInfoType,
37
+ - asciiFileReaderInfoType
38
+ - add file reader enums
39
+ - decimalCharacterType,orientationType,textMarkerType,textSeperatorType
40
+ - Table Change order of text filter options
41
+ - fix menu
42
+ - update navbar
43
+
44
+ ## v0.2.12
45
+
46
+ - update libs
47
+
48
+ ## v0.2.11
49
+
50
+ - Error Message
51
+ - Spinner Update
52
+ - postion default is center
53
+ - Surface color changed
54
+ - Page: contentPageLayoutType
55
+
56
+ ## v0.2.9
57
+
58
+ - helpStore
59
+ - helpStoreType
60
+ - helpItemType
61
+ - Menu
62
+ - Update Page
63
+
64
+ ## v0.2.1
65
+
66
+ > refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)
67
+
68
+ - fix issue in index.ts file for export components
69
+
70
+ ## v0.2.0
71
+
72
+ > refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)
73
+
74
+ - add Help, helpStore
75
+ - update Page
76
+
77
+ ## v0.1.13
78
+
79
+ ### update
80
+
81
+ - MultiSelect
82
+ - loading flag
83
+ - isValid
84
+
85
+ ## v0.1.12
86
+
87
+ ### update
88
+
89
+ - MultiSelect
90
+ - pass all events from svelte select
91
+
92
+ ## v0.1.11
93
+
94
+ ### update
95
+
96
+ - MultiSelect
97
+ - grouped source also works now in case of complex source & return single value
98
+
99
+ ## v0.1.10
100
+
101
+ ### update
102
+
103
+ - MultiSelect
104
+ - set isMulti to false to get also a single value
105
+
106
+ ## v0.1.9
107
+
108
+ ### update
109
+
110
+ - MultiSelect
111
+ - pass events
112
+ - placeholder
113
+
114
+ ## v0.1.8
115
+
116
+ ### update
117
+
118
+ - MultiSelect
119
+ - add placeholder
120
+ - add id
121
+ - add ItemGroup
122
+
123
+ ## v0.1.7
124
+
125
+ ### update
126
+
127
+ - MultiSelect
128
+ - remove skeleton css classes from svelte select input
129
+
130
+ ## v0.1.6
131
+
132
+ - remove massive console.logs
133
+
134
+ ### update
135
+
136
+ - Table
137
+ - change submit to apply filter
138
+ - show emtpy table if not data is in the store
139
+ - add option of including custom rendering component
140
+
141
+ ## v0.1.5
142
+
143
+ ### update
144
+
145
+ - MultiSelect
146
+ - isTargetComplex -> complexTarget
147
+ - isComplex -> complexSource
148
+ - DropdownKVP
149
+ - targetIsComplex -> complexTarget
150
+
151
+ ## v0.1.4
152
+
153
+ > test for deploy
154
+
155
+ ## v0.1.3
156
+
157
+ > test table
158
+
159
+ ## v0.1.2
160
+
161
+ ### update
162
+
163
+ - MultiSelect
164
+ - return complex type is available now
165
+
166
+ ## v0.1.1
167
+
168
+ ### update
169
+
170
+ - Page
171
+ - add menu (beta)
172
+
173
+ ## v.0.1.0
174
+
175
+ ### add
176
+
177
+ #### types
178
+
179
+ - ListItem
180
+ - KvP
181
+
182
+ #### enum
183
+
184
+ - position
185
+
186
+ ### update
187
+
188
+ #### components
189
+
190
+ - DropdownKVP
191
+ - return of the target to complex or id only
192
+ - TextInput, TextArea, Number
193
+ - add placeholder
194
+
195
+ ## v0.0.31
196
+
197
+ ### add
198
+
199
+ #### components
200
+
201
+ - Alert
202
+
203
+ ### updates
204
+
205
+ #### components
206
+
207
+ - Spinner
208
+ - label
209
+ - color
210
+ - position
211
+ - Table
212
+ - Date filters
213
+ - Configuration for complex types
214
+ - Custom event dispatcher
215
+ - Updated docs.
216
+ - Disabling of filters
217
+ - Disabling of sorting
218
+
219
+ ### fixes:
220
+
221
+ #### table
222
+
223
+ - Arrow in pageSize dropdown.
224
+ - Bug with number filter not working on zero values.
225
+ - Table of Contents on the right sidebar.
226
+
227
+ ## v0.0.29
228
+
229
+ ### add
230
+
231
+ #### types
232
+
233
+ - linkType
234
+
235
+ ## v0.0.28
236
+
237
+ ### add
238
+
239
+ #### components
240
+
241
+ - Page
242
+
243
+ ## v0.0.27
244
+
245
+ ### add
246
+
247
+ #### components
248
+
249
+ - Table
250
+ - TableFilter
251
+ - cloumnFilter
252
+ - searchFilter
253
+
254
+ #### types
255
+
256
+ - TableConfig
257
+ - Columns
258
+ - Column
259
+ - inputType
260
+
261
+ <hr/>
262
+
263
+ ## v0.0.26
264
+
265
+ ### updates
266
+
267
+ - fix bugs in checkbox list
268
+ - fix bugs in multi select
269
+
270
+ <hr/>
271
+
272
+ ## v0.0.25
273
+
274
+ ### adds
275
+
276
+ #### components
277
+
278
+ - Spinner
279
+ - FileUploader
280
+ - fileInfoType
281
+ - FileIcon
282
+ -
283
+
284
+ #### types
285
+
286
+ - fileUploaderModel
287
+
288
+ <hr/>
289
+
290
+ ## v0.0.23
291
+
292
+ ### updates
293
+
294
+ - update bexis 2 theme
295
+
296
+ ### adds
297
+
298
+ - Checkbox
299
+ - CheckboxKVPList
300
+ - CheckboxList
301
+ - DateInput
302
+ - DropdownKVP
303
+ - MultiSelect
304
+ - NumberInput
305
+ - TextArea
306
+ - TextInput
@@ -88,37 +88,37 @@ async function handleSubmit() {
88
88
  }
89
89
  }
90
90
  }
91
- </script>
92
-
93
- <form on:submit|preventDefault={handleSubmit}>
94
- {#if model}
95
- <!--if model exist -->
96
- <div>
97
- <DropZone
98
- on:drop={handleFilesSelect}
99
- accept={model.accept}
100
- multiple={model.multiple}
101
- {maxSize}
102
- >
103
- <b style="font-size:xx-large"><Fa icon={faFileUpload} /></b>
104
- <span
105
- ><b>Drag 'n' drop some files here, or click to select files</b>
106
- <b>max file : {model.maxSize} mb</b></span
107
- >
108
- <p>
109
- {#if model.accept}
110
- {#each model.accept as ext}
111
- {ext} ,
112
- {/each}
113
- {/if}
114
- </p>
115
- </DropZone>
116
- </div>
117
-
118
- <button id={submitBt} color="primary" style="display:none"><Fa icon={faSave} /></button>
119
- {:else}
120
- <!-- while data is not loaded show a loading information -->
121
-
122
- <Spinner />
123
- {/if}
124
- </form>
91
+ </script>
92
+
93
+ <form on:submit|preventDefault={handleSubmit}>
94
+ {#if model}
95
+ <!--if model exist -->
96
+ <div>
97
+ <DropZone
98
+ on:drop={handleFilesSelect}
99
+ accept={model.accept}
100
+ multiple={model.multiple}
101
+ {maxSize}
102
+ >
103
+ <b style="font-size:xx-large"><Fa icon={faFileUpload} /></b>
104
+ <span
105
+ ><b>Drag 'n' drop some files here, or click to select files</b>
106
+ <b>max file : {model.maxSize} mb</b></span
107
+ >
108
+ <p>
109
+ {#if model.accept}
110
+ {#each model.accept as ext}
111
+ {ext} ,
112
+ {/each}
113
+ {/if}
114
+ </p>
115
+ </DropZone>
116
+ </div>
117
+
118
+ <button id={submitBt} color="primary" style="display:none"><Fa icon={faSave} /></button>
119
+ {:else}
120
+ <!-- while data is not loaded show a loading information -->
121
+
122
+ <Spinner />
123
+ {/if}
124
+ </form>