@idds/vue 1.6.19 → 1.6.21

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/dist/index.d.ts CHANGED
@@ -999,9 +999,9 @@ declare const _default: {
999
999
  variant: "default" | "centered" | "fullscreen";
1000
1000
  size: "sm" | "md" | "lg" | "xl" | "full" | "";
1001
1001
  modelValue: boolean;
1002
- showHeader: boolean;
1003
1002
  showFooter: boolean;
1004
1003
  showCloseButton: boolean;
1004
+ hideHeader: boolean;
1005
1005
  closeLabel: string;
1006
1006
  closeOnBackdrop: boolean;
1007
1007
  closeOnEscape: boolean;
@@ -1024,9 +1024,9 @@ declare const _default: {
1024
1024
  variant: "default" | "centered" | "fullscreen";
1025
1025
  size: "sm" | "md" | "lg" | "xl" | "full" | "";
1026
1026
  modelValue: boolean;
1027
- showHeader: boolean;
1028
1027
  showFooter: boolean;
1029
1028
  showCloseButton: boolean;
1029
+ hideHeader: boolean;
1030
1030
  closeLabel: string;
1031
1031
  closeOnBackdrop: boolean;
1032
1032
  closeOnEscape: boolean;
@@ -1048,9 +1048,9 @@ declare const _default: {
1048
1048
  variant: "default" | "centered" | "fullscreen";
1049
1049
  size: "sm" | "md" | "lg" | "xl" | "full" | "";
1050
1050
  modelValue: boolean;
1051
- showHeader: boolean;
1052
1051
  showFooter: boolean;
1053
1052
  showCloseButton: boolean;
1053
+ hideHeader: boolean;
1054
1054
  closeLabel: string;
1055
1055
  closeOnBackdrop: boolean;
1056
1056
  closeOnEscape: boolean;
package/dist/index.es.js CHANGED
@@ -2878,7 +2878,7 @@ const Wn = {
2878
2878
  size: { default: "" },
2879
2879
  variant: { default: "default" },
2880
2880
  showCloseButton: { type: Boolean, default: !0 },
2881
- showHeader: { type: Boolean, default: !0 },
2881
+ hideHeader: { type: Boolean, default: !1 },
2882
2882
  showFooter: { type: Boolean, default: !1 },
2883
2883
  closeLabel: { default: "Tutup dialog" },
2884
2884
  closeOnBackdrop: { type: Boolean, default: !0 },
@@ -2958,7 +2958,7 @@ const Wn = {
2958
2958
  onClick: M[0] || (M[0] = fe(() => {
2959
2959
  }, ["stop"]))
2960
2960
  }, [
2961
- e.showHeader ? (a(), s("div", Sl, [
2961
+ e.hideHeader ? g("", !0) : (a(), s("div", Sl, [
2962
2962
  i("h2", {
2963
2963
  id: _.value,
2964
2964
  class: "ina-modal__title"
@@ -2979,7 +2979,7 @@ const Wn = {
2979
2979
  class: "ina-modal__close-icon"
2980
2980
  })
2981
2981
  ], 8, Bl)) : g("", !0)
2982
- ])) : g("", !0),
2982
+ ])),
2983
2983
  i("div", {
2984
2984
  class: "ina-modal__body",
2985
2985
  style: ze({ padding: e.paddingBody })
@@ -3002,7 +3002,7 @@ const Wn = {
3002
3002
  })
3003
3003
  ]));
3004
3004
  }
3005
- }), At = /* @__PURE__ */ ge(Il, [["__scopeId", "data-v-344f0639"]]), Tl = ["for"], Al = {
3005
+ }), At = /* @__PURE__ */ ge(Il, [["__scopeId", "data-v-e33d4a98"]]), Tl = ["for"], Al = {
3006
3006
  key: 0,
3007
3007
  class: "ina-month-picker__required"
3008
3008
  }, El = ["id", "disabled", "aria-expanded", "aria-labelledby"], Ll = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/vue",
3
- "version": "1.6.19",
3
+ "version": "1.6.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,8 @@
24
24
  }
25
25
  },
26
26
  "files": [
27
- "dist"
27
+ "dist",
28
+ "AGENT.md"
28
29
  ],
29
30
  "scripts": {
30
31
  "dev": "vite",
@@ -33,7 +34,8 @@
33
34
  "preview": "vite preview",
34
35
  "type-check": "vue-tsc --noEmit --skipLibCheck",
35
36
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore",
36
- "lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .eslintignore"
37
+ "lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .eslintignore",
38
+ "release": "npm i @idds/styles@latest && npm run build && npm version patch && npm publish"
37
39
  },
38
40
  "keywords": [
39
41
  "vue",
@@ -63,7 +65,7 @@
63
65
  "vue-tsc": "^2.0.6"
64
66
  },
65
67
  "dependencies": {
66
- "@idds/styles": "^1.6.19",
68
+ "@idds/styles": "^1.6.21",
67
69
  "clsx": "^2.1.1"
68
70
  }
69
71
  }