@weni/unnnic-system 3.24.1 → 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 CHANGED
@@ -5,6 +5,18 @@ 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
+
14
+ # 3.24.2 (2026-02-20)
15
+
16
+ ### Added
17
+
18
+ - **InputDatePicker**: `disabled` prop to show disabled input variation.
19
+
8
20
  # 3.24.1 (2026-02-12)
9
21
 
10
22
  ### Added
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-37383c86.mjs";
1
+ import { h as n } from "./index-b1df986c.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]
@@ -22782,7 +22782,8 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
22782
22782
  position: { default: "left" },
22783
22783
  disableClear: { type: Boolean, default: !1 },
22784
22784
  hideOptions: { type: Boolean, default: !1 },
22785
- periodBaseDate: { default: "" }
22785
+ periodBaseDate: { default: "" },
22786
+ disabled: { type: Boolean, default: !1 }
22786
22787
  },
22787
22788
  emits: ["update:model-value", "selectDate"],
22788
22789
  setup(e, { emit: a }) {
@@ -22827,9 +22828,10 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
22827
22828
  iconRight: p.iconPosition === "right" ? "calendar_month" : void 0,
22828
22829
  readonly: "",
22829
22830
  modelValue: o.value || l.value || "",
22831
+ disabled: p.disabled,
22830
22832
  onClick: F,
22831
22833
  onFocus: F
22832
- }, null, 8, ["class", "size", "iconLeft", "iconRight", "modelValue"])
22834
+ }, null, 8, ["class", "size", "iconLeft", "iconRight", "modelValue", "disabled"])
22833
22835
  ]),
22834
22836
  _: 1
22835
22837
  }),
@@ -22870,7 +22872,7 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
22870
22872
  ], 2));
22871
22873
  }
22872
22874
  });
22873
- const Xf = /* @__PURE__ */ Q(uL, [["__scopeId", "data-v-bbfb6aca"]]);
22875
+ const Xf = /* @__PURE__ */ Q(uL, [["__scopeId", "data-v-9dc506c3"]]);
22874
22876
  const lL = {
22875
22877
  components: {
22876
22878
  UnnnicIcon: Ae
@@ -24271,6 +24273,7 @@ const i0 = /* @__PURE__ */ Q(a0, [["render", az], ["__scopeId", "data-v-80dbbab7
24271
24273
  key: 0,
24272
24274
  class: H(["chip__count", l.value])
24273
24275
  }, q(f.count), 3)) : z("", !0),
24276
+ Z(f.$slots, "right", {}, void 0, !0),
24274
24277
  f.type === "multiple" ? (g(), U(Ae, {
24275
24278
  key: 1,
24276
24279
  icon: f.isSelected ? "close" : "add",
@@ -24281,7 +24284,7 @@ const i0 = /* @__PURE__ */ Q(a0, [["render", az], ["__scopeId", "data-v-80dbbab7
24281
24284
  ], 2));
24282
24285
  }
24283
24286
  });
24284
- const Gl = /* @__PURE__ */ Q(iz, [["__scopeId", "data-v-cf90ea74"]]), pn = {
24287
+ const Gl = /* @__PURE__ */ Q(iz, [["__scopeId", "data-v-b104247d"]]), pn = {
24285
24288
  white: {
24286
24289
  value: "#FFFFFF"
24287
24290
  },
@@ -31962,8 +31965,8 @@ function aQ(e, a, t, i, n, o) {
31962
31965
  });
31963
31966
  }
31964
31967
  const iQ = /* @__PURE__ */ Q(tQ, [["render", aQ], ["__scopeId", "data-v-9b793da0"]]);
31965
- import("./es-7729d97e.mjs");
31966
- import("./pt-br-b1af2ba0.mjs");
31968
+ import("./es-377a9cf5.mjs");
31969
+ import("./pt-br-90f4bbeb.mjs");
31967
31970
  const G0 = {
31968
31971
  name: "ChatsContact",
31969
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: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8364
- click: (event: Event) => any;
8365
- }, string, PublicProps, Readonly<ChipProps> & Readonly<{
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
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
8368
-
8369
- export declare const unnnicChip: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8383
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8370
8384
  click: (event: Event) => any;
8371
- }, string, PublicProps, Readonly<ChipProps> & Readonly<{
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
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
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: {
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-37383c86.mjs";
1
+ import { h as e } from "./index-b1df986c.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Portuguese (Brazil) [pt-br]