aiex-cli 0.0.1-beta.28 → 0.0.1-beta.29

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.
@@ -6,6 +6,7 @@ import process from 'node:process'
6
6
  import { fileURLToPath } from 'node:url'
7
7
  import Database from 'better-sqlite3'
8
8
  import * as esbuild from 'esbuild'
9
+ import lockfile from 'proper-lockfile'
9
10
  import { sanitizeMigrationName } from './migration-name'
10
11
 
11
12
  const require = createRequire(import.meta.url)
@@ -147,53 +148,27 @@ function applyMigrationWithTransaction(dbPath: string, sqlStatements: string[]):
147
148
  }
148
149
  }
149
150
 
150
- // Simple file lock mechanism
151
151
  const LOCK_FILE = '.migrate.lock'
152
152
 
153
- async function acquireLock(aiexDir: string): Promise<void> {
154
- const lockPath = path.join(aiexDir, LOCK_FILE)
153
+ async function acquireMigrationLock(aiexDir: string): Promise<() => Promise<void>> {
155
154
  await fs.mkdir(aiexDir, { recursive: true })
156
155
 
157
- // Try to create lock file atomically using exclusive write
158
156
  try {
159
- const fd = await fs.open(lockPath, 'wx') // 'wx' = exclusive write, fails if exists
160
- await fd.write(`${process.pid}\n${Date.now()}`)
161
- await fd.close()
157
+ return await lockfile.lock(aiexDir, {
158
+ lockfilePath: path.join(aiexDir, LOCK_FILE),
159
+ realpath: false,
160
+ stale: 300000,
161
+ update: 10000,
162
+ retries: 0,
163
+ })
162
164
  }
163
- catch (e: any) {
164
- if (e.code === 'EEXIST') {
165
- // Lock exists, read it and check if it's stale
166
- try {
167
- const content = await fs.readFile(lockPath, 'utf-8')
168
- const [pidStr, timestampStr] = content.split('\n')
169
- const lockPid = Number.parseInt(pidStr, 10)
170
- const lockTime = Number.parseInt(timestampStr, 10)
171
-
172
- // Check if lock is stale (> 5 minutes old) or process is dead
173
- const lockAge = Date.now() - lockTime
174
- if (lockAge > 300000) {
175
- // Lock is stale, remove it and retry
176
- await fs.unlink(lockPath)
177
- return acquireLock(aiexDir)
178
- }
179
-
180
- throw new Error(`Migration is already running (PID ${lockPid}, started ${Math.round(lockAge / 1000)}s ago). Wait for it to complete or remove ${lockPath} if stale.`)
181
- }
182
- catch {
183
- // Can't read lock file, it might be corrupted - remove and retry
184
- await fs.unlink(lockPath).catch(() => {})
185
- return acquireLock(aiexDir)
186
- }
187
- }
188
- throw e
165
+ catch (error) {
166
+ const lockPath = path.join(aiexDir, LOCK_FILE)
167
+ const message = error instanceof Error ? error.message : String(error)
168
+ throw new Error(`Migration is already running or the lock could not be acquired. Wait for it to complete or remove ${lockPath} if stale. ${message}`)
189
169
  }
190
170
  }
191
171
 
192
- async function releaseLock(aiexDir: string): Promise<void> {
193
- const lockPath = path.join(aiexDir, LOCK_FILE)
194
- await fs.unlink(lockPath).catch(() => {})
195
- }
196
-
197
172
  async function main(): Promise<void> {
198
173
  const args = process.argv.slice(2)
199
174
  const schemaPath = args[0]
@@ -209,7 +184,7 @@ async function main(): Promise<void> {
209
184
  try {
210
185
  // Acquire lock to prevent concurrent migrations
211
186
  const aiexDir = path.dirname(path.dirname(migrationsPath))
212
- await acquireLock(aiexDir)
187
+ const releaseLock = await acquireMigrationLock(aiexDir)
213
188
 
214
189
  try {
215
190
  const exports = await loadSchemaExports(schemaPath)
@@ -247,7 +222,7 @@ async function main(): Promise<void> {
247
222
  console.log(JSON.stringify({ success: true, changes: sqlStatements.length, tag }))
248
223
  }
249
224
  finally {
250
- await releaseLock(aiexDir)
225
+ await releaseLock()
251
226
  }
252
227
  }
253
228
  catch (error: unknown) {
@@ -1,334 +0,0 @@
1
- import{B as e,H as t,Jt as n,K as r,L as i,Lt as a,M as o,Pn as s,Pt as c,Q as l,R as u,S as d,Sn as f,Tn as p,U as m,W as h,Yt as g,_,c as v,d as ee,g as y,h as b,ht as x,i as S,in as C,jn as w,lt as T,m as E,nt as D,t as O,un as k,v as A,w as j,x as M}from"./button-Cdgr9Igy.js";import{a as N,i as P,n as F,r as te,t as ne}from"./dialog-dMXSeJQQ.js";import{s as re,t as I}from"./runtime-dom.esm-bundler-DmdkgxQM.js";import{l as ie,n as ae,p as oe,u as se}from"./api-client-By2rWtpv.js";import{a as ce,n as L,r as R,t as le}from"./overlayeventbus-CRKW6UCj.js";var z={name:`MinusIcon`,extends:S};function B(e){return fe(e)||de(e)||ue(e)||V()}function V(){throw TypeError(`Invalid attempt to spread non-iterable instance.
2
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ue(e,t){if(e){if(typeof e==`string`)return H(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?H(e,t):void 0}}function de(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function fe(e){if(Array.isArray(e))return H(e)}function H(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function pe(t,n,r,i,a,s){return e(),A(`svg`,o({width:`14`,height:`14`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},t.pti()),B(n[0]||=[b(`path`,{d:`M13.2222 7.77778H0.777778C0.571498 7.77778 0.373667 7.69584 0.227806 7.54998C0.0819442 7.40412 0 7.20629 0 7.00001C0 6.79373 0.0819442 6.5959 0.227806 6.45003C0.373667 6.30417 0.571498 6.22223 0.777778 6.22223H13.2222C13.4285 6.22223 13.6263 6.30417 13.7722 6.45003C13.9181 6.5959 14 6.79373 14 7.00001C14 7.20629 13.9181 7.40412 13.7722 7.54998C13.6263 7.69584 13.4285 7.77778 13.2222 7.77778Z`,fill:`currentColor`},null,-1)]),16)}z.render=pe;var me=v.extend({name:`checkbox`,style:`
3
- .p-checkbox {
4
- position: relative;
5
- display: inline-flex;
6
- user-select: none;
7
- vertical-align: bottom;
8
- width: dt('checkbox.width');
9
- height: dt('checkbox.height');
10
- }
11
-
12
- .p-checkbox-input {
13
- cursor: pointer;
14
- appearance: none;
15
- position: absolute;
16
- inset-block-start: 0;
17
- inset-inline-start: 0;
18
- width: 100%;
19
- height: 100%;
20
- padding: 0;
21
- margin: 0;
22
- opacity: 0;
23
- z-index: 1;
24
- outline: 0 none;
25
- border: 1px solid transparent;
26
- border-radius: dt('checkbox.border.radius');
27
- }
28
-
29
- .p-checkbox-box {
30
- display: flex;
31
- justify-content: center;
32
- align-items: center;
33
- border-radius: dt('checkbox.border.radius');
34
- border: 1px solid dt('checkbox.border.color');
35
- background: dt('checkbox.background');
36
- width: dt('checkbox.width');
37
- height: dt('checkbox.height');
38
- transition:
39
- background dt('checkbox.transition.duration'),
40
- color dt('checkbox.transition.duration'),
41
- border-color dt('checkbox.transition.duration'),
42
- box-shadow dt('checkbox.transition.duration'),
43
- outline-color dt('checkbox.transition.duration');
44
- outline-color: transparent;
45
- box-shadow: dt('checkbox.shadow');
46
- }
47
-
48
- .p-checkbox-icon {
49
- transition-duration: dt('checkbox.transition.duration');
50
- color: dt('checkbox.icon.color');
51
- font-size: dt('checkbox.icon.size');
52
- width: dt('checkbox.icon.size');
53
- height: dt('checkbox.icon.size');
54
- }
55
-
56
- .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
57
- border-color: dt('checkbox.hover.border.color');
58
- }
59
-
60
- .p-checkbox-checked .p-checkbox-box {
61
- border-color: dt('checkbox.checked.border.color');
62
- background: dt('checkbox.checked.background');
63
- }
64
-
65
- .p-checkbox-checked .p-checkbox-icon {
66
- color: dt('checkbox.icon.checked.color');
67
- }
68
-
69
- .p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
70
- background: dt('checkbox.checked.hover.background');
71
- border-color: dt('checkbox.checked.hover.border.color');
72
- }
73
-
74
- .p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-icon {
75
- color: dt('checkbox.icon.checked.hover.color');
76
- }
77
-
78
- .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
79
- border-color: dt('checkbox.focus.border.color');
80
- box-shadow: dt('checkbox.focus.ring.shadow');
81
- outline: dt('checkbox.focus.ring.width') dt('checkbox.focus.ring.style') dt('checkbox.focus.ring.color');
82
- outline-offset: dt('checkbox.focus.ring.offset');
83
- }
84
-
85
- .p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
86
- border-color: dt('checkbox.checked.focus.border.color');
87
- }
88
-
89
- .p-checkbox.p-invalid > .p-checkbox-box {
90
- border-color: dt('checkbox.invalid.border.color');
91
- }
92
-
93
- .p-checkbox.p-variant-filled .p-checkbox-box {
94
- background: dt('checkbox.filled.background');
95
- }
96
-
97
- .p-checkbox-checked.p-variant-filled .p-checkbox-box {
98
- background: dt('checkbox.checked.background');
99
- }
100
-
101
- .p-checkbox-checked.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
102
- background: dt('checkbox.checked.hover.background');
103
- }
104
-
105
- .p-checkbox.p-disabled {
106
- opacity: 1;
107
- }
108
-
109
- .p-checkbox.p-disabled .p-checkbox-box {
110
- background: dt('checkbox.disabled.background');
111
- border-color: dt('checkbox.checked.disabled.border.color');
112
- }
113
-
114
- .p-checkbox.p-disabled .p-checkbox-box .p-checkbox-icon {
115
- color: dt('checkbox.icon.disabled.color');
116
- }
117
-
118
- .p-checkbox-sm,
119
- .p-checkbox-sm .p-checkbox-box {
120
- width: dt('checkbox.sm.width');
121
- height: dt('checkbox.sm.height');
122
- }
123
-
124
- .p-checkbox-sm .p-checkbox-icon {
125
- font-size: dt('checkbox.icon.sm.size');
126
- width: dt('checkbox.icon.sm.size');
127
- height: dt('checkbox.icon.sm.size');
128
- }
129
-
130
- .p-checkbox-lg,
131
- .p-checkbox-lg .p-checkbox-box {
132
- width: dt('checkbox.lg.width');
133
- height: dt('checkbox.lg.height');
134
- }
135
-
136
- .p-checkbox-lg .p-checkbox-icon {
137
- font-size: dt('checkbox.icon.lg.size');
138
- width: dt('checkbox.icon.lg.size');
139
- height: dt('checkbox.icon.lg.size');
140
- }
141
- `,classes:{root:function(e){var t=e.instance,n=e.props;return[`p-checkbox p-component`,{"p-checkbox-checked":t.checked,"p-disabled":n.disabled,"p-invalid":t.$pcCheckboxGroup?t.$pcCheckboxGroup.$invalid:t.$invalid,"p-variant-filled":t.$variant===`filled`,"p-checkbox-sm p-inputfield-sm":n.size===`small`,"p-checkbox-lg p-inputfield-lg":n.size===`large`}]},box:`p-checkbox-box`,input:`p-checkbox-input`,icon:`p-checkbox-icon`}}),he={name:`BaseCheckbox`,extends:R,props:{value:null,binary:Boolean,indeterminate:{type:Boolean,default:!1},trueValue:{type:null,default:!0},falseValue:{type:null,default:!1},readonly:{type:Boolean,default:!1},required:{type:Boolean,default:!1},tabindex:{type:Number,default:null},inputId:{type:String,default:null},inputClass:{type:[String,Object],default:null},inputStyle:{type:Object,default:null},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null}},style:me,provide:function(){return{$pcCheckbox:this,$parentInstance:this}}};function U(e){"@babel/helpers - typeof";return U=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},U(e)}function ge(e,t,n){return(t=_e(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _e(e){var t=ve(e,`string`);return U(t)==`symbol`?t:t+``}function ve(e,t){if(U(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(U(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function ye(e){return Ce(e)||Se(e)||xe(e)||be()}function be(){throw TypeError(`Invalid attempt to spread non-iterable instance.
142
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xe(e,t){if(e){if(typeof e==`string`)return W(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?W(e,t):void 0}}function Se(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function Ce(e){if(Array.isArray(e))return W(e)}function W(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var G={name:`Checkbox`,extends:he,inheritAttrs:!1,emits:[`change`,`focus`,`blur`,`update:indeterminate`],inject:{$pcCheckboxGroup:{default:void 0}},data:function(){return{d_indeterminate:this.indeterminate}},watch:{indeterminate:function(e){this.d_indeterminate=e,this.updateIndeterminate()}},mounted:function(){this.updateIndeterminate()},updated:function(){this.updateIndeterminate()},methods:{getPTOptions:function(e){return(e===`root`?this.ptmi:this.ptm)(e,{context:{checked:this.checked,indeterminate:this.d_indeterminate,disabled:this.disabled}})},onChange:function(e){var t=this;if(!this.disabled&&!this.readonly){var n=this.$pcCheckboxGroup?this.$pcCheckboxGroup.d_value:this.d_value,r=this.binary?this.d_indeterminate?this.trueValue:this.checked?this.falseValue:this.trueValue:this.checked||this.d_indeterminate?n.filter(function(e){return!w(e,t.value)}):n?[].concat(ye(n),[this.value]):[this.value];this.d_indeterminate&&(this.d_indeterminate=!1,this.$emit(`update:indeterminate`,this.d_indeterminate)),this.$pcCheckboxGroup?this.$pcCheckboxGroup.writeValue(r,e):this.writeValue(r,e),this.$emit(`change`,e)}},onFocus:function(e){this.$emit(`focus`,e)},onBlur:function(e){var t,n;this.$emit(`blur`,e),(t=(n=this.formField).onBlur)==null||t.call(n,e)},updateIndeterminate:function(){this.$refs.input&&(this.$refs.input.indeterminate=this.d_indeterminate)}},computed:{groupName:function(){return this.$pcCheckboxGroup?this.$pcCheckboxGroup.groupName:this.$formName},checked:function(){var e=this.$pcCheckboxGroup?this.$pcCheckboxGroup.d_value:this.d_value;return this.d_indeterminate?!1:this.binary?e===this.trueValue:s(this.value,e)},dataP:function(){return p(ge({invalid:this.$invalid,checked:this.checked,disabled:this.disabled,filled:this.$variant===`filled`},this.size,this.size))}},components:{CheckIcon:ce,MinusIcon:z}},we=[`data-p-checked`,`data-p-indeterminate`,`data-p-disabled`,`data-p`],Te=[`id`,`value`,`name`,`checked`,`tabindex`,`disabled`,`readonly`,`required`,`aria-labelledby`,`aria-label`,`aria-invalid`],Ee=[`data-p`];function De(t,n,r,i,a,s){var l=h(`CheckIcon`),u=h(`MinusIcon`);return e(),A(`div`,o({class:t.cx(`root`)},s.getPTOptions(`root`),{"data-p-checked":s.checked,"data-p-indeterminate":a.d_indeterminate||void 0,"data-p-disabled":t.disabled,"data-p":s.dataP}),[b(`input`,o({ref:`input`,id:t.inputId,type:`checkbox`,class:[t.cx(`input`),t.inputClass],style:t.inputStyle,value:t.value,name:s.groupName,checked:s.checked,tabindex:t.tabindex,disabled:t.disabled,readonly:t.readonly,required:t.required,"aria-labelledby":t.ariaLabelledby,"aria-label":t.ariaLabel,"aria-invalid":t.invalid||void 0,onFocus:n[0]||=function(){return s.onFocus&&s.onFocus.apply(s,arguments)},onBlur:n[1]||=function(){return s.onBlur&&s.onBlur.apply(s,arguments)},onChange:n[2]||=function(){return s.onChange&&s.onChange.apply(s,arguments)}},s.getPTOptions(`input`)),null,16,Te),b(`div`,o({class:t.cx(`box`)},s.getPTOptions(`box`),{"data-p":s.dataP}),[m(t.$slots,`icon`,{checked:s.checked,indeterminate:a.d_indeterminate,class:c(t.cx(`icon`)),dataP:s.dataP},function(){return[s.checked?(e(),y(l,o({key:0,class:t.cx(`icon`)},s.getPTOptions(`icon`),{"data-p":s.dataP}),null,16,[`class`,`data-p`])):a.d_indeterminate?(e(),y(u,o({key:1,class:t.cx(`icon`)},s.getPTOptions(`icon`),{"data-p":s.dataP}),null,16,[`class`,`data-p`])):_(``,!0)]})],16,Ee)],16,we)}G.render=De;var Oe={name:`EyeIcon`,extends:S};function ke(e){return Ne(e)||Me(e)||je(e)||Ae()}function Ae(){throw TypeError(`Invalid attempt to spread non-iterable instance.
143
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function je(e,t){if(e){if(typeof e==`string`)return K(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(e,t):void 0}}function Me(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function Ne(e){if(Array.isArray(e))return K(e)}function K(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Pe(t,n,r,i,a,s){return e(),A(`svg`,o({width:`14`,height:`14`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},t.pti()),ke(n[0]||=[b(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M0.0535499 7.25213C0.208567 7.59162 2.40413 12.4 7 12.4C11.5959 12.4 13.7914 7.59162 13.9465 7.25213C13.9487 7.2471 13.9506 7.24304 13.952 7.24001C13.9837 7.16396 14 7.08239 14 7.00001C14 6.91762 13.9837 6.83605 13.952 6.76001C13.9506 6.75697 13.9487 6.75292 13.9465 6.74788C13.7914 6.4084 11.5959 1.60001 7 1.60001C2.40413 1.60001 0.208567 6.40839 0.0535499 6.74788C0.0512519 6.75292 0.0494023 6.75697 0.048 6.76001C0.0163137 6.83605 0 6.91762 0 7.00001C0 7.08239 0.0163137 7.16396 0.048 7.24001C0.0494023 7.24304 0.0512519 7.2471 0.0535499 7.25213ZM7 11.2C3.664 11.2 1.736 7.92001 1.264 7.00001C1.736 6.08001 3.664 2.80001 7 2.80001C10.336 2.80001 12.264 6.08001 12.736 7.00001C12.264 7.92001 10.336 11.2 7 11.2ZM5.55551 9.16182C5.98308 9.44751 6.48576 9.6 7 9.6C7.68891 9.59789 8.349 9.32328 8.83614 8.83614C9.32328 8.349 9.59789 7.68891 9.59999 7C9.59999 6.48576 9.44751 5.98308 9.16182 5.55551C8.87612 5.12794 8.47006 4.7947 7.99497 4.59791C7.51988 4.40112 6.99711 4.34963 6.49276 4.44995C5.98841 4.55027 5.52513 4.7979 5.16152 5.16152C4.7979 5.52513 4.55027 5.98841 4.44995 6.49276C4.34963 6.99711 4.40112 7.51988 4.59791 7.99497C4.7947 8.47006 5.12794 8.87612 5.55551 9.16182ZM6.2222 5.83594C6.45243 5.6821 6.7231 5.6 7 5.6C7.37065 5.6021 7.72553 5.75027 7.98762 6.01237C8.24972 6.27446 8.39789 6.62934 8.4 7C8.4 7.27689 8.31789 7.54756 8.16405 7.77779C8.01022 8.00802 7.79157 8.18746 7.53575 8.29343C7.27994 8.39939 6.99844 8.42711 6.72687 8.37309C6.4553 8.31908 6.20584 8.18574 6.01005 7.98994C5.81425 7.79415 5.68091 7.54469 5.6269 7.27312C5.57288 7.00155 5.6006 6.72006 5.70656 6.46424C5.81253 6.20842 5.99197 5.98977 6.2222 5.83594Z`,fill:`currentColor`},null,-1)]),16)}Oe.render=Pe;var Fe={name:`EyeSlashIcon`,extends:S};function Ie(e){return Be(e)||ze(e)||Re(e)||Le()}function Le(){throw TypeError(`Invalid attempt to spread non-iterable instance.
144
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Re(e,t){if(e){if(typeof e==`string`)return q(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?q(e,t):void 0}}function ze(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function Be(e){if(Array.isArray(e))return q(e)}function q(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Ve(t,n,r,i,a,s){return e(),A(`svg`,o({width:`14`,height:`14`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},t.pti()),Ie(n[0]||=[b(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M13.9414 6.74792C13.9437 6.75295 13.9455 6.757 13.9469 6.76003C13.982 6.8394 14.0001 6.9252 14.0001 7.01195C14.0001 7.0987 13.982 7.1845 13.9469 7.26386C13.6004 8.00059 13.1711 8.69549 12.6674 9.33515C12.6115 9.4071 12.54 9.46538 12.4582 9.50556C12.3765 9.54574 12.2866 9.56678 12.1955 9.56707C12.0834 9.56671 11.9737 9.53496 11.8788 9.47541C11.7838 9.41586 11.7074 9.3309 11.6583 9.23015C11.6092 9.12941 11.5893 9.01691 11.6008 8.90543C11.6124 8.79394 11.6549 8.68793 11.7237 8.5994C12.1065 8.09726 12.4437 7.56199 12.7313 6.99995C12.2595 6.08027 10.3402 2.8014 6.99732 2.8014C6.63723 2.80218 6.27816 2.83969 5.92569 2.91336C5.77666 2.93304 5.62568 2.89606 5.50263 2.80972C5.37958 2.72337 5.29344 2.59398 5.26125 2.44714C5.22907 2.30031 5.2532 2.14674 5.32885 2.01685C5.40451 1.88696 5.52618 1.79021 5.66978 1.74576C6.10574 1.64961 6.55089 1.60134 6.99732 1.60181C11.5916 1.60181 13.7864 6.40856 13.9414 6.74792ZM2.20333 1.61685C2.35871 1.61411 2.5091 1.67179 2.6228 1.77774L12.2195 11.3744C12.3318 11.4869 12.3949 11.6393 12.3949 11.7983C12.3949 11.9572 12.3318 12.1097 12.2195 12.2221C12.107 12.3345 11.9546 12.3976 11.7956 12.3976C11.6367 12.3976 11.4842 12.3345 11.3718 12.2221L10.5081 11.3584C9.46549 12.0426 8.24432 12.4042 6.99729 12.3981C2.403 12.3981 0.208197 7.59135 0.0532336 7.25198C0.0509364 7.24694 0.0490875 7.2429 0.0476856 7.23986C0.0162332 7.16518 3.05176e-05 7.08497 3.05176e-05 7.00394C3.05176e-05 6.92291 0.0162332 6.8427 0.0476856 6.76802C0.631261 5.47831 1.46902 4.31959 2.51084 3.36119L1.77509 2.62545C1.66914 2.51175 1.61146 2.36136 1.61421 2.20597C1.61695 2.05059 1.6799 1.90233 1.78979 1.79244C1.89968 1.68254 2.04794 1.6196 2.20333 1.61685ZM7.45314 8.35147L5.68574 6.57609V6.5361C5.5872 6.78938 5.56498 7.06597 5.62183 7.33173C5.67868 7.59749 5.8121 7.84078 6.00563 8.03158C6.19567 8.21043 6.43052 8.33458 6.68533 8.39089C6.94014 8.44721 7.20543 8.43359 7.45314 8.35147ZM1.26327 6.99994C1.7351 7.91163 3.64645 11.1985 6.99729 11.1985C7.9267 11.2048 8.8408 10.9618 9.64438 10.4947L8.35682 9.20718C7.86027 9.51441 7.27449 9.64491 6.69448 9.57752C6.11446 9.51014 5.57421 9.24881 5.16131 8.83592C4.74842 8.42303 4.4871 7.88277 4.41971 7.30276C4.35232 6.72274 4.48282 6.13697 4.79005 5.64041L3.35855 4.2089C2.4954 5.00336 1.78523 5.94935 1.26327 6.99994Z`,fill:`currentColor`},null,-1)]),16)}Fe.render=Ve;var He=v.extend({name:`password`,style:`
145
- .p-password {
146
- display: inline-flex;
147
- position: relative;
148
- }
149
-
150
- .p-password .p-password-overlay {
151
- min-width: 100%;
152
- }
153
-
154
- .p-password-meter {
155
- height: dt('password.meter.height');
156
- background: dt('password.meter.background');
157
- border-radius: dt('password.meter.border.radius');
158
- }
159
-
160
- .p-password-meter-label {
161
- height: 100%;
162
- width: 0;
163
- transition: width 1s ease-in-out;
164
- border-radius: dt('password.meter.border.radius');
165
- }
166
-
167
- .p-password-meter-weak {
168
- background: dt('password.strength.weak.background');
169
- }
170
-
171
- .p-password-meter-medium {
172
- background: dt('password.strength.medium.background');
173
- }
174
-
175
- .p-password-meter-strong {
176
- background: dt('password.strength.strong.background');
177
- }
178
-
179
- .p-password-fluid {
180
- display: flex;
181
- }
182
-
183
- .p-password-fluid .p-password-input {
184
- width: 100%;
185
- }
186
-
187
- .p-password-input::-ms-reveal,
188
- .p-password-input::-ms-clear {
189
- display: none;
190
- }
191
-
192
- .p-password-overlay {
193
- padding: dt('password.overlay.padding');
194
- background: dt('password.overlay.background');
195
- color: dt('password.overlay.color');
196
- border: 1px solid dt('password.overlay.border.color');
197
- box-shadow: dt('password.overlay.shadow');
198
- border-radius: dt('password.overlay.border.radius');
199
- }
200
-
201
- .p-password-content {
202
- display: flex;
203
- flex-direction: column;
204
- gap: dt('password.content.gap');
205
- }
206
-
207
- .p-password-toggle-mask-icon {
208
- inset-inline-end: dt('form.field.padding.x');
209
- color: dt('password.icon.color');
210
- position: absolute;
211
- top: 50%;
212
- margin-top: calc(-1 * calc(dt('icon.size') / 2));
213
- width: dt('icon.size');
214
- height: dt('icon.size');
215
- }
216
-
217
- .p-password-clear-icon {
218
- position: absolute;
219
- top: 50%;
220
- margin-top: -0.5rem;
221
- cursor: pointer;
222
- inset-inline-end: dt('form.field.padding.x');
223
- color: dt('form.field.icon.color');
224
- }
225
-
226
- .p-password:has(.p-password-toggle-mask-icon) .p-password-input {
227
- padding-inline-end: calc((dt('form.field.padding.x') * 2) + dt('icon.size'));
228
- }
229
-
230
- .p-password:has(.p-password-toggle-mask-icon) .p-password-clear-icon {
231
- inset-inline-end: calc((dt('form.field.padding.x') * 2) + dt('icon.size'));
232
- }
233
-
234
- .p-password:has(.p-password-clear-icon) .p-password-input {
235
- padding-inline-end: calc((dt('form.field.padding.x') * 2) + dt('icon.size'));
236
- }
237
-
238
- .p-password:has(.p-password-clear-icon):has(.p-password-toggle-mask-icon) .p-password-input {
239
- padding-inline-end: calc((dt('form.field.padding.x') * 3) + calc(dt('icon.size') * 2));
240
- }
241
-
242
- `,classes:{root:function(e){var t=e.instance;return[`p-password p-component p-inputwrapper`,{"p-inputwrapper-filled":t.$filled,"p-inputwrapper-focus":t.focused,"p-password-fluid":t.$fluid}]},pcInputText:`p-password-input`,maskIcon:`p-password-toggle-mask-icon p-password-mask-icon`,unmaskIcon:`p-password-toggle-mask-icon p-password-unmask-icon`,clearIcon:`p-password-clear-icon`,overlay:`p-password-overlay p-component`,content:`p-password-content`,meter:`p-password-meter`,meterLabel:function(e){var t=e.instance;return`p-password-meter-label ${t.meter?`p-password-meter-`+t.meter.strength:``}`},meterText:`p-password-meter-text`},inlineStyles:{root:function(e){return{position:e.props.appendTo===`self`?`relative`:void 0}}}}),Ue={name:`BasePassword`,extends:R,props:{promptLabel:{type:String,default:null},mediumRegex:{type:[String,RegExp],default:`^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})`},strongRegex:{type:[String,RegExp],default:`^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})`},weakLabel:{type:String,default:null},mediumLabel:{type:String,default:null},strongLabel:{type:String,default:null},feedback:{type:Boolean,default:!0},appendTo:{type:[String,Object],default:`body`},toggleMask:{type:Boolean,default:!1},hideIcon:{type:String,default:void 0},maskIcon:{type:String,default:void 0},showIcon:{type:String,default:void 0},unmaskIcon:{type:String,default:void 0},showClear:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placeholder:{type:String,default:null},required:{type:Boolean,default:!1},inputId:{type:String,default:null},inputClass:{type:[String,Object],default:null},inputStyle:{type:Object,default:null},inputProps:{type:null,default:null},panelId:{type:String,default:null},panelClass:{type:[String,Object],default:null},panelStyle:{type:Object,default:null},panelProps:{type:null,default:null},overlayId:{type:String,default:null},overlayClass:{type:[String,Object],default:null},overlayStyle:{type:Object,default:null},overlayProps:{type:null,default:null},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null},autofocus:{type:Boolean,default:null}},style:He,provide:function(){return{$pcPassword:this,$parentInstance:this}}};function J(e){"@babel/helpers - typeof";return J=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},J(e)}function We(e,t,n){return(t=Ge(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ge(e){var t=Ke(e,`string`);return J(t)==`symbol`?t:t+``}function Ke(e,t){if(J(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(J(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}var Y={name:`Password`,extends:Ue,inheritAttrs:!1,emits:[`change`,`focus`,`blur`,`invalid`],inject:{$pcFluid:{default:null}},data:function(){return{overlayVisible:!1,meter:null,infoText:null,focused:!1,unmasked:!1}},mediumCheckRegExp:null,strongCheckRegExp:null,resizeListener:null,scrollHandler:null,overlay:null,mounted:function(){this.infoText=this.promptText,this.mediumCheckRegExp=new RegExp(this.mediumRegex),this.strongCheckRegExp=new RegExp(this.strongRegex)},beforeUnmount:function(){this.unbindResizeListener(),this.scrollHandler&&=(this.scrollHandler.destroy(),null),this.overlay&&=(N.clear(this.overlay),null)},methods:{onOverlayEnter:function(e){N.set(`overlay`,e,this.$primevue.config.zIndex.overlay),C(e,{position:`absolute`,top:`0`}),this.alignOverlay(),this.bindScrollListener(),this.bindResizeListener(),this.$attrSelector&&e.setAttribute(this.$attrSelector,``)},onOverlayLeave:function(){this.unbindScrollListener(),this.unbindResizeListener(),this.overlay=null},onOverlayAfterLeave:function(e){N.clear(e)},alignOverlay:function(){this.appendTo===`self`?g(this.overlay,this.$refs.input.$el):(this.overlay.style.minWidth=f(this.$refs.input.$el)+`px`,n(this.overlay,this.$refs.input.$el))},testStrength:function(e){var t=0;return this.strongCheckRegExp.test(e)?t=3:this.mediumCheckRegExp.test(e)?t=2:e.length&&(t=1),t},onInput:function(e){this.writeValue(e.target.value,e),this.$emit(`change`,e)},onFocus:function(e){this.focused=!0,this.feedback&&(this.setPasswordMeter(this.d_value),this.overlayVisible=!0),this.$emit(`focus`,e)},onBlur:function(e){this.focused=!1,this.feedback&&(this.overlayVisible=!1),this.$emit(`blur`,e)},onKeyUp:function(e){if(this.feedback){var t=e.target.value,n=this.checkPasswordStrength(t),r=n.meter,i=n.label;if(this.meter=r,this.infoText=i,e.code===`Escape`){this.overlayVisible&&=!1;return}this.overlayVisible||=!0}},setPasswordMeter:function(){if(!this.d_value){this.meter=null,this.infoText=this.promptText;return}var e=this.checkPasswordStrength(this.d_value),t=e.meter,n=e.label;this.meter=t,this.infoText=n,this.overlayVisible||=!0},checkPasswordStrength:function(e){var t=null,n=null;switch(this.testStrength(e)){case 1:t=this.weakText,n={strength:`weak`,width:`33.33%`};break;case 2:t=this.mediumText,n={strength:`medium`,width:`66.66%`};break;case 3:t=this.strongText,n={strength:`strong`,width:`100%`};break;default:t=this.promptText,n=null;break}return{label:t,meter:n}},onInvalid:function(e){this.$emit(`invalid`,e)},bindScrollListener:function(){var e=this;this.scrollHandler||=new P(this.$refs.input.$el,function(){e.overlayVisible&&=!1}),this.scrollHandler.bindScrollListener()},unbindScrollListener:function(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()},bindResizeListener:function(){var e=this;this.resizeListener||(this.resizeListener=function(){e.overlayVisible&&!k()&&(e.overlayVisible=!1)},window.addEventListener(`resize`,this.resizeListener))},unbindResizeListener:function(){this.resizeListener&&=(window.removeEventListener(`resize`,this.resizeListener),null)},overlayRef:function(e){this.overlay=e},onMaskToggle:function(){this.unmasked=!this.unmasked},onClearClick:function(e){this.writeValue(null,{})},onOverlayClick:function(e){le.emit(`overlay-click`,{originalEvent:e,target:this.$el})}},computed:{inputType:function(){return this.unmasked?`text`:`password`},weakText:function(){return this.weakLabel||this.$primevue.config.locale.weak},mediumText:function(){return this.mediumLabel||this.$primevue.config.locale.medium},strongText:function(){return this.strongLabel||this.$primevue.config.locale.strong},promptText:function(){return this.promptLabel||this.$primevue.config.locale.passwordPrompt},isClearIconVisible:function(){return this.showClear&&this.$filled&&!this.disabled},overlayUniqueId:function(){return this.$id+`_overlay`},containerDataP:function(){return p({fluid:this.$fluid})},meterDataP:function(){return p(We({},this.meter?.strength,this.meter?.strength))},overlayDataP:function(){return p(We({},`portal-`+this.appendTo,`portal-`+this.appendTo))}},components:{InputText:L,Portal:F,EyeSlashIcon:Fe,EyeIcon:Oe,TimesIcon:te}};function X(e){"@babel/helpers - typeof";return X=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},X(e)}function qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Z(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?qe(Object(n),!0).forEach(function(t){Je(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):qe(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Je(e,t,n){return(t=Ye(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ye(e){var t=Xe(e,`string`);return X(t)==`symbol`?t:t+``}function Xe(e,t){if(X(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(X(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}var Ze=[`data-p`],Qe=[`id`,`data-p`],$e=[`data-p`];function et(t,n,i,s,c,l){var u=h(`InputText`),f=h(`TimesIcon`),p=h(`Portal`);return e(),A(`div`,o({class:t.cx(`root`),style:t.sx(`root`),"data-p":l.containerDataP},t.ptmi(`root`)),[d(u,o({ref:`input`,id:t.inputId,type:l.inputType,class:[t.cx(`pcInputText`),t.inputClass],style:t.inputStyle,defaultValue:t.d_value,name:t.$formName,"aria-labelledby":t.ariaLabelledby,"aria-label":t.ariaLabel,"aria-expanded":c.overlayVisible,"aria-controls":c.overlayVisible?t.overlayProps&&t.overlayProps.id||t.overlayId||t.panelProps&&t.panelProps.id||t.panelId||l.overlayUniqueId:void 0,"aria-haspopup":t.feedback,placeholder:t.placeholder,required:t.required,fluid:t.fluid,disabled:t.disabled,variant:t.variant,invalid:t.invalid,size:t.size,autofocus:t.autofocus,onInput:l.onInput,onFocus:l.onFocus,onBlur:l.onBlur,onKeyup:l.onKeyUp,onInvalid:l.onInvalid},t.inputProps,{"data-p-has-e-icon":t.toggleMask,pt:t.ptm(`pcInputText`),unstyled:t.unstyled}),null,16,`id.type.class.style.defaultValue.name.aria-labelledby.aria-label.aria-expanded.aria-controls.aria-haspopup.placeholder.required.fluid.disabled.variant.invalid.size.autofocus.onInput.onFocus.onBlur.onKeyup.onInvalid.data-p-has-e-icon.pt.unstyled`.split(`.`)),t.toggleMask&&c.unmasked?m(t.$slots,t.$slots.maskicon?`maskicon`:`hideicon`,o({key:0,toggleCallback:l.onMaskToggle,class:[t.cx(`maskIcon`),t.maskIcon]},t.ptm(`maskIcon`)),function(){return[(e(),y(r(t.maskIcon?`i`:`EyeSlashIcon`),o({class:[t.cx(`maskIcon`),t.maskIcon],onClick:l.onMaskToggle},t.ptm(`maskIcon`)),null,16,[`class`,`onClick`]))]}):_(``,!0),t.toggleMask&&!c.unmasked?m(t.$slots,t.$slots.unmaskicon?`unmaskicon`:`showicon`,o({key:1,toggleCallback:l.onMaskToggle,class:[t.cx(`unmaskIcon`)]},t.ptm(`unmaskIcon`)),function(){return[(e(),y(r(t.unmaskIcon?`i`:`EyeIcon`),o({class:[t.cx(`unmaskIcon`),t.unmaskIcon],onClick:l.onMaskToggle},t.ptm(`unmaskIcon`)),null,16,[`class`,`onClick`]))]}):_(``,!0),l.isClearIconVisible?m(t.$slots,`clearicon`,o({key:2,class:t.cx(`clearIcon`),clearCallback:l.onClearClick},t.ptm(`clearIcon`)),function(){return[d(f,o({class:[t.cx(`clearIcon`)],onClick:l.onClearClick},t.ptm(`clearIcon`)),null,16,[`class`,`onClick`])]}):_(``,!0),b(`span`,o({class:`p-hidden-accessible`,"aria-live":`polite`},t.ptm(`hiddenAccesible`),{"data-p-hidden-accessible":!0}),a(c.infoText),17),d(p,{appendTo:t.appendTo},{default:D(function(){return[d(I,o({name:`p-anchored-overlay`,onEnter:l.onOverlayEnter,onLeave:l.onOverlayLeave,onAfterLeave:l.onOverlayAfterLeave},t.ptm(`transition`)),{default:D(function(){return[c.overlayVisible?(e(),A(`div`,o({key:0,ref:l.overlayRef,id:t.overlayId||t.panelId||l.overlayUniqueId,class:[t.cx(`overlay`),t.panelClass,t.overlayClass],style:[t.overlayStyle,t.panelStyle],onClick:n[0]||=function(){return l.onOverlayClick&&l.onOverlayClick.apply(l,arguments)},"data-p":l.overlayDataP,role:`dialog`,"aria-live":`polite`},Z(Z(Z({},t.panelProps),t.overlayProps),t.ptm(`overlay`))),[m(t.$slots,`header`),m(t.$slots,`content`,{},function(){return[b(`div`,o({class:t.cx(`content`)},t.ptm(`content`)),[b(`div`,o({class:t.cx(`meter`)},t.ptm(`meter`)),[b(`div`,o({class:t.cx(`meterLabel`),style:{width:c.meter?c.meter.width:``},"data-p":l.meterDataP},t.ptm(`meterLabel`)),null,16,$e)],16),b(`div`,o({class:t.cx(`meterText`)},t.ptm(`meterText`)),a(c.infoText),17)],16)]}),m(t.$slots,`footer`)],16,Qe)):_(``,!0)]}),_:3},16,[`onEnter`,`onLeave`,`onAfterLeave`])]}),_:3},8,[`appendTo`])],16,Ze)}Y.render=et;var tt=v.extend({name:`textarea`,style:`
243
- .p-textarea {
244
- font-family: inherit;
245
- font-feature-settings: inherit;
246
- font-size: 1rem;
247
- color: dt('textarea.color');
248
- background: dt('textarea.background');
249
- padding-block: dt('textarea.padding.y');
250
- padding-inline: dt('textarea.padding.x');
251
- border: 1px solid dt('textarea.border.color');
252
- transition:
253
- background dt('textarea.transition.duration'),
254
- color dt('textarea.transition.duration'),
255
- border-color dt('textarea.transition.duration'),
256
- outline-color dt('textarea.transition.duration'),
257
- box-shadow dt('textarea.transition.duration');
258
- appearance: none;
259
- border-radius: dt('textarea.border.radius');
260
- outline-color: transparent;
261
- box-shadow: dt('textarea.shadow');
262
- }
263
-
264
- .p-textarea:enabled:hover {
265
- border-color: dt('textarea.hover.border.color');
266
- }
267
-
268
- .p-textarea:enabled:focus {
269
- border-color: dt('textarea.focus.border.color');
270
- box-shadow: dt('textarea.focus.ring.shadow');
271
- outline: dt('textarea.focus.ring.width') dt('textarea.focus.ring.style') dt('textarea.focus.ring.color');
272
- outline-offset: dt('textarea.focus.ring.offset');
273
- }
274
-
275
- .p-textarea.p-invalid {
276
- border-color: dt('textarea.invalid.border.color');
277
- }
278
-
279
- .p-textarea.p-variant-filled {
280
- background: dt('textarea.filled.background');
281
- }
282
-
283
- .p-textarea.p-variant-filled:enabled:hover {
284
- background: dt('textarea.filled.hover.background');
285
- }
286
-
287
- .p-textarea.p-variant-filled:enabled:focus {
288
- background: dt('textarea.filled.focus.background');
289
- }
290
-
291
- .p-textarea:disabled {
292
- opacity: 1;
293
- background: dt('textarea.disabled.background');
294
- color: dt('textarea.disabled.color');
295
- }
296
-
297
- .p-textarea::placeholder {
298
- color: dt('textarea.placeholder.color');
299
- }
300
-
301
- .p-textarea.p-invalid::placeholder {
302
- color: dt('textarea.invalid.placeholder.color');
303
- }
304
-
305
- .p-textarea-fluid {
306
- width: 100%;
307
- }
308
-
309
- .p-textarea-resizable {
310
- overflow: hidden;
311
- resize: none;
312
- }
313
-
314
- .p-textarea-sm {
315
- font-size: dt('textarea.sm.font.size');
316
- padding-block: dt('textarea.sm.padding.y');
317
- padding-inline: dt('textarea.sm.padding.x');
318
- }
319
-
320
- .p-textarea-lg {
321
- font-size: dt('textarea.lg.font.size');
322
- padding-block: dt('textarea.lg.padding.y');
323
- padding-inline: dt('textarea.lg.padding.x');
324
- }
325
- `,classes:{root:function(e){var t=e.instance,n=e.props;return[`p-textarea p-component`,{"p-filled":t.$filled,"p-textarea-resizable ":n.autoResize,"p-textarea-sm p-inputfield-sm":n.size===`small`,"p-textarea-lg p-inputfield-lg":n.size===`large`,"p-invalid":t.$invalid,"p-variant-filled":t.$variant===`filled`,"p-textarea-fluid":t.$fluid}]}}}),nt={name:`BaseTextarea`,extends:R,props:{autoResize:Boolean},style:tt,provide:function(){return{$pcTextarea:this,$parentInstance:this}}};function Q(e){"@babel/helpers - typeof";return Q=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},Q(e)}function rt(e,t,n){return(t=it(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function it(e){var t=at(e,`string`);return Q(t)==`symbol`?t:t+``}function at(e,t){if(Q(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Q(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}var $={name:`Textarea`,extends:nt,inheritAttrs:!1,observer:null,mounted:function(){var e=this;this.autoResize&&(this.observer=new ResizeObserver(function(){requestAnimationFrame(function(){e.resize()})}),this.observer.observe(this.$el))},updated:function(){this.autoResize&&this.resize()},beforeUnmount:function(){this.observer&&this.observer.disconnect()},methods:{resize:function(){if(this.$el.offsetParent){var e=this.$el.style.height,t=parseInt(e)||0,n=this.$el.scrollHeight;t&&n<t?(this.$el.style.height=`auto`,this.$el.style.height=`${this.$el.scrollHeight}px`):(!t||n>t)&&(this.$el.style.height=`${n}px`)}},onInput:function(e){this.autoResize&&this.resize(),this.writeValue(e.target.value,e)}},computed:{attrs:function(){return o(this.ptmi(`root`,{context:{filled:this.$filled,disabled:this.disabled}}),this.formField)},dataP:function(){return p(rt({invalid:this.$invalid,fluid:this.$fluid,filled:this.$variant===`filled`},this.size,this.size))}}},ot=[`value`,`name`,`disabled`,`aria-invalid`,`data-p`];function st(t,n,r,i,a,s){return e(),A(`textarea`,o({class:t.cx(`root`),value:t.d_value,name:t.name,disabled:t.disabled,"aria-invalid":t.invalid||void 0,"data-p":s.dataP,onInput:n[0]||=function(){return s.onInput&&s.onInput.apply(s,arguments)}},s.attrs),null,16,ot)}$.render=st;var ct={key:0,class:`flex items-center justify-center py-8`},lt={key:1,class:`space-y-6`},ut={class:`space-y-3`},dt={class:`flex flex-col gap-1`},ft={class:`flex flex-col gap-1`},pt={class:`flex flex-col gap-1`},mt={class:`space-y-2`},ht={class:`text-sm font-mono flex-1`},gt={key:0,class:`flex flex-col gap-2 px-3 py-2 rounded border border-border bg-card`},_t={class:`flex items-center gap-2`},vt={class:`flex items-center gap-4 text-xs`},yt={class:`flex items-center gap-1.5 cursor-pointer`},bt={class:`flex items-center gap-1.5 cursor-pointer`},xt={key:0,class:`text-muted-foreground ml-auto`},St={class:`space-y-3`},Ct={class:`flex items-center gap-2`},wt={key:0,class:`space-y-3 pl-6 border-l-2 border-border`},Tt={class:`flex flex-col gap-1`},Et={class:`flex flex-col gap-1`},Dt={class:`flex flex-col gap-1`},Ot={class:`space-y-3`},kt={class:`flex flex-col gap-1`},At={key:0,class:`text-xs text-red-500 mt-1`},jt={class:`flex flex-col gap-1`},Mt={key:0,class:`text-xs text-red-500 mt-1`},Nt={class:`flex justify-end gap-2`},Pt=`You are a professional data extraction assistant. Your task is to extract structured data from text and return a JSON object based on the data structure definition provided below.
326
-
327
- {schema}
328
-
329
- Extraction requirements:
330
- 1. Extract data strictly according to the field names and types defined in the structure
331
- 2. If a field's information is missing from the text, set that field to null
332
- 3. Do not add fields that are not in the structure definition
333
- 4. Maintain data accuracy and completeness`,Ft=`Please extract data from the following text:
334
- {text}`,It=j({__name:`AISettings`,props:{visible:{type:Boolean,default:!1},visibleModifiers:{}},emits:[`update:visible`],setup(n){let r=l(n,`visible`),o=T(!1),s=T(!1),f=T(`https://dashscope.aliyuncs.com/compatible-mode/v1`),p=T(``),m=T(300),h=T([]),g=T(``),v=T(``),S=T(!1),C=T(``),w=T(``),k=T(``),j=T(!1),N=T(``),P=T({vision:!1,structuredOutput:!1}),F=T(`manual`);function te(){F.value=`manual`,P.value={vision:!1,structuredOutput:!1},N.value&&ie(N.value).then(e=>{e&&(P.value={...e},F.value=`registry`)})}function I(){N.value&&(h.value.push({name:N.value,capabilities:{...P.value}}),R())}function ce(){R()}function R(){N.value=``,P.value={vision:!1,structuredOutput:!1},F.value=`manual`,j.value=!1}function le(e){h.value.splice(e,1)}let z=E(()=>g.value.includes(`{schema}`)?``:`System prompt must contain the {schema} placeholder`),B=E(()=>v.value.includes(`{text}`)?``:`User prompt must contain the {text} placeholder`),V=E(()=>!z.value&&!B.value&&!o.value&&h.value.length>0);async function ue(){o.value=!0;try{let e=await ae();f.value=e.provider.baseURL,p.value=e.provider.apiKey,m.value=e.provider.timeout??300,h.value=e.provider.models??[],g.value=e.prompt.systemTemplate,v.value=e.prompt.userTemplate,S.value=!!e.langfuse,C.value=e.langfuse?.publicKey??``,w.value=e.langfuse?.secretKey??``,k.value=e.langfuse?.host??``}catch{p.value=``,h.value=[],g.value=Pt,v.value=Ft}finally{o.value=!1}}async function de(){if(V.value){s.value=!0;try{await se({provider:{baseURL:f.value,apiKey:p.value,timeout:m.value,models:h.value},prompt:{systemTemplate:g.value,userTemplate:v.value},extraction:{outputDir:`.aiex/extracted`},langfuse:S.value?{publicKey:C.value,secretKey:w.value,host:k.value||void 0}:void 0}),r.value=!1}catch(e){oe.error(e.message||`Failed to save`)}finally{s.value=!1}}}return i(()=>{ue()}),u(()=>{}),(n,i)=>(e(),y(x(ne),{visible:r.value,"onUpdate:visible":i[14]||=e=>r.value=e,modal:``,header:`AI Settings`,style:{width:`680px`},draggable:!1},{footer:D(()=>[b(`div`,Nt,[d(x(O),{label:`Cancel`,severity:`secondary`,text:``,onClick:i[13]||=e=>r.value=!1}),d(x(O),{label:`Save`,icon:`pi pi-check`,loading:s.value,disabled:!V.value,onClick:de},null,8,[`loading`,`disabled`])])]),default:D(()=>[o.value?(e(),A(`div`,ct,[...i[15]||=[b(`i`,{class:`pi pi-spin pi-spinner text-xl`},null,-1)]])):(e(),A(`div`,lt,[b(`section`,null,[i[19]||=b(`h3`,{class:`text-sm font-semibold mb-3 text-foreground`},` Provider `,-1),b(`div`,ut,[b(`div`,dt,[i[16]||=b(`label`,{class:`text-xs text-muted-foreground`},`Base URL`,-1),d(x(L),{modelValue:f.value,"onUpdate:modelValue":i[0]||=e=>f.value=e,size:`small`,placeholder:`https://dashscope.aliyuncs.com/compatible-mode/v1`},null,8,[`modelValue`])]),b(`div`,ft,[i[17]||=b(`label`,{class:`text-xs text-muted-foreground`},`API Key`,-1),d(x(Y),{modelValue:p.value,"onUpdate:modelValue":i[1]||=e=>p.value=e,feedback:!1,"toggle-mask":``,size:`small`,placeholder:`sk-xxx`,"input-class":`w-full`},null,8,[`modelValue`])]),b(`div`,pt,[i[18]||=b(`label`,{class:`text-xs text-muted-foreground`},`Timeout (seconds)`,-1),d(x(L),{value:String(m.value),type:`number`,size:`small`,placeholder:`300`,min:1,onInput:i[2]||=e=>m.value=Number(e.target.value)||300},null,8,[`value`])])])]),b(`section`,null,[i[21]||=b(`h3`,{class:`text-sm font-semibold mb-3 text-foreground`},` Models `,-1),b(`div`,mt,[(e(!0),A(ee,null,t(h.value,(t,n)=>(e(),A(`div`,{key:n,class:`flex items-center gap-2 px-3 py-2 rounded border border-border bg-card`},[b(`code`,ht,a(t.name),1),b(`span`,{class:c([`inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded`,t.capabilities.structuredOutput?`bg-green-500/10 text-green-600`:`bg-yellow-500/10 text-yellow-600`])},[b(`i`,{class:c([t.capabilities.structuredOutput?`pi pi-check-circle`:`pi pi-exclamation-triangle`,`text-[10px]`])},null,2),M(` `+a(t.capabilities.structuredOutput?`Structured Output`:`Text-only Output`),1)],2),b(`span`,{class:c([`inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded`,t.capabilities.vision?`bg-green-500/10 text-green-600`:`bg-red-500/10 text-red-600`])},[b(`i`,{class:c([t.capabilities.vision?`pi pi-check-circle`:`pi pi-times-circle`,`text-[10px]`])},null,2),M(` `+a(t.capabilities.vision?`Vision Supported`:`Vision Unsupported`),1)],2),d(x(O),{icon:`pi pi-times`,severity:`danger`,text:``,size:`small`,onClick:e=>le(n)},null,8,[`onClick`])]))),128)),j.value?(e(),A(`div`,gt,[b(`div`,_t,[d(x(L),{modelValue:N.value,"onUpdate:modelValue":i[3]||=e=>N.value=e,size:`small`,placeholder:`Model name (e.g. gpt-4o)`,class:`flex-1 font-mono`,onInput:te,onKeyup:re(I,[`enter`])},null,8,[`modelValue`]),d(x(O),{icon:`pi pi-check`,severity:`success`,text:``,size:`small`,disabled:!N.value,onClick:I},null,8,[`disabled`]),d(x(O),{icon:`pi pi-times`,severity:`secondary`,text:``,size:`small`,onClick:ce})]),b(`div`,vt,[b(`label`,yt,[d(x(G),{modelValue:P.value.structuredOutput,"onUpdate:modelValue":i[4]||=e=>P.value.structuredOutput=e,binary:!0,"input-id":`add-so`},null,8,[`modelValue`]),b(`span`,{class:c(P.value.structuredOutput?`text-green-600`:`text-muted-foreground`)},` Structured Output `,2)]),b(`label`,bt,[d(x(G),{modelValue:P.value.vision,"onUpdate:modelValue":i[5]||=e=>P.value.vision=e,binary:!0,"input-id":`add-vision`},null,8,[`modelValue`]),b(`span`,{class:c(P.value.vision?`text-green-600`:`text-muted-foreground`)},` Vision `,2)]),F.value===`registry`?(e(),A(`span`,xt,[...i[20]||=[b(`i`,{class:`pi pi-database mr-0.5`},null,-1),M(`Registry `,-1)]])):_(``,!0)])])):(e(),y(x(O),{key:1,label:`Add Model`,icon:`pi pi-plus`,severity:`secondary`,text:``,size:`small`,onClick:i[6]||=e=>j.value=!0}))])]),b(`section`,null,[i[26]||=b(`h3`,{class:`text-sm font-semibold mb-3 text-foreground`},` Langfuse Tracing `,-1),b(`div`,St,[b(`div`,Ct,[d(x(G),{modelValue:S.value,"onUpdate:modelValue":i[7]||=e=>S.value=e,binary:!0,"input-id":`lf-enabled`},null,8,[`modelValue`]),i[22]||=b(`label`,{for:`lf-enabled`,class:`text-sm cursor-pointer`},`Enabled`,-1)]),S.value?(e(),A(`div`,wt,[b(`div`,Tt,[i[23]||=b(`label`,{class:`text-xs text-muted-foreground`},`Secret Key`,-1),d(x(Y),{modelValue:w.value,"onUpdate:modelValue":i[8]||=e=>w.value=e,feedback:!1,"toggle-mask":``,size:`small`,placeholder:`sk-lf-...`,"input-class":`w-full`},null,8,[`modelValue`])]),b(`div`,Et,[i[24]||=b(`label`,{class:`text-xs text-muted-foreground`},`Public Key`,-1),d(x(L),{modelValue:C.value,"onUpdate:modelValue":i[9]||=e=>C.value=e,size:`small`,placeholder:`pk-lf-...`},null,8,[`modelValue`])]),b(`div`,Dt,[i[25]||=b(`label`,{class:`text-xs text-muted-foreground`},`Host (optional)`,-1),d(x(L),{modelValue:k.value,"onUpdate:modelValue":i[10]||=e=>k.value=e,size:`small`,placeholder:`https://us.cloud.langfuse.com`},null,8,[`modelValue`])])])):_(``,!0)])]),b(`section`,null,[i[30]||=b(`h3`,{class:`text-sm font-semibold mb-3 text-foreground`},` Prompt Templates `,-1),b(`div`,Ot,[b(`div`,kt,[i[27]||=b(`label`,{class:`text-xs text-muted-foreground`},`System Prompt`,-1),d(x($),{modelValue:g.value,"onUpdate:modelValue":i[11]||=e=>g.value=e,rows:`6`,"auto-resize":``,class:`text-xs font-mono`},null,8,[`modelValue`]),z.value?(e(),A(`p`,At,a(z.value),1)):_(``,!0)]),b(`div`,jt,[i[28]||=b(`label`,{class:`text-xs text-muted-foreground`},`User Prompt`,-1),d(x($),{modelValue:v.value,"onUpdate:modelValue":i[12]||=e=>v.value=e,rows:`6`,"auto-resize":``,class:`text-xs font-mono`},null,8,[`modelValue`]),B.value?(e(),A(`p`,Mt,a(B.value),1)):_(``,!0)]),i[29]||=b(`div`,{class:`text-xs text-muted-foreground p-2 rounded border border-border`},[M(` Placeholders: `),b(`code`,{class:`bg-secondary px-1 rounded`},`{schema}`),M(` JSON Schema structure description, `),b(`code`,{class:`bg-secondary px-1 rounded`},`{text}`),M(` text to extract from `)],-1)])])]))]),_:1},8,[`visible`]))}});export{It as default};