@aziontech/webkit 0.0.3 → 1.0.1

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 ADDED
@@ -0,0 +1,10 @@
1
+ # @aziontech/webkit
2
+
3
+ Reusable UI components and design system utilities for building Azion web interfaces.
4
+
5
+
6
+ ## Installation
7
+
8
+ ```bash
9
+ npm install @aziontech/webkit
10
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aziontech/webkit",
3
- "version": "0.0.3",
3
+ "version": "1.0.1",
4
4
  "description": "Reusable UI components and design system utilities for building Azion web interfaces.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,14 +13,14 @@
13
13
  },
14
14
  "scripts": {
15
15
  "clean": "rm -rf dist/",
16
- "clean:dts": "rm -rf src/core/form/**/*.d.ts src/core/form/**/*.d.ts.map",
16
+ "clean:dts": "rm -rf src/**/*.d.ts src/**/*.d.ts.map",
17
17
  "build:dts": "vue-tsc --declaration --emitDeclarationOnly",
18
- "build": "npm run clean:dts; npm run build:dts",
19
18
  "publish": "npm publish",
20
19
  "pack:dry": "npm pack --dry-run",
21
20
  "format": "prettier --write src/"
22
21
  },
23
22
  "dependencies": {
23
+ "primevue": "3.35.0",
24
24
  "vee-validate": "^4.15.1",
25
25
  "vue-tsc": "^3.2.5"
26
26
  },
@@ -99,10 +99,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
99
99
  }>> & Readonly<{}>, {
100
100
  value: string | boolean | Record<string, any>;
101
101
  disabled: boolean;
102
- isLabel: boolean;
103
102
  auto: boolean;
104
103
  isCard: boolean;
105
104
  hideSelector: boolean;
105
+ isLabel: boolean;
106
106
  binary: boolean;
107
107
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
108
108
  type __VLS_Slots = {
@@ -1 +1 @@
1
- {"version":3,"file":"field-checkbox-block.vue.d.ts","sourceRoot":"","sources":["field-checkbox-block.vue"],"names":[],"mappings":"wBA+UqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAnDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgDG"}
1
+ {"version":3,"file":"field-checkbox-block.vue.d.ts","sourceRoot":"","sources":["field-checkbox-block.vue"],"names":[],"mappings":"wBA4UqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAnDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgDG"}
@@ -88,6 +88,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
88
88
  onChange: (...args: any[]) => void;
89
89
  onSelectOption: (...args: any[]) => void;
90
90
  onAccessDenied: (...args: any[]) => void;
91
+ onLoaded: (...args: any[]) => void;
91
92
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
92
93
  value: {
93
94
  type: (StringConstructor | NumberConstructor)[];
@@ -170,6 +171,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
170
171
  onOnChange?: ((...args: any[]) => any) | undefined;
171
172
  onOnSelectOption?: ((...args: any[]) => any) | undefined;
172
173
  onOnAccessDenied?: ((...args: any[]) => any) | undefined;
174
+ onOnLoaded?: ((...args: any[]) => any) | undefined;
173
175
  }>, {
174
176
  value: string | number;
175
177
  label: string;
@@ -1 +1 @@
1
- {"version":3,"file":"field-dropdown-lazy-loader.vue.d.ts","sourceRoot":"","sources":["field-dropdown-lazy-loader.vue"],"names":[],"mappings":"wBAu+CqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApFzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiFG"}
1
+ {"version":3,"file":"field-dropdown-lazy-loader.vue.d.ts","sourceRoot":"","sources":["field-dropdown-lazy-loader.vue"],"names":[],"mappings":"wBAwgDqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApFzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiFG"}
@@ -72,6 +72,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
72
72
  onChange: (...args: any[]) => void;
73
73
  onSelectOption: (...args: any[]) => void;
74
74
  onAccessDenied: (...args: any[]) => void;
75
+ onLoaded: (...args: any[]) => void;
75
76
  onClear: (...args: any[]) => void;
76
77
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
77
78
  value: {
@@ -139,6 +140,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
139
140
  onOnChange?: ((...args: any[]) => any) | undefined;
140
141
  onOnSelectOption?: ((...args: any[]) => any) | undefined;
141
142
  onOnAccessDenied?: ((...args: any[]) => any) | undefined;
143
+ onOnLoaded?: ((...args: any[]) => any) | undefined;
142
144
  onOnClear?: ((...args: any[]) => any) | undefined;
143
145
  }>, {
144
146
  value: unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"field-dropdown-multi-select-lazy-loader.vue.d.ts","sourceRoot":"","sources":["field-dropdown-multi-select-lazy-loader.vue"],"names":[],"mappings":"wBAukCqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiEG"}
1
+ {"version":3,"file":"field-dropdown-multi-select-lazy-loader.vue.d.ts","sourceRoot":"","sources":["field-dropdown-multi-select-lazy-loader.vue"],"names":[],"mappings":"wBAylCqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiEG"}
@@ -103,10 +103,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
103
103
  }>, {
104
104
  disabled: boolean;
105
105
  inputValue: string | boolean | Record<string, any>;
106
- isLabel: boolean;
107
106
  auto: boolean;
108
107
  isCard: boolean;
109
108
  hideSelector: boolean;
109
+ isLabel: boolean;
110
110
  binary: boolean;
111
111
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
112
112
  type __VLS_Slots = {
@@ -1 +1 @@
1
- {"version":3,"file":"field-radio-block.vue.d.ts","sourceRoot":"","sources":["field-radio-block.vue"],"names":[],"mappings":"wBA+VqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiDG"}
1
+ {"version":3,"file":"field-radio-block.vue.d.ts","sourceRoot":"","sources":["field-radio-block.vue"],"names":[],"mappings":"wBA4VqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AApDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiDG"}
@@ -112,10 +112,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
112
112
  value: boolean;
113
113
  disabled: boolean;
114
114
  readonly: boolean;
115
- isLabel: boolean;
116
115
  auto: boolean;
117
116
  isCard: boolean;
118
117
  hideSelector: boolean;
118
+ isLabel: boolean;
119
119
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
120
120
  type __VLS_Slots = {
121
121
  footer?: ((props: {}) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"field-switch-block.vue.d.ts","sourceRoot":"","sources":["field-switch-block.vue"],"names":[],"mappings":"wBA4XqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAxDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqDG"}
1
+ {"version":3,"file":"field-switch-block.vue.d.ts","sourceRoot":"","sources":["field-switch-block.vue"],"names":[],"mappings":"wBAyXqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAxDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqDG"}
@@ -88,13 +88,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
88
88
  "onClick-icon"?: ((...args: any[]) => any) | undefined;
89
89
  }>, {
90
90
  value: string;
91
- required: boolean;
92
91
  label: string;
93
92
  placeholder: string;
94
93
  description: string;
95
94
  disabled: boolean;
96
95
  readonly: boolean;
97
96
  icon: string;
97
+ required: boolean;
98
98
  iconPosition: string;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
100
100
  //# sourceMappingURL=field-text-icon.vue.d.ts.map