@prolibu-suite/cobalt-vue 0.1.0
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/components.d.ts +56 -0
- package/dist/components.d.ts.map +1 -0
- package/dist/components.js +661 -0
- package/dist/components.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/plugin.d.ts +10 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +14 -0
- package/dist/plugin.js.map +1 -0
- package/package.json +44 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { type StencilVueComponent } from '@stencil/vue-output-target/runtime';
|
|
2
|
+
import type { JSX } from '@prolibu-suite/cobalt-core';
|
|
3
|
+
export declare const CoAccordion: StencilVueComponent<JSX.CoAccordion>;
|
|
4
|
+
export declare const CoAppShell: StencilVueComponent<JSX.CoAppShell>;
|
|
5
|
+
export declare const CoAutocomplete: StencilVueComponent<JSX.CoAutocomplete>;
|
|
6
|
+
export declare const CoAvatar: StencilVueComponent<JSX.CoAvatar>;
|
|
7
|
+
export declare const CoBadge: StencilVueComponent<JSX.CoBadge>;
|
|
8
|
+
export declare const CoButton: StencilVueComponent<JSX.CoButton>;
|
|
9
|
+
export declare const CoButtonGroup: StencilVueComponent<JSX.CoButtonGroup>;
|
|
10
|
+
export declare const CoCard: StencilVueComponent<JSX.CoCard>;
|
|
11
|
+
export declare const CoCheckbox: StencilVueComponent<JSX.CoCheckbox>;
|
|
12
|
+
export declare const CoCheckboxGroup: StencilVueComponent<JSX.CoCheckboxGroup>;
|
|
13
|
+
export declare const CoChip: StencilVueComponent<JSX.CoChip>;
|
|
14
|
+
export declare const CoCombobox: StencilVueComponent<JSX.CoCombobox>;
|
|
15
|
+
export declare const CoCommandSearch: StencilVueComponent<JSX.CoCommandSearch>;
|
|
16
|
+
export declare const CoDataTable: StencilVueComponent<JSX.CoDataTable>;
|
|
17
|
+
export declare const CoDataTablePagination: StencilVueComponent<JSX.CoDataTablePagination>;
|
|
18
|
+
export declare const CoDateRange: StencilVueComponent<JSX.CoDateRange>;
|
|
19
|
+
export declare const CoDrawer: StencilVueComponent<JSX.CoDrawer>;
|
|
20
|
+
export declare const CoEmptyState: StencilVueComponent<JSX.CoEmptyState>;
|
|
21
|
+
export declare const CoFab: StencilVueComponent<JSX.CoFab>;
|
|
22
|
+
export declare const CoHelperText: StencilVueComponent<JSX.CoHelperText>;
|
|
23
|
+
export declare const CoIcon: StencilVueComponent<JSX.CoIcon>;
|
|
24
|
+
export declare const CoIconButton: StencilVueComponent<JSX.CoIconButton>;
|
|
25
|
+
export declare const CoInput: StencilVueComponent<JSX.CoInput>;
|
|
26
|
+
export declare const CoListItem: StencilVueComponent<JSX.CoListItem>;
|
|
27
|
+
export declare const CoLoader: StencilVueComponent<JSX.CoLoader>;
|
|
28
|
+
export declare const CoMenu: StencilVueComponent<JSX.CoMenu>;
|
|
29
|
+
export declare const CoMenuDivider: StencilVueComponent<JSX.CoMenuDivider>;
|
|
30
|
+
export declare const CoMenuItem: StencilVueComponent<JSX.CoMenuItem>;
|
|
31
|
+
export declare const CoModal: StencilVueComponent<JSX.CoModal>;
|
|
32
|
+
export declare const CoNavbar: StencilVueComponent<JSX.CoNavbar>;
|
|
33
|
+
export declare const CoNumberField: StencilVueComponent<JSX.CoNumberField>;
|
|
34
|
+
export declare const CoOverlay: StencilVueComponent<JSX.CoOverlay>;
|
|
35
|
+
export declare const CoPageHeader: StencilVueComponent<JSX.CoPageHeader>;
|
|
36
|
+
export declare const CoPopover: StencilVueComponent<JSX.CoPopover>;
|
|
37
|
+
export declare const CoProgressBar: StencilVueComponent<JSX.CoProgressBar>;
|
|
38
|
+
export declare const CoRadio: StencilVueComponent<JSX.CoRadio>;
|
|
39
|
+
export declare const CoRadioGroup: StencilVueComponent<JSX.CoRadioGroup>;
|
|
40
|
+
export declare const CoRating: StencilVueComponent<JSX.CoRating>;
|
|
41
|
+
export declare const CoRefField: StencilVueComponent<JSX.CoRefField>;
|
|
42
|
+
export declare const CoRow: StencilVueComponent<JSX.CoRow>;
|
|
43
|
+
export declare const CoSelect: StencilVueComponent<JSX.CoSelect>;
|
|
44
|
+
export declare const CoSeparator: StencilVueComponent<JSX.CoSeparator>;
|
|
45
|
+
export declare const CoSidebar: StencilVueComponent<JSX.CoSidebar>;
|
|
46
|
+
export declare const CoSidebarNav: StencilVueComponent<JSX.CoSidebarNav>;
|
|
47
|
+
export declare const CoSlider: StencilVueComponent<JSX.CoSlider>;
|
|
48
|
+
export declare const CoSwitch: StencilVueComponent<JSX.CoSwitch>;
|
|
49
|
+
export declare const CoTab: StencilVueComponent<JSX.CoTab>;
|
|
50
|
+
export declare const CoTabGroup: StencilVueComponent<JSX.CoTabGroup>;
|
|
51
|
+
export declare const CoToast: StencilVueComponent<JSX.CoToast>;
|
|
52
|
+
export declare const CoToggleButton: StencilVueComponent<JSX.CoToggleButton>;
|
|
53
|
+
export declare const CoToggleButtonGroup: StencilVueComponent<JSX.CoToggleButtonGroup>;
|
|
54
|
+
export declare const CoTooltip: StencilVueComponent<JSX.CoTooltip>;
|
|
55
|
+
export declare const CoTransferList: StencilVueComponent<JSX.CoTransferList>;
|
|
56
|
+
//# sourceMappingURL=components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,661 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* auto-generated vue proxies */
|
|
4
|
+
import { defineContainer } from '@stencil/vue-output-target/runtime';
|
|
5
|
+
export const CoAccordion = /*@__PURE__*/ defineContainer('co-accordion', undefined, [
|
|
6
|
+
'open',
|
|
7
|
+
'heading',
|
|
8
|
+
'disabled',
|
|
9
|
+
'coToggle'
|
|
10
|
+
], [
|
|
11
|
+
'coToggle'
|
|
12
|
+
]);
|
|
13
|
+
export const CoAppShell = /*@__PURE__*/ defineContainer('co-app-shell', undefined, [
|
|
14
|
+
'sidebarMode',
|
|
15
|
+
'contentCard',
|
|
16
|
+
'coSidebarModeChange'
|
|
17
|
+
], [
|
|
18
|
+
'coSidebarModeChange'
|
|
19
|
+
]);
|
|
20
|
+
export const CoAutocomplete = /*@__PURE__*/ defineContainer('co-autocomplete', undefined, [
|
|
21
|
+
'label',
|
|
22
|
+
'secondaryLabel',
|
|
23
|
+
'placeholder',
|
|
24
|
+
'disabled',
|
|
25
|
+
'iconLeft',
|
|
26
|
+
'clearable',
|
|
27
|
+
'helperText',
|
|
28
|
+
'status',
|
|
29
|
+
'options',
|
|
30
|
+
'value',
|
|
31
|
+
'multiple',
|
|
32
|
+
'loading',
|
|
33
|
+
'minChars',
|
|
34
|
+
'debounce',
|
|
35
|
+
'emptyText',
|
|
36
|
+
'coSearch',
|
|
37
|
+
'coChange',
|
|
38
|
+
'coClear'
|
|
39
|
+
], [
|
|
40
|
+
'coSearch',
|
|
41
|
+
'coChange',
|
|
42
|
+
'coClear'
|
|
43
|
+
]);
|
|
44
|
+
export const CoAvatar = /*@__PURE__*/ defineContainer('co-avatar', undefined, [
|
|
45
|
+
'type',
|
|
46
|
+
'size',
|
|
47
|
+
'text',
|
|
48
|
+
'icon',
|
|
49
|
+
'iconWeight',
|
|
50
|
+
'shape',
|
|
51
|
+
'color'
|
|
52
|
+
]);
|
|
53
|
+
export const CoBadge = /*@__PURE__*/ defineContainer('co-badge', undefined, [
|
|
54
|
+
'size',
|
|
55
|
+
'color'
|
|
56
|
+
]);
|
|
57
|
+
export const CoButton = /*@__PURE__*/ defineContainer('co-button', undefined, [
|
|
58
|
+
'variant',
|
|
59
|
+
'shape',
|
|
60
|
+
'size',
|
|
61
|
+
'disabled',
|
|
62
|
+
'label',
|
|
63
|
+
'iconLeft',
|
|
64
|
+
'iconRight',
|
|
65
|
+
'iconWeight',
|
|
66
|
+
'type'
|
|
67
|
+
]);
|
|
68
|
+
export const CoButtonGroup = /*@__PURE__*/ defineContainer('co-button-group', undefined, [
|
|
69
|
+
'variant',
|
|
70
|
+
'size',
|
|
71
|
+
'direction',
|
|
72
|
+
'disabled'
|
|
73
|
+
]);
|
|
74
|
+
export const CoCard = /*@__PURE__*/ defineContainer('co-card', undefined, [
|
|
75
|
+
'variant',
|
|
76
|
+
'padding',
|
|
77
|
+
'clickable'
|
|
78
|
+
]);
|
|
79
|
+
export const CoCheckbox = /*@__PURE__*/ defineContainer('co-checkbox', undefined, [
|
|
80
|
+
'checked',
|
|
81
|
+
'indeterminate',
|
|
82
|
+
'size',
|
|
83
|
+
'disabled',
|
|
84
|
+
'label',
|
|
85
|
+
'value',
|
|
86
|
+
'coChange'
|
|
87
|
+
], [
|
|
88
|
+
'coChange'
|
|
89
|
+
]);
|
|
90
|
+
export const CoCheckboxGroup = /*@__PURE__*/ defineContainer('co-checkbox-group', undefined, [
|
|
91
|
+
'label',
|
|
92
|
+
'secondaryLabel',
|
|
93
|
+
'helperText',
|
|
94
|
+
'status',
|
|
95
|
+
'value',
|
|
96
|
+
'options',
|
|
97
|
+
'direction',
|
|
98
|
+
'size',
|
|
99
|
+
'disabled',
|
|
100
|
+
'coChange'
|
|
101
|
+
], [
|
|
102
|
+
'coChange'
|
|
103
|
+
]);
|
|
104
|
+
export const CoChip = /*@__PURE__*/ defineContainer('co-chip', undefined, [
|
|
105
|
+
'shape',
|
|
106
|
+
'size',
|
|
107
|
+
'iconMode',
|
|
108
|
+
'variant',
|
|
109
|
+
'color',
|
|
110
|
+
'label',
|
|
111
|
+
'iconLeft',
|
|
112
|
+
'iconRight',
|
|
113
|
+
'iconWeight',
|
|
114
|
+
'removable',
|
|
115
|
+
'clickable',
|
|
116
|
+
'disabled',
|
|
117
|
+
'selected',
|
|
118
|
+
'coRemove',
|
|
119
|
+
'coClick'
|
|
120
|
+
], [
|
|
121
|
+
'coRemove',
|
|
122
|
+
'coClick'
|
|
123
|
+
]);
|
|
124
|
+
export const CoCombobox = /*@__PURE__*/ defineContainer('co-combobox', undefined, [
|
|
125
|
+
'label',
|
|
126
|
+
'secondaryLabel',
|
|
127
|
+
'placeholder',
|
|
128
|
+
'disabled',
|
|
129
|
+
'iconLeft',
|
|
130
|
+
'clearable',
|
|
131
|
+
'searchable',
|
|
132
|
+
'searchPlaceholder',
|
|
133
|
+
'showFooter',
|
|
134
|
+
'footerPrimaryLabel',
|
|
135
|
+
'footerSecondaryLabel',
|
|
136
|
+
'options',
|
|
137
|
+
'value',
|
|
138
|
+
'multiple',
|
|
139
|
+
'helperText',
|
|
140
|
+
'coChange',
|
|
141
|
+
'coOpen',
|
|
142
|
+
'coClose',
|
|
143
|
+
'coClear',
|
|
144
|
+
'coFooterPrimary',
|
|
145
|
+
'coFooterSecondary'
|
|
146
|
+
], [
|
|
147
|
+
'coChange',
|
|
148
|
+
'coOpen',
|
|
149
|
+
'coClose',
|
|
150
|
+
'coClear',
|
|
151
|
+
'coFooterPrimary',
|
|
152
|
+
'coFooterSecondary'
|
|
153
|
+
]);
|
|
154
|
+
export const CoCommandSearch = /*@__PURE__*/ defineContainer('co-command-search', undefined, [
|
|
155
|
+
'open',
|
|
156
|
+
'placeholder',
|
|
157
|
+
'items',
|
|
158
|
+
'emptyMessage',
|
|
159
|
+
'coSelect',
|
|
160
|
+
'coClose'
|
|
161
|
+
], [
|
|
162
|
+
'coSelect',
|
|
163
|
+
'coClose'
|
|
164
|
+
]);
|
|
165
|
+
export const CoDataTable = /*@__PURE__*/ defineContainer('co-data-table', undefined, [
|
|
166
|
+
'columns',
|
|
167
|
+
'rows',
|
|
168
|
+
'rowKey',
|
|
169
|
+
'loading',
|
|
170
|
+
'skeletonRows',
|
|
171
|
+
'emptyTitle',
|
|
172
|
+
'emptyMessage',
|
|
173
|
+
'emptyIcon',
|
|
174
|
+
'sortField',
|
|
175
|
+
'sortOrder',
|
|
176
|
+
'selectable',
|
|
177
|
+
'selectedKeys',
|
|
178
|
+
'resizable',
|
|
179
|
+
'coSort',
|
|
180
|
+
'coRowSelect',
|
|
181
|
+
'coSelectAll',
|
|
182
|
+
'coColumnResize',
|
|
183
|
+
'coColumnPin',
|
|
184
|
+
'coRowDblClick',
|
|
185
|
+
'coRowClick'
|
|
186
|
+
], [
|
|
187
|
+
'coSort',
|
|
188
|
+
'coRowSelect',
|
|
189
|
+
'coSelectAll',
|
|
190
|
+
'coColumnResize',
|
|
191
|
+
'coColumnPin',
|
|
192
|
+
'coRowDblClick',
|
|
193
|
+
'coRowClick'
|
|
194
|
+
]);
|
|
195
|
+
export const CoDataTablePagination = /*@__PURE__*/ defineContainer('co-data-table-pagination', undefined, [
|
|
196
|
+
'page',
|
|
197
|
+
'pageSize',
|
|
198
|
+
'totalCount',
|
|
199
|
+
'pageSizes',
|
|
200
|
+
'perPageLabel',
|
|
201
|
+
'recordsLabel',
|
|
202
|
+
'jumpToPageLabel',
|
|
203
|
+
'previousLabel',
|
|
204
|
+
'nextLabel',
|
|
205
|
+
'coPageChange'
|
|
206
|
+
], [
|
|
207
|
+
'coPageChange'
|
|
208
|
+
]);
|
|
209
|
+
export const CoDateRange = /*@__PURE__*/ defineContainer('co-date-range', undefined, [
|
|
210
|
+
'value',
|
|
211
|
+
'label',
|
|
212
|
+
'placeholder',
|
|
213
|
+
'disabled',
|
|
214
|
+
'clearable',
|
|
215
|
+
'presets',
|
|
216
|
+
'status',
|
|
217
|
+
'helperText',
|
|
218
|
+
'locale',
|
|
219
|
+
'presetTodayLabel',
|
|
220
|
+
'presetThisWeekLabel',
|
|
221
|
+
'presetThisMonthLabel',
|
|
222
|
+
'presetLast30DaysLabel',
|
|
223
|
+
'presetLast90DaysLabel',
|
|
224
|
+
'presetThisYearLabel',
|
|
225
|
+
'applyLabel',
|
|
226
|
+
'clearLabel',
|
|
227
|
+
'coChange',
|
|
228
|
+
'coClear'
|
|
229
|
+
], [
|
|
230
|
+
'coChange',
|
|
231
|
+
'coClear'
|
|
232
|
+
]);
|
|
233
|
+
export const CoDrawer = /*@__PURE__*/ defineContainer('co-drawer', undefined, [
|
|
234
|
+
'open',
|
|
235
|
+
'position',
|
|
236
|
+
'size',
|
|
237
|
+
'heading',
|
|
238
|
+
'closable',
|
|
239
|
+
'closeOnOverlay',
|
|
240
|
+
'closeOnEscape',
|
|
241
|
+
'loading',
|
|
242
|
+
'coClose',
|
|
243
|
+
'coOpen',
|
|
244
|
+
'coAfterOpen',
|
|
245
|
+
'coAfterClose'
|
|
246
|
+
], [
|
|
247
|
+
'coClose',
|
|
248
|
+
'coOpen',
|
|
249
|
+
'coAfterOpen',
|
|
250
|
+
'coAfterClose'
|
|
251
|
+
]);
|
|
252
|
+
export const CoEmptyState = /*@__PURE__*/ defineContainer('co-empty-state', undefined, [
|
|
253
|
+
'icon',
|
|
254
|
+
'heading',
|
|
255
|
+
'description'
|
|
256
|
+
]);
|
|
257
|
+
export const CoFab = /*@__PURE__*/ defineContainer('co-fab', undefined, [
|
|
258
|
+
'icon',
|
|
259
|
+
'label',
|
|
260
|
+
'variant',
|
|
261
|
+
'size',
|
|
262
|
+
'disabled',
|
|
263
|
+
'position',
|
|
264
|
+
'coClick'
|
|
265
|
+
], [
|
|
266
|
+
'coClick'
|
|
267
|
+
]);
|
|
268
|
+
export const CoHelperText = /*@__PURE__*/ defineContainer('co-helper-text', undefined, [
|
|
269
|
+
'status',
|
|
270
|
+
'message'
|
|
271
|
+
]);
|
|
272
|
+
export const CoIcon = /*@__PURE__*/ defineContainer('co-icon', undefined, [
|
|
273
|
+
'name',
|
|
274
|
+
'weight',
|
|
275
|
+
'size'
|
|
276
|
+
]);
|
|
277
|
+
export const CoIconButton = /*@__PURE__*/ defineContainer('co-icon-button', undefined, [
|
|
278
|
+
'variant',
|
|
279
|
+
'shape',
|
|
280
|
+
'size',
|
|
281
|
+
'disabled',
|
|
282
|
+
'label',
|
|
283
|
+
'icon',
|
|
284
|
+
'iconWeight'
|
|
285
|
+
]);
|
|
286
|
+
export const CoInput = /*@__PURE__*/ defineContainer('co-input', undefined, [
|
|
287
|
+
'label',
|
|
288
|
+
'secondaryLabel',
|
|
289
|
+
'placeholder',
|
|
290
|
+
'value',
|
|
291
|
+
'helperText',
|
|
292
|
+
'disabled',
|
|
293
|
+
'readonly',
|
|
294
|
+
'clearable',
|
|
295
|
+
'iconLeft',
|
|
296
|
+
'iconRight',
|
|
297
|
+
'layout',
|
|
298
|
+
'type',
|
|
299
|
+
'name',
|
|
300
|
+
'required',
|
|
301
|
+
'autocomplete',
|
|
302
|
+
'status',
|
|
303
|
+
'actionLabel',
|
|
304
|
+
'actionIcon',
|
|
305
|
+
'coInput',
|
|
306
|
+
'coChange',
|
|
307
|
+
'coClear',
|
|
308
|
+
'coFocus',
|
|
309
|
+
'coBlur',
|
|
310
|
+
'coAction'
|
|
311
|
+
], [
|
|
312
|
+
'coInput',
|
|
313
|
+
'coChange',
|
|
314
|
+
'coClear',
|
|
315
|
+
'coFocus',
|
|
316
|
+
'coBlur',
|
|
317
|
+
'coAction'
|
|
318
|
+
]);
|
|
319
|
+
export const CoListItem = /*@__PURE__*/ defineContainer('co-list-item', undefined, [
|
|
320
|
+
'label',
|
|
321
|
+
'description',
|
|
322
|
+
'icon',
|
|
323
|
+
'selected',
|
|
324
|
+
'disabled',
|
|
325
|
+
'dense',
|
|
326
|
+
'coSelect'
|
|
327
|
+
], [
|
|
328
|
+
'coSelect'
|
|
329
|
+
]);
|
|
330
|
+
export const CoLoader = /*@__PURE__*/ defineContainer('co-loader', undefined, [
|
|
331
|
+
'visible',
|
|
332
|
+
'overlay',
|
|
333
|
+
'size',
|
|
334
|
+
'text',
|
|
335
|
+
'background'
|
|
336
|
+
]);
|
|
337
|
+
export const CoMenu = /*@__PURE__*/ defineContainer('co-menu', undefined, [
|
|
338
|
+
'placement',
|
|
339
|
+
'offset',
|
|
340
|
+
'autoClose',
|
|
341
|
+
'open',
|
|
342
|
+
'coOpen',
|
|
343
|
+
'coClose'
|
|
344
|
+
], [
|
|
345
|
+
'coOpen',
|
|
346
|
+
'coClose'
|
|
347
|
+
]);
|
|
348
|
+
export const CoMenuDivider = /*@__PURE__*/ defineContainer('co-menu-divider', undefined);
|
|
349
|
+
export const CoMenuItem = /*@__PURE__*/ defineContainer('co-menu-item', undefined, [
|
|
350
|
+
'icon',
|
|
351
|
+
'label',
|
|
352
|
+
'dense',
|
|
353
|
+
'disabled',
|
|
354
|
+
'variant',
|
|
355
|
+
'coSelect',
|
|
356
|
+
'coMenuSelect'
|
|
357
|
+
], [
|
|
358
|
+
'coSelect',
|
|
359
|
+
'coMenuSelect'
|
|
360
|
+
]);
|
|
361
|
+
export const CoModal = /*@__PURE__*/ defineContainer('co-modal', undefined, [
|
|
362
|
+
'open',
|
|
363
|
+
'heading',
|
|
364
|
+
'description',
|
|
365
|
+
'closable',
|
|
366
|
+
'closeOnOverlay',
|
|
367
|
+
'coClose'
|
|
368
|
+
], [
|
|
369
|
+
'coClose'
|
|
370
|
+
]);
|
|
371
|
+
export const CoNavbar = /*@__PURE__*/ defineContainer('co-navbar', undefined, [
|
|
372
|
+
'variant',
|
|
373
|
+
'size',
|
|
374
|
+
'rounded'
|
|
375
|
+
]);
|
|
376
|
+
export const CoNumberField = /*@__PURE__*/ defineContainer('co-number-field', undefined, [
|
|
377
|
+
'label',
|
|
378
|
+
'secondaryLabel',
|
|
379
|
+
'helperText',
|
|
380
|
+
'status',
|
|
381
|
+
'value',
|
|
382
|
+
'min',
|
|
383
|
+
'max',
|
|
384
|
+
'step',
|
|
385
|
+
'disabled',
|
|
386
|
+
'placeholder',
|
|
387
|
+
'coChange'
|
|
388
|
+
], [
|
|
389
|
+
'coChange'
|
|
390
|
+
]);
|
|
391
|
+
export const CoOverlay = /*@__PURE__*/ defineContainer('co-overlay', undefined, [
|
|
392
|
+
'open',
|
|
393
|
+
'coClose'
|
|
394
|
+
], [
|
|
395
|
+
'coClose'
|
|
396
|
+
]);
|
|
397
|
+
export const CoPageHeader = /*@__PURE__*/ defineContainer('co-page-header', undefined, [
|
|
398
|
+
'heading',
|
|
399
|
+
'icon'
|
|
400
|
+
]);
|
|
401
|
+
export const CoPopover = /*@__PURE__*/ defineContainer('co-popover', undefined, [
|
|
402
|
+
'open',
|
|
403
|
+
'placement',
|
|
404
|
+
'matchWidth',
|
|
405
|
+
'offset',
|
|
406
|
+
'closeOnClickOutside',
|
|
407
|
+
'closeOnEscape',
|
|
408
|
+
'flip',
|
|
409
|
+
'coOpen',
|
|
410
|
+
'coClose'
|
|
411
|
+
], [
|
|
412
|
+
'coOpen',
|
|
413
|
+
'coClose'
|
|
414
|
+
]);
|
|
415
|
+
export const CoProgressBar = /*@__PURE__*/ defineContainer('co-progress-bar', undefined, [
|
|
416
|
+
'value',
|
|
417
|
+
'status',
|
|
418
|
+
'variant',
|
|
419
|
+
'thickness'
|
|
420
|
+
]);
|
|
421
|
+
export const CoRadio = /*@__PURE__*/ defineContainer('co-radio', undefined, [
|
|
422
|
+
'checked',
|
|
423
|
+
'size',
|
|
424
|
+
'disabled',
|
|
425
|
+
'label',
|
|
426
|
+
'value',
|
|
427
|
+
'coChange'
|
|
428
|
+
], [
|
|
429
|
+
'coChange'
|
|
430
|
+
]);
|
|
431
|
+
export const CoRadioGroup = /*@__PURE__*/ defineContainer('co-radio-group', undefined, [
|
|
432
|
+
'label',
|
|
433
|
+
'secondaryLabel',
|
|
434
|
+
'helperText',
|
|
435
|
+
'status',
|
|
436
|
+
'value',
|
|
437
|
+
'options',
|
|
438
|
+
'direction',
|
|
439
|
+
'size',
|
|
440
|
+
'disabled',
|
|
441
|
+
'name',
|
|
442
|
+
'coChange'
|
|
443
|
+
], [
|
|
444
|
+
'coChange'
|
|
445
|
+
]);
|
|
446
|
+
export const CoRating = /*@__PURE__*/ defineContainer('co-rating', undefined, [
|
|
447
|
+
'label',
|
|
448
|
+
'value',
|
|
449
|
+
'max',
|
|
450
|
+
'size',
|
|
451
|
+
'disabled',
|
|
452
|
+
'readOnly',
|
|
453
|
+
'icon',
|
|
454
|
+
'helperText',
|
|
455
|
+
'status',
|
|
456
|
+
'coChange'
|
|
457
|
+
], [
|
|
458
|
+
'coChange'
|
|
459
|
+
]);
|
|
460
|
+
export const CoRefField = /*@__PURE__*/ defineContainer('co-ref-field', undefined, [
|
|
461
|
+
'label',
|
|
462
|
+
'secondaryLabel',
|
|
463
|
+
'placeholder',
|
|
464
|
+
'disabled',
|
|
465
|
+
'clearable',
|
|
466
|
+
'multiple',
|
|
467
|
+
'status',
|
|
468
|
+
'helperText',
|
|
469
|
+
'iconLeft',
|
|
470
|
+
'value',
|
|
471
|
+
'options',
|
|
472
|
+
'selectedDisplay',
|
|
473
|
+
'loading',
|
|
474
|
+
'total',
|
|
475
|
+
'searchable',
|
|
476
|
+
'searchPlaceholder',
|
|
477
|
+
'searchDebounce',
|
|
478
|
+
'emptyMessage',
|
|
479
|
+
'createLabel',
|
|
480
|
+
'showFooter',
|
|
481
|
+
'footerPrimaryLabel',
|
|
482
|
+
'footerSecondaryLabel',
|
|
483
|
+
'maxChips',
|
|
484
|
+
'coChange',
|
|
485
|
+
'coClear',
|
|
486
|
+
'coSearch',
|
|
487
|
+
'coLoadMore',
|
|
488
|
+
'coOpen',
|
|
489
|
+
'coClose',
|
|
490
|
+
'coCreate',
|
|
491
|
+
'coRemove',
|
|
492
|
+
'coFooterPrimary',
|
|
493
|
+
'coFooterSecondary'
|
|
494
|
+
], [
|
|
495
|
+
'coChange',
|
|
496
|
+
'coClear',
|
|
497
|
+
'coSearch',
|
|
498
|
+
'coLoadMore',
|
|
499
|
+
'coOpen',
|
|
500
|
+
'coClose',
|
|
501
|
+
'coCreate',
|
|
502
|
+
'coRemove',
|
|
503
|
+
'coFooterPrimary',
|
|
504
|
+
'coFooterSecondary'
|
|
505
|
+
]);
|
|
506
|
+
export const CoRow = /*@__PURE__*/ defineContainer('co-row', undefined, [
|
|
507
|
+
'position',
|
|
508
|
+
'size'
|
|
509
|
+
]);
|
|
510
|
+
export const CoSelect = /*@__PURE__*/ defineContainer('co-select', undefined, [
|
|
511
|
+
'label',
|
|
512
|
+
'secondaryLabel',
|
|
513
|
+
'placeholder',
|
|
514
|
+
'disabled',
|
|
515
|
+
'iconLeft',
|
|
516
|
+
'clearable',
|
|
517
|
+
'helperText',
|
|
518
|
+
'status',
|
|
519
|
+
'options',
|
|
520
|
+
'value',
|
|
521
|
+
'multiple',
|
|
522
|
+
'coChange',
|
|
523
|
+
'coClear'
|
|
524
|
+
], [
|
|
525
|
+
'coChange',
|
|
526
|
+
'coClear'
|
|
527
|
+
]);
|
|
528
|
+
export const CoSeparator = /*@__PURE__*/ defineContainer('co-separator', undefined, [
|
|
529
|
+
'vertical',
|
|
530
|
+
'spaced',
|
|
531
|
+
'inset',
|
|
532
|
+
'color',
|
|
533
|
+
'size',
|
|
534
|
+
'dark'
|
|
535
|
+
]);
|
|
536
|
+
export const CoSidebar = /*@__PURE__*/ defineContainer('co-sidebar', undefined, [
|
|
537
|
+
'mode',
|
|
538
|
+
'coModeChange'
|
|
539
|
+
], [
|
|
540
|
+
'coModeChange'
|
|
541
|
+
]);
|
|
542
|
+
export const CoSidebarNav = /*@__PURE__*/ defineContainer('co-sidebar-nav', undefined, [
|
|
543
|
+
'items',
|
|
544
|
+
'activeKey',
|
|
545
|
+
'mode',
|
|
546
|
+
'searchable',
|
|
547
|
+
'searchPlaceholder',
|
|
548
|
+
'search',
|
|
549
|
+
'iconMap',
|
|
550
|
+
'translations',
|
|
551
|
+
'coNavigate',
|
|
552
|
+
'coSearch'
|
|
553
|
+
], [
|
|
554
|
+
'coNavigate',
|
|
555
|
+
'coSearch'
|
|
556
|
+
]);
|
|
557
|
+
export const CoSlider = /*@__PURE__*/ defineContainer('co-slider', undefined, [
|
|
558
|
+
'label',
|
|
559
|
+
'secondaryLabel',
|
|
560
|
+
'helperText',
|
|
561
|
+
'status',
|
|
562
|
+
'value',
|
|
563
|
+
'min',
|
|
564
|
+
'max',
|
|
565
|
+
'step',
|
|
566
|
+
'disabled',
|
|
567
|
+
'showValue',
|
|
568
|
+
'showMarks',
|
|
569
|
+
'coChange',
|
|
570
|
+
'coInput'
|
|
571
|
+
], [
|
|
572
|
+
'coChange',
|
|
573
|
+
'coInput'
|
|
574
|
+
]);
|
|
575
|
+
export const CoSwitch = /*@__PURE__*/ defineContainer('co-switch', undefined, [
|
|
576
|
+
'checked',
|
|
577
|
+
'disabled',
|
|
578
|
+
'label',
|
|
579
|
+
'secondaryLabel',
|
|
580
|
+
'helperText',
|
|
581
|
+
'status',
|
|
582
|
+
'coChange'
|
|
583
|
+
], [
|
|
584
|
+
'coChange'
|
|
585
|
+
]);
|
|
586
|
+
export const CoTab = /*@__PURE__*/ defineContainer('co-tab', undefined, [
|
|
587
|
+
'label',
|
|
588
|
+
'value',
|
|
589
|
+
'selected',
|
|
590
|
+
'size',
|
|
591
|
+
'iconLeft',
|
|
592
|
+
'iconRight',
|
|
593
|
+
'disabled',
|
|
594
|
+
'coTabSelect'
|
|
595
|
+
], [
|
|
596
|
+
'coTabSelect'
|
|
597
|
+
]);
|
|
598
|
+
export const CoTabGroup = /*@__PURE__*/ defineContainer('co-tab-group', undefined, [
|
|
599
|
+
'value',
|
|
600
|
+
'coTabChange'
|
|
601
|
+
], [
|
|
602
|
+
'coTabChange'
|
|
603
|
+
]);
|
|
604
|
+
export const CoToast = /*@__PURE__*/ defineContainer('co-toast', undefined, [
|
|
605
|
+
'message',
|
|
606
|
+
'description',
|
|
607
|
+
'icon',
|
|
608
|
+
'dismissible',
|
|
609
|
+
'actionsLayout',
|
|
610
|
+
'variant',
|
|
611
|
+
'coDismiss'
|
|
612
|
+
], [
|
|
613
|
+
'coDismiss'
|
|
614
|
+
]);
|
|
615
|
+
export const CoToggleButton = /*@__PURE__*/ defineContainer('co-toggle-button', undefined, [
|
|
616
|
+
'selected',
|
|
617
|
+
'value',
|
|
618
|
+
'label',
|
|
619
|
+
'iconLeft',
|
|
620
|
+
'iconRight',
|
|
621
|
+
'size',
|
|
622
|
+
'disabled',
|
|
623
|
+
'coToggle'
|
|
624
|
+
], [
|
|
625
|
+
'coToggle'
|
|
626
|
+
]);
|
|
627
|
+
export const CoToggleButtonGroup = /*@__PURE__*/ defineContainer('co-toggle-button-group', undefined, [
|
|
628
|
+
'value',
|
|
629
|
+
'multiple',
|
|
630
|
+
'size',
|
|
631
|
+
'disabled',
|
|
632
|
+
'direction',
|
|
633
|
+
'coChange'
|
|
634
|
+
], [
|
|
635
|
+
'coChange'
|
|
636
|
+
]);
|
|
637
|
+
export const CoTooltip = /*@__PURE__*/ defineContainer('co-tooltip', undefined, [
|
|
638
|
+
'content',
|
|
639
|
+
'placement',
|
|
640
|
+
'offset',
|
|
641
|
+
'showDelay',
|
|
642
|
+
'hideDelay',
|
|
643
|
+
'disabled',
|
|
644
|
+
'arrow',
|
|
645
|
+
'flip',
|
|
646
|
+
'maxWidth'
|
|
647
|
+
]);
|
|
648
|
+
export const CoTransferList = /*@__PURE__*/ defineContainer('co-transfer-list', undefined, [
|
|
649
|
+
'label',
|
|
650
|
+
'leftTitle',
|
|
651
|
+
'rightTitle',
|
|
652
|
+
'options',
|
|
653
|
+
'value',
|
|
654
|
+
'disabled',
|
|
655
|
+
'helperText',
|
|
656
|
+
'status',
|
|
657
|
+
'coChange'
|
|
658
|
+
], [
|
|
659
|
+
'coChange'
|
|
660
|
+
]);
|
|
661
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// components.ts is auto-generated by @stencil/vue-output-target.
|
|
2
|
+
// Run `pnpm build` from packages/core to generate it.
|
|
3
|
+
// After generation this file will contain typed Vue wrapper components.
|
|
4
|
+
export * from './components';
|
|
5
|
+
export * from './plugin';
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,sDAAsD;AACtD,wEAAwE;AACxE,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
package/dist/plugin.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Plugin } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Vue plugin that registers all Cobalt web components via Stencil's lazy loader.
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* import { CobaltPlugin } from '@prolibu-suite/cobalt-vue';
|
|
7
|
+
* createApp(App).use(CobaltPlugin).mount('#app');
|
|
8
|
+
*/
|
|
9
|
+
export declare const CobaltPlugin: Plugin;
|
|
10
|
+
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAElC;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,MAI1B,CAAC"}
|
package/dist/plugin.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineCustomElements } from '@prolibu-suite/cobalt-core/loader';
|
|
2
|
+
/**
|
|
3
|
+
* Vue plugin that registers all Cobalt web components via Stencil's lazy loader.
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* import { CobaltPlugin } from '@prolibu-suite/cobalt-vue';
|
|
7
|
+
* createApp(App).use(CobaltPlugin).mount('#app');
|
|
8
|
+
*/
|
|
9
|
+
export const CobaltPlugin = {
|
|
10
|
+
install() {
|
|
11
|
+
defineCustomElements();
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=plugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAGzE;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,YAAY,GAAW;IAClC,OAAO;QACL,oBAAoB,EAAE,CAAC;IACzB,CAAC;CACF,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@prolibu-suite/cobalt-vue",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Cobalt Design System — Vue 3 component wrappers",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.js",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"keywords": [
|
|
19
|
+
"vue",
|
|
20
|
+
"cobalt",
|
|
21
|
+
"prolibu",
|
|
22
|
+
"design-system"
|
|
23
|
+
],
|
|
24
|
+
"author": "Prolibu <contact@prolibu.com>",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"vue": "^3.0.0"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@stencil/vue-output-target": "^0.13.1",
|
|
31
|
+
"@prolibu-suite/cobalt-core": "0.1.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"typescript": "^6.0.3",
|
|
35
|
+
"vue": "^3.4.0"
|
|
36
|
+
},
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "tsc -p tsconfig.json",
|
|
42
|
+
"dev": "tsc -p tsconfig.json --watch"
|
|
43
|
+
}
|
|
44
|
+
}
|