@bexis2/bexis2-core-ui 0.2.17 → 0.2.18

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