@weni/unnnic-system 3.24.2 → 3.24.3
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/CHANGELOG.md +6 -0
- package/dist/{es-ed911940.mjs → es-377a9cf5.mjs} +1 -1
- package/dist/{index-7d671d89.mjs → index-b1df986c.mjs} +4 -3
- package/dist/index.d.ts +52 -8
- package/dist/{pt-br-eaae2beb.mjs → pt-br-90f4bbeb.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/Chip/Chip.vue +1 -0
- package/src/stories/Chip.stories.js +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.24.3 (2026-03-04)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **Chip**: `right` slot support
|
|
13
|
+
|
|
8
14
|
# 3.24.2 (2026-02-20)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -24273,6 +24273,7 @@ const i0 = /* @__PURE__ */ Q(a0, [["render", az], ["__scopeId", "data-v-80dbbab7
|
|
|
24273
24273
|
key: 0,
|
|
24274
24274
|
class: H(["chip__count", l.value])
|
|
24275
24275
|
}, q(f.count), 3)) : z("", !0),
|
|
24276
|
+
Z(f.$slots, "right", {}, void 0, !0),
|
|
24276
24277
|
f.type === "multiple" ? (g(), U(Ae, {
|
|
24277
24278
|
key: 1,
|
|
24278
24279
|
icon: f.isSelected ? "close" : "add",
|
|
@@ -24283,7 +24284,7 @@ const i0 = /* @__PURE__ */ Q(a0, [["render", az], ["__scopeId", "data-v-80dbbab7
|
|
|
24283
24284
|
], 2));
|
|
24284
24285
|
}
|
|
24285
24286
|
});
|
|
24286
|
-
const Gl = /* @__PURE__ */ Q(iz, [["__scopeId", "data-v-
|
|
24287
|
+
const Gl = /* @__PURE__ */ Q(iz, [["__scopeId", "data-v-b104247d"]]), pn = {
|
|
24287
24288
|
white: {
|
|
24288
24289
|
value: "#FFFFFF"
|
|
24289
24290
|
},
|
|
@@ -31964,8 +31965,8 @@ function aQ(e, a, t, i, n, o) {
|
|
|
31964
31965
|
});
|
|
31965
31966
|
}
|
|
31966
31967
|
const iQ = /* @__PURE__ */ Q(tQ, [["render", aQ], ["__scopeId", "data-v-9b793da0"]]);
|
|
31967
|
-
import("./es-
|
|
31968
|
-
import("./pt-br-
|
|
31968
|
+
import("./es-377a9cf5.mjs");
|
|
31969
|
+
import("./pt-br-90f4bbeb.mjs");
|
|
31969
31970
|
const G0 = {
|
|
31970
31971
|
name: "ChatsContact",
|
|
31971
31972
|
components: {
|
package/dist/index.d.ts
CHANGED
|
@@ -8360,17 +8360,61 @@ labelTooltip: TooltipProps;
|
|
|
8360
8360
|
};
|
|
8361
8361
|
});
|
|
8362
8362
|
|
|
8363
|
-
export declare const UnnnicChip:
|
|
8364
|
-
|
|
8365
|
-
|
|
8363
|
+
export declare const UnnnicChip: {
|
|
8364
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ChipProps> & Readonly<{
|
|
8365
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
8366
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8367
|
+
click: (event: Event) => any;
|
|
8368
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
|
|
8369
|
+
P: {};
|
|
8370
|
+
B: {};
|
|
8371
|
+
D: {};
|
|
8372
|
+
C: {};
|
|
8373
|
+
M: {};
|
|
8374
|
+
Defaults: {};
|
|
8375
|
+
}, Readonly<ChipProps> & Readonly<{
|
|
8376
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
8377
|
+
}>, {}, {}, {}, {}, {}>;
|
|
8378
|
+
__isFragment?: never;
|
|
8379
|
+
__isTeleport?: never;
|
|
8380
|
+
__isSuspense?: never;
|
|
8381
|
+
} & ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
8366
8382
|
onClick?: ((event: Event) => any) | undefined;
|
|
8367
|
-
}>, {}, {}, {}, {},
|
|
8368
|
-
|
|
8369
|
-
export declare const unnnicChip: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8383
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8370
8384
|
click: (event: Event) => any;
|
|
8371
|
-
}, string,
|
|
8385
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
8386
|
+
$slots: {
|
|
8387
|
+
right?(_: {}): any;
|
|
8388
|
+
};
|
|
8389
|
+
});
|
|
8390
|
+
|
|
8391
|
+
export declare const unnnicChip: {
|
|
8392
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ChipProps> & Readonly<{
|
|
8393
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
8394
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8395
|
+
click: (event: Event) => any;
|
|
8396
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
|
|
8397
|
+
P: {};
|
|
8398
|
+
B: {};
|
|
8399
|
+
D: {};
|
|
8400
|
+
C: {};
|
|
8401
|
+
M: {};
|
|
8402
|
+
Defaults: {};
|
|
8403
|
+
}, Readonly<ChipProps> & Readonly<{
|
|
8404
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
8405
|
+
}>, {}, {}, {}, {}, {}>;
|
|
8406
|
+
__isFragment?: never;
|
|
8407
|
+
__isTeleport?: never;
|
|
8408
|
+
__isSuspense?: never;
|
|
8409
|
+
} & ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
8372
8410
|
onClick?: ((event: Event) => any) | undefined;
|
|
8373
|
-
}>, {}, {}, {}, {},
|
|
8411
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8412
|
+
click: (event: Event) => any;
|
|
8413
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
8414
|
+
$slots: {
|
|
8415
|
+
right?(_: {}): any;
|
|
8416
|
+
};
|
|
8417
|
+
});
|
|
8374
8418
|
|
|
8375
8419
|
export declare const UnnnicCircleProgressBar: DefineComponent<ExtractPropTypes< {
|
|
8376
8420
|
progress: {
|