Merge branch 'master' of https://github.com/primefaces/primevue
commit
3a676127cf
|
@ -41417,7 +41417,7 @@
|
||||||
"name": "variant",
|
"name": "variant",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"outlined\" | \"text\"",
|
"type": "\"outlined\" | \"simple\"",
|
||||||
"default": "outlined",
|
"default": "outlined",
|
||||||
"description": "Specifies the input variant of the component."
|
"description": "Specifies the input variant of the component."
|
||||||
}
|
}
|
||||||
|
@ -69650,6 +69650,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the label's DOM element."
|
"description": "Used to pass attributes to the label's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "TreeSelectPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the clear icon's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "chipItem",
|
"name": "chipItem",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -69845,6 +69853,22 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "A map of keys to represent the expansion state in controlled mode."
|
"description": "A map of keys to represent the expansion state in controlled mode."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "showClear",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "When enabled, a clear icon is displayed to clear the value."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Icon to display in clear button."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "scrollHeight",
|
"name": "scrollHeight",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -70241,6 +70265,19 @@
|
||||||
],
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom item checkbox icon template."
|
"description": "Custom item checkbox icon template."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clearicon",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">clearCallback</span>: <span class=\"doc-option-parameter-type\">(<span class=\"doc-option-parameter-name\">event</span>: Event) ⇒ void</span>, <span class=\"doc-option-parameter-type\">// Clear icon click function.</span>\n}",
|
||||||
|
"description": "clear icon slot's params."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom clear icon template."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -70505,6 +70542,13 @@
|
||||||
"value": "\"p-treeselect-label\"",
|
"value": "\"p-treeselect-label\"",
|
||||||
"description": "Class name of the label element"
|
"description": "Class name of the label element"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"value": "\"p-select-clear-icon\"",
|
||||||
|
"description": "Class name of the clear icon element"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "chipItem",
|
"name": "chipItem",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
|
@ -88123,6 +88167,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass tokens of the outlined section"
|
"description": "Used to pass tokens of the outlined section"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "simple",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "Object",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass tokens of the simple section"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "info",
|
"name": "info",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -88398,6 +88450,15 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Root border width of outlined"
|
"description": "Root border width of outlined"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "content.padding",
|
||||||
|
"token": "message.simple.content.padding",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Content padding of simple"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "info.background",
|
"name": "info.background",
|
||||||
"token": "message.info.background",
|
"token": "message.info.background",
|
||||||
|
@ -88480,13 +88541,13 @@
|
||||||
"description": "Outlined border color of info"
|
"description": "Outlined border color of info"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.info.plain.color",
|
"token": "message.info.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of info"
|
"description": "Simple color of info"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "success.background",
|
"name": "success.background",
|
||||||
|
@ -88570,13 +88631,13 @@
|
||||||
"description": "Outlined border color of success"
|
"description": "Outlined border color of success"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.success.plain.color",
|
"token": "message.success.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of success"
|
"description": "Simple color of success"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "warn.background",
|
"name": "warn.background",
|
||||||
|
@ -88660,13 +88721,13 @@
|
||||||
"description": "Outlined border color of warn"
|
"description": "Outlined border color of warn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.warn.plain.color",
|
"token": "message.warn.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of warn"
|
"description": "Simple color of warn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "error.background",
|
"name": "error.background",
|
||||||
|
@ -88750,13 +88811,13 @@
|
||||||
"description": "Outlined border color of error"
|
"description": "Outlined border color of error"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.error.plain.color",
|
"token": "message.error.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of error"
|
"description": "Simple color of error"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "secondary.background",
|
"name": "secondary.background",
|
||||||
|
@ -88840,13 +88901,13 @@
|
||||||
"description": "Outlined border color of secondary"
|
"description": "Outlined border color of secondary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.secondary.plain.color",
|
"token": "message.secondary.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of secondary"
|
"description": "Simple color of secondary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "contrast.background",
|
"name": "contrast.background",
|
||||||
|
@ -88930,13 +88991,13 @@
|
||||||
"description": "Outlined border color of contrast"
|
"description": "Outlined border color of contrast"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plain.color",
|
"name": "simple.color",
|
||||||
"token": "message.contrast.plain.color",
|
"token": "message.contrast.simple.color",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Plain color of contrast"
|
"description": "Simple color of contrast"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -98582,6 +98643,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass tokens of the tree section"
|
"description": "Used to pass tokens of the tree section"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "Object",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass tokens of the clear icon section"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "emptyMessage",
|
"name": "emptyMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -98933,6 +99002,15 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Padding of tree"
|
"description": "Padding of tree"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon.color",
|
||||||
|
"token": "treeselect.clear.icon.color",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Color of clear icon"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "emptyMessage.padding",
|
"name": "emptyMessage.padding",
|
||||||
"token": "treeselect.empty.message.padding",
|
"token": "treeselect.empty.message.padding",
|
||||||
|
|
|
@ -51,6 +51,14 @@ export default {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'mask'
|
default: 'mask'
|
||||||
},
|
},
|
||||||
|
showClear: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
|
clearIcon: {
|
||||||
|
type: String,
|
||||||
|
default: undefined
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
|
|
|
@ -80,6 +80,10 @@ export interface TreeSelectPassThroughOptions {
|
||||||
* Used to pass attributes to the label's DOM element.
|
* Used to pass attributes to the label's DOM element.
|
||||||
*/
|
*/
|
||||||
label?: TreeSelectPassThroughOptionType;
|
label?: TreeSelectPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Used to pass attributes to the clear icon's DOM element.
|
||||||
|
*/
|
||||||
|
clearIcon?: TreeSelectPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the chip's DOM element.
|
* Used to pass attributes to the chip's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -189,6 +193,15 @@ export interface TreeSelectProps {
|
||||||
* A map of keys to represent the expansion state in controlled mode.
|
* A map of keys to represent the expansion state in controlled mode.
|
||||||
*/
|
*/
|
||||||
expandedKeys?: TreeExpandedKeys;
|
expandedKeys?: TreeExpandedKeys;
|
||||||
|
/**
|
||||||
|
* When enabled, a clear icon is displayed to clear the value.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
showClear?: boolean | undefined;
|
||||||
|
/**
|
||||||
|
* Icon to display in clear button.
|
||||||
|
*/
|
||||||
|
clearIcon?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* Height of the viewport, a scrollbar is defined if height of list exceeds this value.
|
* Height of the viewport, a scrollbar is defined if height of list exceeds this value.
|
||||||
* @defaultValue 20rem
|
* @defaultValue 20rem
|
||||||
|
@ -473,6 +486,17 @@ export interface TreeSelectSlots {
|
||||||
*/
|
*/
|
||||||
partialChecked: boolean;
|
partialChecked: boolean;
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
|
/**
|
||||||
|
* Custom clear icon template.
|
||||||
|
* @param {Object} scope - clear icon slot's params.
|
||||||
|
*/
|
||||||
|
clearicon(scope: {
|
||||||
|
/**
|
||||||
|
* Clear icon click function.
|
||||||
|
* @param {Event} event - Browser event
|
||||||
|
*/
|
||||||
|
clearCallback: (event: Event) => void;
|
||||||
|
}): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -37,6 +37,9 @@
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<slot v-if="isClearIconVisible" name="clearicon" :class="cx('clearIcon')" :clearCallback="onClearClick">
|
||||||
|
<component :is="clearIcon ? 'i' : 'TimesIcon'" ref="clearIcon" :class="[cx('clearIcon'), clearIcon]" @click="onClearClick" v-bind="ptm('clearIcon')" data-pc-section="clearicon" />
|
||||||
|
</slot>
|
||||||
<div :class="cx('dropdown')" role="button" aria-haspopup="tree" :aria-expanded="overlayVisible" v-bind="ptm('dropdown')">
|
<div :class="cx('dropdown')" role="button" aria-haspopup="tree" :aria-expanded="overlayVisible" v-bind="ptm('dropdown')">
|
||||||
<!-- TODO: triggericon is deprecated since v4.0 -->
|
<!-- TODO: triggericon is deprecated since v4.0 -->
|
||||||
<slot :name="$slots.dropdownicon ? 'dropdownicon' : 'triggericon'" :class="cx('dropdownIcon')">
|
<slot :name="$slots.dropdownicon ? 'dropdownicon' : 'triggericon'" :class="cx('dropdownIcon')">
|
||||||
|
@ -121,7 +124,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { absolutePosition, addStyle, find, findSingle, focus, getFirstFocusableElement, getFocusableElements, getLastFocusableElement, getOuterWidth, isTouchDevice, relativePosition } from '@primeuix/utils/dom';
|
import { absolutePosition, addStyle, find, findSingle, focus, getFirstFocusableElement, getFocusableElements, getLastFocusableElement, getOuterWidth, isTouchDevice, relativePosition } from '@primeuix/utils/dom';
|
||||||
import { isEmpty } from '@primeuix/utils/object';
|
import { isEmpty, isNotEmpty } from '@primeuix/utils/object';
|
||||||
import { ZIndex } from '@primeuix/utils/zindex';
|
import { ZIndex } from '@primeuix/utils/zindex';
|
||||||
import { ConnectedOverlayScrollHandler, UniqueComponentId } from '@primevue/core/utils';
|
import { ConnectedOverlayScrollHandler, UniqueComponentId } from '@primevue/core/utils';
|
||||||
import ChevronDownIcon from '@primevue/icons/chevrondown';
|
import ChevronDownIcon from '@primevue/icons/chevrondown';
|
||||||
|
@ -131,6 +134,7 @@ import Portal from 'primevue/portal';
|
||||||
import Ripple from 'primevue/ripple';
|
import Ripple from 'primevue/ripple';
|
||||||
import Tree from 'primevue/tree';
|
import Tree from 'primevue/tree';
|
||||||
import BaseTreeSelect from './BaseTreeSelect.vue';
|
import BaseTreeSelect from './BaseTreeSelect.vue';
|
||||||
|
import TimesIcon from '@primevue/icons/times';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'TreeSelect',
|
name: 'TreeSelect',
|
||||||
|
@ -217,13 +221,18 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.disabled && (!this.overlay || !this.overlay.contains(event.target))) {
|
if (event.target.tagName === 'INPUT' || event.target.getAttribute('data-pc-section') === 'clearicon' || event.target.closest('[data-pc-section="clearicon"]')) {
|
||||||
|
return;
|
||||||
|
} else if (!this.disabled && (!this.overlay || !this.overlay.contains(event.target))) {
|
||||||
if (this.overlayVisible) this.hide();
|
if (this.overlayVisible) this.hide();
|
||||||
else this.show();
|
else this.show();
|
||||||
|
|
||||||
focus(this.$refs.focusInput);
|
focus(this.$refs.focusInput);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
onClearClick(event) {
|
||||||
|
this.onSelectionChange(null);
|
||||||
|
},
|
||||||
onSelectionChange(keys) {
|
onSelectionChange(keys) {
|
||||||
this.selfChange = true;
|
this.selfChange = true;
|
||||||
this.writeValue(keys);
|
this.writeValue(keys);
|
||||||
|
@ -525,13 +534,17 @@ export default {
|
||||||
},
|
},
|
||||||
hasFluid() {
|
hasFluid() {
|
||||||
return isEmpty(this.fluid) ? !!this.$pcFluid : this.fluid;
|
return isEmpty(this.fluid) ? !!this.$pcFluid : this.fluid;
|
||||||
|
},
|
||||||
|
isClearIconVisible() {
|
||||||
|
return this.showClear && this.d_value != null && isNotEmpty(this.options);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
TSTree: Tree,
|
TSTree: Tree,
|
||||||
Chip,
|
Chip,
|
||||||
Portal: Portal,
|
Portal,
|
||||||
ChevronDownIcon: ChevronDownIcon
|
ChevronDownIcon,
|
||||||
|
TimesIcon
|
||||||
},
|
},
|
||||||
directives: {
|
directives: {
|
||||||
ripple: Ripple
|
ripple: Ripple
|
||||||
|
|
|
@ -22,6 +22,10 @@ export enum TreeSelectClasses {
|
||||||
* Class name of the label element
|
* Class name of the label element
|
||||||
*/
|
*/
|
||||||
label = 'p-treeselect-label',
|
label = 'p-treeselect-label',
|
||||||
|
/**
|
||||||
|
* Class name of the clear icon element
|
||||||
|
*/
|
||||||
|
clearIcon = 'p-select-clear-icon',
|
||||||
/**
|
/**
|
||||||
* Class name of the chip item element
|
* Class name of the chip item element
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -48,6 +48,14 @@ const theme = ({ dt }) => `
|
||||||
background: ${dt('treeselect.disabled.background')};
|
background: ${dt('treeselect.disabled.background')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-treeselect-clear-icon {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -0.5rem;
|
||||||
|
color: ${dt('treeselect.clear.icon.color')};
|
||||||
|
inset-inline-end: ${dt('treeselect.dropdown.width')};
|
||||||
|
}
|
||||||
|
|
||||||
.p-treeselect-dropdown {
|
.p-treeselect-dropdown {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -192,6 +200,7 @@ const classes = {
|
||||||
'p-treeselect-label-empty': !props.placeholder && instance.emptyValue
|
'p-treeselect-label-empty': !props.placeholder && instance.emptyValue
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
clearIcon: 'p-treeselect-clear-icon',
|
||||||
chip: 'p-treeselect-chip-item',
|
chip: 'p-treeselect-chip-item',
|
||||||
pcChip: 'p-treeselect-chip',
|
pcChip: 'p-treeselect-chip',
|
||||||
dropdown: 'p-treeselect-dropdown',
|
dropdown: 'p-treeselect-dropdown',
|
||||||
|
|
|
@ -49,6 +49,9 @@ export default {
|
||||||
tree: {
|
tree: {
|
||||||
padding: '{list.padding}'
|
padding: '{list.padding}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
emptyMessage: {
|
emptyMessage: {
|
||||||
padding: '{list.option.padding}'
|
padding: '{list.option.padding}'
|
||||||
},
|
},
|
||||||
|
|
|
@ -66,5 +66,8 @@ export default {
|
||||||
focusColor: '{list.option.icon.focus.color}',
|
focusColor: '{list.option.icon.focus.color}',
|
||||||
size: '0.875rem'
|
size: '0.875rem'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -73,6 +73,9 @@ export default {
|
||||||
fontWeight: '{list.option.group.font.weight}',
|
fontWeight: '{list.option.group.font.weight}',
|
||||||
padding: '{list.option.group.padding}'
|
padding: '{list.option.group.padding}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
chip: {
|
chip: {
|
||||||
borderRadius: '{border.radius.sm}'
|
borderRadius: '{border.radius.sm}'
|
||||||
},
|
},
|
||||||
|
|
|
@ -70,6 +70,9 @@ export default {
|
||||||
fontWeight: '{list.option.group.font.weight}',
|
fontWeight: '{list.option.group.font.weight}',
|
||||||
padding: '{list.option.group.padding}'
|
padding: '{list.option.group.padding}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
checkmark: {
|
checkmark: {
|
||||||
color: '{list.option.color}',
|
color: '{list.option.color}',
|
||||||
gutterStart: '-0.5rem',
|
gutterStart: '-0.5rem',
|
||||||
|
|
|
@ -49,6 +49,9 @@ export default {
|
||||||
tree: {
|
tree: {
|
||||||
padding: '{list.padding}'
|
padding: '{list.padding}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
emptyMessage: {
|
emptyMessage: {
|
||||||
padding: '{list.option.padding}'
|
padding: '{list.option.padding}'
|
||||||
},
|
},
|
||||||
|
|
|
@ -55,6 +55,9 @@ export default {
|
||||||
chip: {
|
chip: {
|
||||||
borderRadius: '{border.radius.sm}'
|
borderRadius: '{border.radius.sm}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
css: ({ dt }) => `
|
css: ({ dt }) => `
|
||||||
.p-treeselect.p-variant-filled {
|
.p-treeselect.p-variant-filled {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
|
|
@ -49,6 +49,9 @@ export default {
|
||||||
tree: {
|
tree: {
|
||||||
padding: '{list.padding}'
|
padding: '{list.padding}'
|
||||||
},
|
},
|
||||||
|
clearIcon: {
|
||||||
|
color: '{form.field.icon.color}'
|
||||||
|
},
|
||||||
emptyMessage: {
|
emptyMessage: {
|
||||||
padding: '{list.option.padding}'
|
padding: '{list.option.padding}'
|
||||||
},
|
},
|
||||||
|
|
|
@ -240,6 +240,22 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderWidth?: string;
|
borderWidth?: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
/**
|
||||||
|
* Used to pass tokens of the simple section
|
||||||
|
*/
|
||||||
|
simple?: {
|
||||||
|
/**
|
||||||
|
* Content of simple
|
||||||
|
*/
|
||||||
|
content?: {
|
||||||
|
/**
|
||||||
|
* Content padding of simple
|
||||||
|
*
|
||||||
|
* @designToken message.simple.content.padding
|
||||||
|
*/
|
||||||
|
padding?: string;
|
||||||
|
};
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the info section
|
* Used to pass tokens of the info section
|
||||||
*/
|
*/
|
||||||
|
@ -314,13 +330,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of info
|
* Simple of info
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of info
|
* Simple color of info
|
||||||
*
|
*
|
||||||
* @designToken message.info.plain.color
|
* @designToken message.info.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
@ -399,13 +415,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of success
|
* Simple of success
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of success
|
* Simple color of success
|
||||||
*
|
*
|
||||||
* @designToken message.success.plain.color
|
* @designToken message.success.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
@ -484,13 +500,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of warn
|
* Simple of warn
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of warn
|
* Simple color of warn
|
||||||
*
|
*
|
||||||
* @designToken message.warn.plain.color
|
* @designToken message.warn.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
@ -569,13 +585,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of error
|
* Simple of error
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of error
|
* Simple color of error
|
||||||
*
|
*
|
||||||
* @designToken message.error.plain.color
|
* @designToken message.error.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
@ -654,13 +670,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of secondary
|
* Simple of secondary
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of secondary
|
* Simple color of secondary
|
||||||
*
|
*
|
||||||
* @designToken message.secondary.plain.color
|
* @designToken message.secondary.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
@ -739,13 +755,13 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken<MessageDesig
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Plain of contrast
|
* Simple of contrast
|
||||||
*/
|
*/
|
||||||
plain?: {
|
simple?: {
|
||||||
/**
|
/**
|
||||||
* Plain color of contrast
|
* Simple color of contrast
|
||||||
*
|
*
|
||||||
* @designToken message.contrast.plain.color
|
* @designToken message.contrast.simple.color
|
||||||
*/
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
};
|
};
|
||||||
|
|
|
@ -262,6 +262,17 @@ export interface TreeSelectDesignTokens extends ColorSchemeDesignToken<TreeSelec
|
||||||
*/
|
*/
|
||||||
padding?: string;
|
padding?: string;
|
||||||
};
|
};
|
||||||
|
/**
|
||||||
|
* Used to pass tokens of the clear icon section
|
||||||
|
*/
|
||||||
|
clearIcon?: {
|
||||||
|
/**
|
||||||
|
* Color of clear icon
|
||||||
|
*
|
||||||
|
* @designToken treeselect.clear.icon.color
|
||||||
|
*/
|
||||||
|
color?: string;
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the empty message section
|
* Used to pass tokens of the empty message section
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -234,7 +234,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/devtools':
|
'@nuxt/devtools':
|
||||||
specifier: ^0.8.5
|
specifier: ^0.8.5
|
||||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)
|
||||||
'@nuxt/eslint-config':
|
'@nuxt/eslint-config':
|
||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0(eslint@8.57.1)
|
version: 0.2.0(eslint@8.57.1)
|
||||||
|
@ -246,7 +246,7 @@ importers:
|
||||||
version: 3.13.2(rollup@4.24.2)
|
version: 3.13.2(rollup@4.24.2)
|
||||||
'@nuxt/test-utils':
|
'@nuxt/test-utils':
|
||||||
specifier: ^3.7.3
|
specifier: ^3.7.3
|
||||||
version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
'@primevue/themes':
|
'@primevue/themes':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../themes
|
version: link:../themes
|
||||||
|
@ -4628,8 +4628,8 @@ packages:
|
||||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
nanoid@5.0.7:
|
nanoid@5.0.8:
|
||||||
resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==}
|
resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==}
|
||||||
engines: {node: ^18 || >=20}
|
engines: {node: ^18 || >=20}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -8315,13 +8315,12 @@ snapshots:
|
||||||
|
|
||||||
'@nuxt/devalue@2.0.2': {}
|
'@nuxt/devalue@2.0.2': {}
|
||||||
|
|
||||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))':
|
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.24.2)
|
'@nuxt/schema': 3.13.2(rollup@4.24.2)
|
||||||
execa: 7.2.0
|
execa: 7.2.0
|
||||||
nuxt: 3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3)
|
nuxt: 3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3)
|
||||||
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8341,10 +8340,10 @@ snapshots:
|
||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))':
|
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.2)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.2)
|
||||||
'@nuxt/devtools-wizard': 0.8.5
|
'@nuxt/devtools-wizard': 0.8.5
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
||||||
birpc: 0.2.19
|
birpc: 0.2.19
|
||||||
|
@ -8375,9 +8374,8 @@ snapshots:
|
||||||
simple-git: 3.27.0
|
simple-git: 3.27.0
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
unimport: 3.13.1(rollup@4.24.2)
|
unimport: 3.13.1(rollup@4.24.2)
|
||||||
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.2))(rollup@4.24.2)
|
||||||
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.2))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
vite-plugin-vue-inspector: 3.7.2
|
||||||
vite-plugin-vue-inspector: 3.7.2(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
|
||||||
wait-on: 7.2.0
|
wait-on: 7.2.0
|
||||||
which: 3.0.1
|
which: 3.0.1
|
||||||
ws: 8.18.0
|
ws: 8.18.0
|
||||||
|
@ -8648,7 +8646,7 @@ snapshots:
|
||||||
is-docker: 3.0.0
|
is-docker: 3.0.0
|
||||||
jiti: 1.21.6
|
jiti: 1.21.6
|
||||||
mri: 1.2.0
|
mri: 1.2.0
|
||||||
nanoid: 5.0.7
|
nanoid: 5.0.8
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
package-manager-detector: 0.2.2
|
package-manager-detector: 0.2.2
|
||||||
parse-git-config: 3.0.0
|
parse-git-config: 3.0.0
|
||||||
|
@ -8674,7 +8672,7 @@ snapshots:
|
||||||
is-docker: 3.0.0
|
is-docker: 3.0.0
|
||||||
jiti: 1.21.6
|
jiti: 1.21.6
|
||||||
mri: 1.2.0
|
mri: 1.2.0
|
||||||
nanoid: 5.0.7
|
nanoid: 5.0.8
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
package-manager-detector: 0.2.2
|
package-manager-detector: 0.2.2
|
||||||
parse-git-config: 3.0.0
|
parse-git-config: 3.0.0
|
||||||
|
@ -8687,7 +8685,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
'@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))':
|
'@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.24.2)
|
'@nuxt/schema': 3.13.2(rollup@4.24.2)
|
||||||
|
@ -8713,8 +8711,7 @@ snapshots:
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
unenv: 1.10.0
|
unenv: 1.10.0
|
||||||
unplugin: 1.14.1(webpack-sources@3.2.3)
|
unplugin: 1.14.1(webpack-sources@3.2.3)
|
||||||
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
|
||||||
vue: 3.5.12(typescript@5.6.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3))
|
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
@ -11886,7 +11883,7 @@ snapshots:
|
||||||
|
|
||||||
nanoid@3.3.7: {}
|
nanoid@3.3.7: {}
|
||||||
|
|
||||||
nanoid@5.0.7: {}
|
nanoid@5.0.8: {}
|
||||||
|
|
||||||
natural-compare@1.4.0: {}
|
natural-compare@1.4.0: {}
|
||||||
|
|
||||||
|
@ -14234,7 +14231,7 @@ snapshots:
|
||||||
optionator: 0.9.4
|
optionator: 0.9.4
|
||||||
typescript: 5.6.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.2))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0)):
|
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.2))(rollup@4.24.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.2)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.2)
|
||||||
|
@ -14244,14 +14241,13 @@ snapshots:
|
||||||
open: 9.1.0
|
open: 9.1.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite-plugin-vue-inspector@3.7.2(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0)):
|
vite-plugin-vue-inspector@3.7.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.26.0
|
'@babel/core': 7.26.0
|
||||||
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
|
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
|
||||||
|
@ -14262,7 +14258,6 @@ snapshots:
|
||||||
'@vue/compiler-dom': 3.5.12
|
'@vue/compiler-dom': 3.5.12
|
||||||
kolorist: 1.8.0
|
kolorist: 1.8.0
|
||||||
magic-string: 0.30.12
|
magic-string: 0.30.12
|
||||||
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
@ -14299,9 +14294,9 @@ snapshots:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
terser: 5.36.0
|
terser: 5.36.0
|
||||||
|
|
||||||
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)):
|
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
'@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.2)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@cucumber/cucumber'
|
- '@cucumber/cucumber'
|
||||||
- '@jest/globals'
|
- '@jest/globals'
|
||||||
|
|
Loading…
Reference in New Issue