@vcita/design-system 1.20.18 → 1.20.19-beta-VCITA2-8823-VcCopyButton-196c8d
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 +3 -1
- package/config/locales/ds.en.yml +4 -1
- package/dist/@vcita/design-system.esm.js +1 -1
- package/dist/@vcita/design-system.ssr.js +1 -1
- package/dist/{VcHeaderDropdown-3297983c.js → VcHeaderDropdown-d3e2f3ce.js} +6 -6
- package/dist/{VcHeaderDropdown-70988878.js → VcHeaderDropdown-e9f1346d.js} +1 -1
- package/dist/{entry-ee78eb2f.js → entry-234a18d0.js} +785 -515
- package/dist/{entry-317e7ab2.js → entry-a0208d19.js} +774 -488
- package/dist/index-a579cb0d.js +1 -0
- package/dist/index-fd4f32ca.js +2 -0
- package/dist/{vue2-pdf-embed-7e077672.js → vue2-pdf-embed-23049c8c.js} +1 -1
- package/dist/{vue2-pdf-embed-5c3918e3.js → vue2-pdf-embed-c7968974.js} +2 -2
- package/init/SvgIcons.js +2 -1
- package/package.json +1 -1
- package/src/components/VcAiButton/VcAiButton.spec.js +8 -4
- package/src/components/VcAiButton/VcAiButton.stories.js +160 -35
- package/src/components/VcAiButton/VcAiButton.vue +64 -12
- package/src/components/VcAlert/VcAlert.vue +3 -3
- package/src/components/VcButton/VcButton.spec.js +24 -0
- package/src/components/VcButton/VcButton.stories.js +2 -2
- package/src/components/VcButton/VcButton.vue +5 -6
- package/src/components/VcCheckbox/VcCheckbox.stories.js +4 -0
- package/src/components/VcCheckbox/VcCheckbox.vue +11 -2
- package/src/components/VcCopyButton/VcCopyButton.spec.js +93 -0
- package/src/components/VcCopyButton/VcCopyButton.stories.js +66 -0
- package/src/components/VcCopyButton/VcCopyButton.vue +127 -0
- package/src/components/VcTruncatedText/VcTruncatedText.vue +5 -0
- package/src/components/index.js +1 -0
- package/src/components/page/elements/VcPageHeader.vue +1 -1
- package/src/components/table/elements/VcDataTable/VcDataTable.stories.js +3 -1
- package/src/components/table/elements/VcDataTable/VcDataTable.vue +1 -0
- package/src/components/table/elements/VcTableItem/VcTableItem.spec.js +32 -16
- package/src/components/table/elements/VcTableItem/VcTableItem.stories.js +23 -0
- package/src/components/table/elements/VcTableItem/VcTableItem.vue +52 -11
- package/utils/copyToClipboard.js +12 -0
- package/config/storybook/main.js +0 -4
- package/dist/index-43d096f4.js +0 -2
- package/dist/index-ff871b25.js +0 -1
- package/src/components/VcImageLabel/VcImageLabel.mdx +0 -77
- package/src/components/VcImageLabel/VcImageLabel.spec.js +0 -113
- package/src/components/VcImageLabel/VcImageLabel.stories.js +0 -141
- package/src/components/VcImageLabel/VcImageLabel.vue +0 -111
- package/src/directives/overrideVuetifyLtr.js +0 -11
- package/src/stories/VcImageLabelDocs.mdx +0 -77
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +0 -5
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +0 -15
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +0 -3
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +0 -12
- package/src/stories/assets/youtube.svg +0 -4
package/README.md
CHANGED
|
@@ -208,11 +208,13 @@ this.$vuetify.theme.themes.light.secondary = {
|
|
|
208
208
|
}
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
### Localization
|
|
211
|
+
### Localization and RTL support
|
|
212
212
|
|
|
213
213
|
There are a few components that contain localized strings.
|
|
214
214
|
For example, the wizard and modal components.
|
|
215
215
|
|
|
216
|
+
Note that when working in RTL mode, the components rely on setting both the CSS `direction` property and the HTML `dir=rtl` attribute.
|
|
217
|
+
|
|
216
218
|
##### Initialization
|
|
217
219
|
|
|
218
220
|
```
|
package/config/locales/ds.en.yml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { b3 as default } from '../entry-a0208d19.js';
|
|
2
2
|
import 'vuetify/lib';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-234a18d0.js');require('vuetify/lib');exports["default"]=entry.b3;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
'use strict';require('vuetify/lib');var entry=require('./entry-
|
|
1
|
+
'use strict';require('vuetify/lib');var entry=require('./entry-234a18d0.js');var script = {
|
|
2
2
|
name: 'VcHeaderDropdown',
|
|
3
3
|
components: {
|
|
4
4
|
VcLayout: entry.V,
|
|
5
|
-
VcGroupedItems: entry.
|
|
6
|
-
VcDropdown: entry.
|
|
7
|
-
VcIcon: entry.
|
|
5
|
+
VcGroupedItems: entry.al,
|
|
6
|
+
VcDropdown: entry.ak,
|
|
7
|
+
VcIcon: entry.F
|
|
8
8
|
},
|
|
9
9
|
props: {
|
|
10
10
|
/**
|
|
@@ -161,7 +161,7 @@ var __vue_module_identifier__ = "data-v-41098370";
|
|
|
161
161
|
var __vue_is_functional_template__ = false;
|
|
162
162
|
/* style inject shadow dom */
|
|
163
163
|
|
|
164
|
-
var __vue_component__ = /*#__PURE__*/entry.
|
|
164
|
+
var __vue_component__ = /*#__PURE__*/entry.a$({
|
|
165
165
|
render: __vue_render__,
|
|
166
166
|
staticRenderFns: __vue_staticRenderFns__
|
|
167
|
-
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, entry.
|
|
167
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, entry.b0, undefined);exports["default"]=__vue_component__;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'vuetify/lib';
|
|
2
|
-
import { V as VcLayout,
|
|
2
|
+
import { V as VcLayout, al as VcGroupedItems, ak as VcDropdown, F as VcIcon, a$ as normalizeComponent, b0 as createInjector } from './entry-a0208d19.js';
|
|
3
3
|
|
|
4
4
|
var script = {
|
|
5
5
|
name: 'VcHeaderDropdown',
|