eco-vue-js 0.11.11 → 0.11.12

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 (57) hide show
  1. package/dist/assets/icons/IconBold.svg.js +24 -0
  2. package/dist/assets/icons/IconCodeBlock.svg.js +32 -0
  3. package/dist/assets/icons/IconCodeInline.svg.js +25 -0
  4. package/dist/assets/icons/IconHeading.svg.js +24 -0
  5. package/dist/assets/icons/IconItalic.svg.js +24 -0
  6. package/dist/assets/icons/IconListBullet.svg.js +31 -0
  7. package/dist/assets/icons/IconListCheckbox.svg.js +24 -0
  8. package/dist/assets/icons/IconListNumbered.svg.js +24 -0
  9. package/dist/assets/icons/IconQuote.svg.js +24 -0
  10. package/dist/assets/icons/IconStrikethrough.svg.js +24 -0
  11. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +6 -0
  12. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
  13. package/dist/components/ClickOutside/WClickOutside.vue.js +8 -4
  14. package/dist/components/FormAsync/WFormAsyncInput.vue.js +2 -0
  15. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +2 -0
  16. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +2 -0
  17. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +2 -0
  18. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +2 -0
  19. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  20. package/dist/components/Input/WInput.vue.js +16 -3
  21. package/dist/components/Input/WInputAsync.vue.js +2 -0
  22. package/dist/components/Input/WInputDate.vue.js +2 -0
  23. package/dist/components/Input/WInputOptions.vue.js +2 -0
  24. package/dist/components/Input/WInputSuggest.vue.js +2 -0
  25. package/dist/components/Input/WInputToolbarButton.vue.d.ts +11 -0
  26. package/dist/components/Input/WInputToolbarButton.vue.d.ts.map +1 -0
  27. package/dist/components/Input/WInputToolbarButton.vue.js +85 -0
  28. package/dist/components/Input/WInputToolbarButton.vue2.js +5 -0
  29. package/dist/components/Input/components/ContentEditable.vue.d.ts.map +1 -1
  30. package/dist/components/Input/components/ContentEditable.vue2.js +51 -8
  31. package/dist/components/Input/components/InputToolbar.vue.d.ts +27 -0
  32. package/dist/components/Input/components/InputToolbar.vue.d.ts.map +1 -0
  33. package/dist/components/Input/components/InputToolbar.vue.js +5 -0
  34. package/dist/components/Input/components/InputToolbar.vue2.js +39 -0
  35. package/dist/components/Input/components/InputToolbarButton.vue.d.ts +15 -0
  36. package/dist/components/Input/components/InputToolbarButton.vue.d.ts.map +1 -0
  37. package/dist/components/Input/components/InputToolbarButton.vue.js +33 -0
  38. package/dist/components/Input/components/InputToolbarButton.vue2.js +5 -0
  39. package/dist/components/Input/models/toolbarActions.d.ts +4 -0
  40. package/dist/components/Input/models/toolbarActions.d.ts.map +1 -0
  41. package/dist/components/Input/models/toolbarActions.js +80 -0
  42. package/dist/components/Input/types.d.ts +27 -2
  43. package/dist/components/Input/types.d.ts.map +1 -1
  44. package/dist/components/MenuItem/WMenuItem.vue.js +1 -1
  45. package/dist/components/Select/WSelect.vue.js +2 -0
  46. package/dist/components/Select/WSelectAsync.vue.js +2 -0
  47. package/dist/components/Select/WSelectAsyncSingle.vue.js +2 -0
  48. package/dist/components/Select/WSelectSingle.vue.js +2 -0
  49. package/dist/components/Select/WSelectStringified.vue.js +2 -0
  50. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +2 -2
  51. package/dist/main.d.ts +12 -1
  52. package/dist/main.d.ts.map +1 -1
  53. package/dist/main.js +94 -82
  54. package/dist/utils/utils.d.ts +4 -0
  55. package/dist/utils/utils.d.ts.map +1 -1
  56. package/dist/utils/utils.js +6 -1
  57. package/package.json +4 -1
package/dist/main.js CHANGED
@@ -59,50 +59,51 @@ import _sfc_main$V from './components/Input/WInputAsync.vue.js';
59
59
  import _sfc_main$W from './components/Input/WInputDate.vue.js';
60
60
  import _sfc_main$X from './components/Input/WInputOptions.vue.js';
61
61
  import _sfc_main$Y from './components/Input/WInputSuggest.vue.js';
62
- import _sfc_main$Z from './components/Link/WLink.vue.js';
63
- import _sfc_main$_ from './components/Link/WLinkArrow.vue.js';
64
- import _sfc_main$$ from './components/List/WList.vue.js';
65
- import _sfc_main$10 from './components/List/WListCard.vue.js';
66
- import _sfc_main$11 from './components/List/WListCardField.vue.js';
67
- import _sfc_main$12 from './components/List/WListFilter.vue.js';
68
- import _sfc_main$13 from './components/List/WListHeader.vue.js';
69
- import _sfc_main$14 from './components/List/WListHeaderItem.vue.js';
70
- import _sfc_main$15 from './components/MenuItem/WMenuItem.vue.js';
71
- import _sfc_main$16 from './components/Modal/WModal.vue.js';
72
- import _sfc_main$17 from './components/Modal/WModalExport.vue.js';
73
- import _sfc_main$18 from './components/Modal/WModalImport.vue.js';
74
- import _sfc_main$19 from './components/Modal/WModalStepper.vue.js';
75
- import _sfc_main$1a from './components/Modal/WModalWrapper.vue.js';
76
- import _sfc_main$1b from './components/Nav/WNavBar.vue.js';
77
- import _sfc_main$1c from './components/Nav/WNavItem.vue.js';
78
- import _sfc_main$1d from './components/Nav/WNavItemExpand.vue.js';
62
+ import _sfc_main$Z from './components/Input/WInputToolbarButton.vue.js';
63
+ import _sfc_main$_ from './components/Link/WLink.vue.js';
64
+ import _sfc_main$$ from './components/Link/WLinkArrow.vue.js';
65
+ import _sfc_main$10 from './components/List/WList.vue.js';
66
+ import _sfc_main$11 from './components/List/WListCard.vue.js';
67
+ import _sfc_main$12 from './components/List/WListCardField.vue.js';
68
+ import _sfc_main$13 from './components/List/WListFilter.vue.js';
69
+ import _sfc_main$14 from './components/List/WListHeader.vue.js';
70
+ import _sfc_main$15 from './components/List/WListHeaderItem.vue.js';
71
+ import _sfc_main$16 from './components/MenuItem/WMenuItem.vue.js';
72
+ import _sfc_main$17 from './components/Modal/WModal.vue.js';
73
+ import _sfc_main$18 from './components/Modal/WModalExport.vue.js';
74
+ import _sfc_main$19 from './components/Modal/WModalImport.vue.js';
75
+ import _sfc_main$1a from './components/Modal/WModalStepper.vue.js';
76
+ import _sfc_main$1b from './components/Modal/WModalWrapper.vue.js';
77
+ import _sfc_main$1c from './components/Nav/WNavBar.vue.js';
78
+ import _sfc_main$1d from './components/Nav/WNavItem.vue.js';
79
+ import _sfc_main$1e from './components/Nav/WNavItemExpand.vue.js';
79
80
  import WNavItemTransition from './components/Nav/WNavItemTransition.vue.js';
80
- import _sfc_main$1e from './components/Notify/WNotify.vue.js';
81
- import _sfc_main$1f from './components/NumberFormatter/WNumberFormatter.vue.js';
82
- import _sfc_main$1g from './components/Page/WPage.vue.js';
83
- import _sfc_main$1h from './components/Page/WPageBreadcrumbs.vue.js';
81
+ import _sfc_main$1f from './components/Notify/WNotify.vue.js';
82
+ import _sfc_main$1g from './components/NumberFormatter/WNumberFormatter.vue.js';
83
+ import _sfc_main$1h from './components/Page/WPage.vue.js';
84
+ import _sfc_main$1i from './components/Page/WPageBreadcrumbs.vue.js';
84
85
  import WPageNumerator from './components/Page/WPageNumerator.vue.js';
85
- import _sfc_main$1i from './components/Page/WPageTitle.vue.js';
86
- import _sfc_main$1j from './components/Progress/WProgress.vue.js';
87
- import _sfc_main$1k from './components/Progress/WProgressStriped.vue.js';
88
- import _sfc_main$1l from './components/Select/WSelect.vue.js';
89
- import _sfc_main$1m from './components/Select/WSelectAsync.vue.js';
90
- import _sfc_main$1n from './components/Select/WSelectAsyncList.vue.js';
91
- import _sfc_main$1o from './components/Select/WSelectAsyncSingle.vue.js';
92
- import _sfc_main$1p from './components/Select/WSelectSingle.vue.js';
93
- import _sfc_main$1q from './components/Select/WSelectStringified.vue.js';
94
- import _sfc_main$1r from './components/Shine/WShine.vue.js';
95
- import _sfc_main$1s from './components/Shine/WShineEffect.vue.js';
86
+ import _sfc_main$1j from './components/Page/WPageTitle.vue.js';
87
+ import _sfc_main$1k from './components/Progress/WProgress.vue.js';
88
+ import _sfc_main$1l from './components/Progress/WProgressStriped.vue.js';
89
+ import _sfc_main$1m from './components/Select/WSelect.vue.js';
90
+ import _sfc_main$1n from './components/Select/WSelectAsync.vue.js';
91
+ import _sfc_main$1o from './components/Select/WSelectAsyncList.vue.js';
92
+ import _sfc_main$1p from './components/Select/WSelectAsyncSingle.vue.js';
93
+ import _sfc_main$1q from './components/Select/WSelectSingle.vue.js';
94
+ import _sfc_main$1r from './components/Select/WSelectStringified.vue.js';
95
+ import _sfc_main$1s from './components/Shine/WShine.vue.js';
96
+ import _sfc_main$1t from './components/Shine/WShineEffect.vue.js';
96
97
  import WSkeleton from './components/Skeleton/WSkeleton.vue.js';
97
98
  import WSpinner from './components/Spinner/WSpinner.vue.js';
98
- import _sfc_main$1t from './components/Status/WStatusIcon.vue.js';
99
- import _sfc_main$1u from './components/Tabs/WTabs.vue.js';
100
- import _sfc_main$1v from './components/Tabs/WTabsColumns.vue.js';
101
- import _sfc_main$1w from './components/Tabs/WTabsItem.vue.js';
102
- import _sfc_main$1x from './components/Toggle/WToggle.vue.js';
103
- import _sfc_main$1y from './components/Toggle/WToggleTheme.vue.js';
104
- import _sfc_main$1z from './components/Tooltip/WTooltip.vue.js';
105
- import _sfc_main$1A from './components/Tooltip/WTooltipContainer.vue.js';
99
+ import _sfc_main$1u from './components/Status/WStatusIcon.vue.js';
100
+ import _sfc_main$1v from './components/Tabs/WTabs.vue.js';
101
+ import _sfc_main$1w from './components/Tabs/WTabsColumns.vue.js';
102
+ import _sfc_main$1x from './components/Tabs/WTabsItem.vue.js';
103
+ import _sfc_main$1y from './components/Toggle/WToggle.vue.js';
104
+ import _sfc_main$1z from './components/Toggle/WToggleTheme.vue.js';
105
+ import _sfc_main$1A from './components/Tooltip/WTooltip.vue.js';
106
+ import _sfc_main$1B from './components/Tooltip/WTooltipContainer.vue.js';
106
107
  export { ApiClientInstance, getURLParams } from './utils/ApiClient.js';
107
108
  export { DOMListenerContainer } from './utils/DOMListenerContainer.js';
108
109
  export { HorizontalAlign } from './utils/HorizontalAlign.js';
@@ -120,7 +121,7 @@ export { useCopy } from './utils/useCopy.js';
120
121
  export { PAGE_LENGTH, makeQueryPaginated, useDefaultQuery, wrapUseQueryPaginated } from './utils/useDefaultQuery.js';
121
122
  export { paginatedResponseUpdater, useQueryUpdater } from './utils/useQueryUpdater.js';
122
123
  export { getPosition, useSelected } from './utils/useSelected.js';
123
- export { BASE_ZINDEX_ACTIONS_BAR, BASE_ZINDEX_BOTTOM_SHEET, BASE_ZINDEX_DROPDOWN, BASE_ZINDEX_HEADER_BAR, BASE_ZINDEX_LIST_HEADER, BASE_ZINDEX_MODAL, BASE_ZINDEX_NAV_BAR, ListMode, Theme, debounce, genId, get, getAllScrollParents, getDefaultFieldConfigMap, getHasScrollbar, getScrollParent, hasParent, isClientSide, isEqualArr, isEqualObj, isId, isIdArray, isIndex, isPage, numberCompactFormatter, numberFormatter, parseBoolean, parseId, parseIdList, parseIndex, parseInteger, parseIntegerList, parseJson, parseSliceIndexes, parseString, parseStringList, percentCompactFormatter, percentFormatter, set, throttle, unwrapSlots, wBaseZIndex } from './utils/utils.js';
124
+ export { BASE_ZINDEX_ACTIONS_BAR, BASE_ZINDEX_BOTTOM_SHEET, BASE_ZINDEX_DROPDOWN, BASE_ZINDEX_HEADER_BAR, BASE_ZINDEX_LIST_HEADER, BASE_ZINDEX_MODAL, BASE_ZINDEX_NAV_BAR, ListMode, Theme, WrapSelectionType, debounce, genId, get, getAllScrollParents, getDefaultFieldConfigMap, getHasScrollbar, getScrollParent, hasParent, isClientSide, isEqualArr, isEqualObj, isId, isIdArray, isIndex, isPage, numberCompactFormatter, numberFormatter, parseBoolean, parseId, parseIdList, parseIndex, parseInteger, parseIntegerList, parseJson, parseSliceIndexes, parseString, parseStringList, percentCompactFormatter, percentFormatter, set, throttle, unwrapSlots, wBaseZIndex } from './utils/utils.js';
124
125
  export { validateForbiddenRegexp, validateRequired, validateRequiredSymbols } from './utils/validate.js';
125
126
  export { default as IconAdd } from './assets/icons/IconAdd.svg.js';
126
127
  export { default as IconAddCircle } from './assets/icons/IconAddCircle.svg.js';
@@ -129,6 +130,7 @@ export { default as IconAlarm } from './assets/icons/IconAlarm.svg.js';
129
130
  export { default as IconArchiveBook } from './assets/icons/IconArchiveBook.svg.js';
130
131
  export { default as IconArrow } from './assets/icons/IconArrow.svg.js';
131
132
  export { default as IconBack } from './assets/icons/IconBack.svg.js';
133
+ export { default as IconBold } from './assets/icons/IconBold.svg.js';
132
134
  export { default as IconCancel } from './assets/icons/IconCancel.svg.js';
133
135
  export { default as IconCandle } from './assets/icons/IconCandle.svg.js';
134
136
  export { default as IconCelery } from './assets/icons/IconCelery.svg.js';
@@ -137,6 +139,8 @@ export { default as IconCheck } from './assets/icons/IconCheck.svg.js';
137
139
  export { default as IconCheckCircle } from './assets/icons/IconCheckCircle.svg.js';
138
140
  export { default as IconClose } from './assets/icons/IconClose.svg.js';
139
141
  export { default as IconCloseCircle } from './assets/icons/IconCloseCircle.svg.js';
142
+ export { default as IconCodeBlock } from './assets/icons/IconCodeBlock.svg.js';
143
+ export { default as IconCodeInline } from './assets/icons/IconCodeInline.svg.js';
140
144
  export { default as IconCopy } from './assets/icons/IconCopy.svg.js';
141
145
  export { default as IconCopySuccess } from './assets/icons/IconCopySuccess.svg.js';
142
146
  export { default as IconCopyright } from './assets/icons/IconCopyright.svg.js';
@@ -157,6 +161,8 @@ export { default as IconFolder } from './assets/icons/IconFolder.svg.js';
157
161
  export { default as IconFolderAdd } from './assets/icons/IconFolderAdd.svg.js';
158
162
  export { default as IconFolderCross } from './assets/icons/IconFolderCross.svg.js';
159
163
  export { default as IconGrid } from './assets/icons/IconGrid.svg.js';
164
+ export { default as IconHeading } from './assets/icons/IconHeading.svg.js';
165
+ export { default as IconItalic } from './assets/icons/IconItalic.svg.js';
160
166
  export { default as IconJira } from './assets/icons/IconJira.svg.js';
161
167
  export { default as IconKey } from './assets/icons/IconKey.svg.js';
162
168
  export { default as IconKeySquare } from './assets/icons/IconKeySquare.svg.js';
@@ -165,6 +171,9 @@ export { default as IconLink } from './assets/icons/IconLink.svg.js';
165
171
  export { default as IconLinkBold } from './assets/icons/IconLinkBold.svg.js';
166
172
  export { default as IconLinkOutline } from './assets/icons/IconLinkOutline.svg.js';
167
173
  export { default as IconLinkedIn } from './assets/icons/IconLinkedIn.svg.js';
174
+ export { default as IconListBullet } from './assets/icons/IconListBullet.svg.js';
175
+ export { default as IconListCheckbox } from './assets/icons/IconListCheckbox.svg.js';
176
+ export { default as IconListNumbered } from './assets/icons/IconListNumbered.svg.js';
168
177
  export { default as IconLock } from './assets/icons/IconLock.svg.js';
169
178
  export { default as IconLockOff } from './assets/icons/IconLockOff.svg.js';
170
179
  export { default as IconLogout } from './assets/icons/IconLogout.svg.js';
@@ -177,6 +186,7 @@ export { default as IconNegativeInfo } from './assets/icons/IconNegativeInfo.svg
177
186
  export { default as IconNote } from './assets/icons/IconNote.svg.js';
178
187
  export { default as IconPaste } from './assets/icons/IconPaste.svg.js';
179
188
  export { default as IconProfile } from './assets/icons/IconProfile.svg.js';
189
+ export { default as IconQuote } from './assets/icons/IconQuote.svg.js';
180
190
  export { default as IconRadar } from './assets/icons/IconRadar.svg.js';
181
191
  export { default as IconRefresh } from './assets/icons/IconRefresh.svg.js';
182
192
  export { default as IconSearch } from './assets/icons/IconSearch.svg.js';
@@ -184,6 +194,7 @@ export { default as IconSettings } from './assets/icons/IconSettings.svg.js';
184
194
  export { default as IconSlash } from './assets/icons/IconSlash.svg.js';
185
195
  export { default as IconSort } from './assets/icons/IconSort.svg.js';
186
196
  export { default as IconStar } from './assets/icons/IconStar.svg.js';
197
+ export { default as IconStrikethrough } from './assets/icons/IconStrikethrough.svg.js';
187
198
  export { default as IconSuccess } from './assets/icons/IconSuccess.svg.js';
188
199
  export { default as IconSummary } from './assets/icons/IconSummary.svg.js';
189
200
  export { default as IconSun } from './assets/icons/IconSun.svg.js';
@@ -263,51 +274,52 @@ const main = {
263
274
  app.component("WInputDate", _sfc_main$W);
264
275
  app.component("WInputOptions", _sfc_main$X);
265
276
  app.component("WInputSuggest", _sfc_main$Y);
266
- app.component("WLink", _sfc_main$Z);
267
- app.component("WLinkArrow", _sfc_main$_);
268
- app.component("WList", _sfc_main$$);
269
- app.component("WListCard", _sfc_main$10);
270
- app.component("WListCardField", _sfc_main$11);
271
- app.component("WListFilter", _sfc_main$12);
272
- app.component("WListHeader", _sfc_main$13);
273
- app.component("WListHeaderItem", _sfc_main$14);
274
- app.component("WMenuItem", _sfc_main$15);
275
- app.component("WModal", _sfc_main$16);
276
- app.component("WModalExport", _sfc_main$17);
277
- app.component("WModalImport", _sfc_main$18);
278
- app.component("WModalStepper", _sfc_main$19);
279
- app.component("WModalWrapper", _sfc_main$1a);
280
- app.component("WNavBar", _sfc_main$1b);
281
- app.component("WNavItem", _sfc_main$1c);
282
- app.component("WNavItemExpand", _sfc_main$1d);
277
+ app.component("WInputToolbarButton", _sfc_main$Z);
278
+ app.component("WLink", _sfc_main$_);
279
+ app.component("WLinkArrow", _sfc_main$$);
280
+ app.component("WList", _sfc_main$10);
281
+ app.component("WListCard", _sfc_main$11);
282
+ app.component("WListCardField", _sfc_main$12);
283
+ app.component("WListFilter", _sfc_main$13);
284
+ app.component("WListHeader", _sfc_main$14);
285
+ app.component("WListHeaderItem", _sfc_main$15);
286
+ app.component("WMenuItem", _sfc_main$16);
287
+ app.component("WModal", _sfc_main$17);
288
+ app.component("WModalExport", _sfc_main$18);
289
+ app.component("WModalImport", _sfc_main$19);
290
+ app.component("WModalStepper", _sfc_main$1a);
291
+ app.component("WModalWrapper", _sfc_main$1b);
292
+ app.component("WNavBar", _sfc_main$1c);
293
+ app.component("WNavItem", _sfc_main$1d);
294
+ app.component("WNavItemExpand", _sfc_main$1e);
283
295
  app.component("WNavItemTransition", WNavItemTransition);
284
- app.component("WNotify", _sfc_main$1e);
285
- app.component("WNumberFormatter", _sfc_main$1f);
286
- app.component("WPage", _sfc_main$1g);
287
- app.component("WPageBreadcrumbs", _sfc_main$1h);
296
+ app.component("WNotify", _sfc_main$1f);
297
+ app.component("WNumberFormatter", _sfc_main$1g);
298
+ app.component("WPage", _sfc_main$1h);
299
+ app.component("WPageBreadcrumbs", _sfc_main$1i);
288
300
  app.component("WPageNumerator", WPageNumerator);
289
- app.component("WPageTitle", _sfc_main$1i);
290
- app.component("WProgress", _sfc_main$1j);
291
- app.component("WProgressStriped", _sfc_main$1k);
292
- app.component("WSelect", _sfc_main$1l);
293
- app.component("WSelectAsync", _sfc_main$1m);
294
- app.component("WSelectAsyncList", _sfc_main$1n);
295
- app.component("WSelectAsyncSingle", _sfc_main$1o);
296
- app.component("WSelectSingle", _sfc_main$1p);
297
- app.component("WSelectStringified", _sfc_main$1q);
298
- app.component("WShine", _sfc_main$1r);
299
- app.component("WShineEffect", _sfc_main$1s);
301
+ app.component("WPageTitle", _sfc_main$1j);
302
+ app.component("WProgress", _sfc_main$1k);
303
+ app.component("WProgressStriped", _sfc_main$1l);
304
+ app.component("WSelect", _sfc_main$1m);
305
+ app.component("WSelectAsync", _sfc_main$1n);
306
+ app.component("WSelectAsyncList", _sfc_main$1o);
307
+ app.component("WSelectAsyncSingle", _sfc_main$1p);
308
+ app.component("WSelectSingle", _sfc_main$1q);
309
+ app.component("WSelectStringified", _sfc_main$1r);
310
+ app.component("WShine", _sfc_main$1s);
311
+ app.component("WShineEffect", _sfc_main$1t);
300
312
  app.component("WSkeleton", WSkeleton);
301
313
  app.component("WSpinner", WSpinner);
302
- app.component("WStatusIcon", _sfc_main$1t);
303
- app.component("WTabs", _sfc_main$1u);
304
- app.component("WTabsColumns", _sfc_main$1v);
305
- app.component("WTabsItem", _sfc_main$1w);
306
- app.component("WToggle", _sfc_main$1x);
307
- app.component("WToggleTheme", _sfc_main$1y);
308
- app.component("WTooltip", _sfc_main$1z);
309
- app.component("WTooltipContainer", _sfc_main$1A);
314
+ app.component("WStatusIcon", _sfc_main$1u);
315
+ app.component("WTabs", _sfc_main$1v);
316
+ app.component("WTabsColumns", _sfc_main$1w);
317
+ app.component("WTabsItem", _sfc_main$1x);
318
+ app.component("WToggle", _sfc_main$1y);
319
+ app.component("WToggleTheme", _sfc_main$1z);
320
+ app.component("WTooltip", _sfc_main$1A);
321
+ app.component("WTooltipContainer", _sfc_main$1B);
310
322
  }
311
323
  };
312
324
 
313
- export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$4 as WBottomSheet, _sfc_main$5 as WButton, _sfc_main$6 as WButtonAction, _sfc_main$7 as WButtonCopy, _sfc_main$8 as WButtonDropdown, _sfc_main$9 as WButtonGroup, _sfc_main$a as WButtonInput, _sfc_main$b as WButtonMore, _sfc_main$c as WButtonMoreItem, _sfc_main$d as WButtonSelection, _sfc_main$e as WButtonSelectionAction, _sfc_main$f as WButtonSelectionState, _sfc_main$g as WButtonTab, _sfc_main$h as WButtonUnselect, _sfc_main$i as WChartLine, _sfc_main$j as WChartLinear, _sfc_main$k as WCheckbox, _sfc_main$l as WCheckboxGroup, _sfc_main$m as WCheckboxGroupMultiple, _sfc_main$n as WChip, _sfc_main$o as WClickOutside, _sfc_main$p as WCounter, _sfc_main$q as WDatePicker, _sfc_main$r as WDatePickerSingle, _sfc_main$s as WDismissable, _sfc_main$t as WDragContainer, _sfc_main$u as WDropdown, _sfc_main$v as WDropdownMenu, _sfc_main$w as WEmptyComponent, _sfc_main$x as WExpansion, _sfc_main$y as WExpansionItem, _sfc_main$z as WFieldWrapper, _sfc_main$A as WFilePicker, _sfc_main$B as WFilterWrapper, _sfc_main$C as WForm, _sfc_main$E as WFormAsyncButtonGroup, _sfc_main$F as WFormAsyncCheckboxGroup, _sfc_main$G as WFormAsyncInput, _sfc_main$H as WFormAsyncSelect, _sfc_main$I as WFormAsyncSelectInfiniteSingle, _sfc_main$J as WFormAsyncSelectSingle, _sfc_main$K as WFormAsyncSelectStringified, _sfc_main$L as WFormAsyncToggle, _sfc_main$D as WFormValidator, _sfc_main$M as WHeaderBar, _sfc_main$N as WHeaderBarSearch, _sfc_main$O as WImageViewer, _sfc_main$P as WInfiniteList, _sfc_main$Q as WInfiniteListScrollingElement, _sfc_main$R as WInfiniteListWrapper, _sfc_main$S as WInfoCard, _sfc_main$T as WInfoCardNegative, _sfc_main$U as WInput, _sfc_main$V as WInputAsync, _sfc_main$W as WInputDate, _sfc_main$X as WInputOptions, _sfc_main$Y as WInputSuggest, _sfc_main$Z as WLink, _sfc_main$_ as WLinkArrow, _sfc_main$$ as WList, _sfc_main$10 as WListCard, _sfc_main$11 as WListCardField, _sfc_main$12 as WListFilter, _sfc_main$13 as WListHeader, _sfc_main$14 as WListHeaderItem, _sfc_main$15 as WMenuItem, _sfc_main$16 as WModal, _sfc_main$17 as WModalExport, _sfc_main$18 as WModalImport, _sfc_main$19 as WModalStepper, _sfc_main$1a as WModalWrapper, _sfc_main$1b as WNavBar, _sfc_main$1c as WNavItem, _sfc_main$1d as WNavItemExpand, WNavItemTransition, _sfc_main$1e as WNotify, _sfc_main$1f as WNumberFormatter, _sfc_main$1g as WPage, _sfc_main$1h as WPageBreadcrumbs, WPageNumerator, _sfc_main$1i as WPageTitle, _sfc_main$1j as WProgress, _sfc_main$1k as WProgressStriped, _sfc_main$2 as WRouteAuth, _sfc_main$3 as WRouteAuthNo, _sfc_main$1l as WSelect, _sfc_main$1m as WSelectAsync, _sfc_main$1n as WSelectAsyncList, _sfc_main$1o as WSelectAsyncSingle, _sfc_main$1p as WSelectSingle, _sfc_main$1q as WSelectStringified, _sfc_main$1r as WShine, _sfc_main$1s as WShineEffect, WSkeleton, WSpinner, _sfc_main$1t as WStatusIcon, _sfc_main$1u as WTabs, _sfc_main$1v as WTabsColumns, _sfc_main$1w as WTabsItem, _sfc_main$1x as WToggle, _sfc_main$1y as WToggleTheme, _sfc_main$1z as WTooltip, _sfc_main$1A as WTooltipContainer, main as default };
325
+ export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$4 as WBottomSheet, _sfc_main$5 as WButton, _sfc_main$6 as WButtonAction, _sfc_main$7 as WButtonCopy, _sfc_main$8 as WButtonDropdown, _sfc_main$9 as WButtonGroup, _sfc_main$a as WButtonInput, _sfc_main$b as WButtonMore, _sfc_main$c as WButtonMoreItem, _sfc_main$d as WButtonSelection, _sfc_main$e as WButtonSelectionAction, _sfc_main$f as WButtonSelectionState, _sfc_main$g as WButtonTab, _sfc_main$h as WButtonUnselect, _sfc_main$i as WChartLine, _sfc_main$j as WChartLinear, _sfc_main$k as WCheckbox, _sfc_main$l as WCheckboxGroup, _sfc_main$m as WCheckboxGroupMultiple, _sfc_main$n as WChip, _sfc_main$o as WClickOutside, _sfc_main$p as WCounter, _sfc_main$q as WDatePicker, _sfc_main$r as WDatePickerSingle, _sfc_main$s as WDismissable, _sfc_main$t as WDragContainer, _sfc_main$u as WDropdown, _sfc_main$v as WDropdownMenu, _sfc_main$w as WEmptyComponent, _sfc_main$x as WExpansion, _sfc_main$y as WExpansionItem, _sfc_main$z as WFieldWrapper, _sfc_main$A as WFilePicker, _sfc_main$B as WFilterWrapper, _sfc_main$C as WForm, _sfc_main$E as WFormAsyncButtonGroup, _sfc_main$F as WFormAsyncCheckboxGroup, _sfc_main$G as WFormAsyncInput, _sfc_main$H as WFormAsyncSelect, _sfc_main$I as WFormAsyncSelectInfiniteSingle, _sfc_main$J as WFormAsyncSelectSingle, _sfc_main$K as WFormAsyncSelectStringified, _sfc_main$L as WFormAsyncToggle, _sfc_main$D as WFormValidator, _sfc_main$M as WHeaderBar, _sfc_main$N as WHeaderBarSearch, _sfc_main$O as WImageViewer, _sfc_main$P as WInfiniteList, _sfc_main$Q as WInfiniteListScrollingElement, _sfc_main$R as WInfiniteListWrapper, _sfc_main$S as WInfoCard, _sfc_main$T as WInfoCardNegative, _sfc_main$U as WInput, _sfc_main$V as WInputAsync, _sfc_main$W as WInputDate, _sfc_main$X as WInputOptions, _sfc_main$Y as WInputSuggest, _sfc_main$Z as WInputToolbarButton, _sfc_main$_ as WLink, _sfc_main$$ as WLinkArrow, _sfc_main$10 as WList, _sfc_main$11 as WListCard, _sfc_main$12 as WListCardField, _sfc_main$13 as WListFilter, _sfc_main$14 as WListHeader, _sfc_main$15 as WListHeaderItem, _sfc_main$16 as WMenuItem, _sfc_main$17 as WModal, _sfc_main$18 as WModalExport, _sfc_main$19 as WModalImport, _sfc_main$1a as WModalStepper, _sfc_main$1b as WModalWrapper, _sfc_main$1c as WNavBar, _sfc_main$1d as WNavItem, _sfc_main$1e as WNavItemExpand, WNavItemTransition, _sfc_main$1f as WNotify, _sfc_main$1g as WNumberFormatter, _sfc_main$1h as WPage, _sfc_main$1i as WPageBreadcrumbs, WPageNumerator, _sfc_main$1j as WPageTitle, _sfc_main$1k as WProgress, _sfc_main$1l as WProgressStriped, _sfc_main$2 as WRouteAuth, _sfc_main$3 as WRouteAuthNo, _sfc_main$1m as WSelect, _sfc_main$1n as WSelectAsync, _sfc_main$1o as WSelectAsyncList, _sfc_main$1p as WSelectAsyncSingle, _sfc_main$1q as WSelectSingle, _sfc_main$1r as WSelectStringified, _sfc_main$1s as WShine, _sfc_main$1t as WShineEffect, WSkeleton, WSpinner, _sfc_main$1u as WStatusIcon, _sfc_main$1v as WTabs, _sfc_main$1w as WTabsColumns, _sfc_main$1x as WTabsItem, _sfc_main$1y as WToggle, _sfc_main$1z as WToggleTheme, _sfc_main$1A as WTooltip, _sfc_main$1B as WTooltipContainer, main as default };
@@ -49,5 +49,9 @@ export declare const BASE_ZINDEX_LIST_HEADER = 20;
49
49
  export declare const BASE_ZINDEX_HEADER_BAR = 10;
50
50
  export declare const BASE_ZINDEX_DROPDOWN = 2;
51
51
  export declare const getHasScrollbar: () => boolean;
52
+ export declare enum WrapSelectionType {
53
+ LINE_PREFIX = "LINE_PREFIX",
54
+ TOGGLE = "TOGGLE"
55
+ }
52
56
  export {};
53
57
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/utils.ts"],"names":[],"mappings":"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"}
@@ -183,5 +183,10 @@ const BASE_ZINDEX_LIST_HEADER = 20;
183
183
  const BASE_ZINDEX_HEADER_BAR = 10;
184
184
  const BASE_ZINDEX_DROPDOWN = 2;
185
185
  const getHasScrollbar = () => window.innerWidth - document.documentElement.clientWidth > 0;
186
+ var WrapSelectionType = /* @__PURE__ */ ((WrapSelectionType2) => {
187
+ WrapSelectionType2["LINE_PREFIX"] = "LINE_PREFIX";
188
+ WrapSelectionType2["TOGGLE"] = "TOGGLE";
189
+ return WrapSelectionType2;
190
+ })(WrapSelectionType || {});
186
191
 
187
- export { BASE_ZINDEX_ACTIONS_BAR, BASE_ZINDEX_BOTTOM_SHEET, BASE_ZINDEX_DROPDOWN, BASE_ZINDEX_HEADER_BAR, BASE_ZINDEX_LIST_HEADER, BASE_ZINDEX_MODAL, BASE_ZINDEX_NAV_BAR, ListMode, Theme, debounce, genId, get, getAllScrollParents, getDefaultFieldConfigMap, getHasScrollbar, getScrollParent, hasParent, isClientSide, isEqualArr, isEqualObj, isId, isIdArray, isIndex, isPage, numberCompactFormatter, numberFormatter, parseBoolean, parseId, parseIdList, parseIndex, parseInteger, parseIntegerList, parseJson, parseSliceIndexes, parseString, parseStringList, percentCompactFormatter, percentFormatter, set, throttle, unwrapSlots, wBaseZIndex };
192
+ export { BASE_ZINDEX_ACTIONS_BAR, BASE_ZINDEX_BOTTOM_SHEET, BASE_ZINDEX_DROPDOWN, BASE_ZINDEX_HEADER_BAR, BASE_ZINDEX_LIST_HEADER, BASE_ZINDEX_MODAL, BASE_ZINDEX_NAV_BAR, ListMode, Theme, WrapSelectionType, debounce, genId, get, getAllScrollParents, getDefaultFieldConfigMap, getHasScrollbar, getScrollParent, hasParent, isClientSide, isEqualArr, isEqualObj, isId, isIdArray, isIndex, isPage, numberCompactFormatter, numberFormatter, parseBoolean, parseId, parseIdList, parseIndex, parseInteger, parseIntegerList, parseJson, parseSliceIndexes, parseString, parseStringList, percentCompactFormatter, percentFormatter, set, throttle, unwrapSlots, wBaseZIndex };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.11.11",
7
+ "version": "0.11.12",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.2.3",
10
10
  "@tanstack/eslint-plugin-query": "5.83.1",
@@ -317,6 +317,9 @@
317
317
  "./dist/components/Input/WInputSuggest.vue": {
318
318
  "import": "./dist/components/Input/WInputSuggest.vue.js"
319
319
  },
320
+ "./dist/components/Input/WInputToolbarButton.vue": {
321
+ "import": "./dist/components/Input/WInputToolbarButton.vue.js"
322
+ },
320
323
  "./dist/components/Input/types": {
321
324
  "import": "./dist/components/Input/types.d.ts"
322
325
  },