x-runtime-lib 0.9.57 → 0.9.59

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.
@@ -0,0 +1 @@
1
+ var e=Object.defineProperty,t=(t,n)=>{let r={};for(var i in t)e(r,i,{get:t[i],enumerable:!0});return n||e(r,Symbol.toStringTag,{value:`Module`}),r};export{t};
package/package.json CHANGED
@@ -1,70 +1,62 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
- "private": false,
4
- "version": "0.9.57",
5
- "type": "module",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
3
+ "version": "0.9.59",
8
4
  "files": [
9
5
  "dist"
10
6
  ],
7
+ "type": "module",
8
+ "main": "./dist/index.js",
9
+ "module": "./dist/index.js",
10
+ "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": "./dist/index.js",
13
+ "./package.json": "./package.json"
14
+ },
15
+ "publishConfig": {
16
+ "registry": "https://registry.npmjs.org"
17
+ },
11
18
  "scripts": {
12
- "dev": "vite",
13
- "build": "vue-tsc && vite build",
14
- "preview": "vite preview",
15
- "lint": "eslint --fix --ignore-pattern dist/ --ignore-pattern public/ .",
16
- "format": "prettier --write .",
19
+ "play": "vite",
20
+ "test": "vitest",
21
+ "lint": "oxlint",
22
+ "fmt": "oxfmt",
23
+ "build": "tsdown",
17
24
  "lint-staged": "lint-staged",
18
25
  "prepare": "husky"
19
26
  },
20
- "lint-staged": {
21
- "*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --fix --ignore-pattern dist/ --ignore-pattern public/ .",
22
- "*": "prettier --write ."
23
- },
24
27
  "dependencies": {
25
28
  "@sindresorhus/base62": "^1.0.0",
26
- "@tresjs/cientos": "^5.7.0",
27
- "@tresjs/core": "^5.8.0",
28
- "axios": "^1.15.0",
29
- "echarts": "^6.0.0",
29
+ "@tresjs/cientos": "^5.8.1",
30
+ "@tresjs/core": "^5.8.3",
31
+ "axios": "^1.18.0",
32
+ "echarts": "^6.1.0",
30
33
  "lodash-es": "^4.18.1",
31
34
  "mitt": "^3.0.1",
32
35
  "quickjs-emscripten": "^0.32.0",
33
- "three": "^0.183.2",
34
- "vue": "^3.5.32",
35
- "vue-i18n": "^11.3.2",
36
- "vuetify": "^4.0.5"
37
- },
38
- "peerDependencies": {
39
- "x-error-lib": "^0.5.18",
40
- "x-essential-lib": "^0.9.35"
36
+ "three": "^0.184.0",
37
+ "vue": "^3.5.38",
38
+ "vuetify": "^4.1.2"
41
39
  },
42
40
  "devDependencies": {
43
- "@eslint/js": "^10.0.1",
44
- "@tsconfig/node24": "^24.0.4",
45
41
  "@types/lodash-es": "^4.17.12",
46
- "@types/node": "^25.5.2",
47
- "@types/three": "^0.183.1",
48
- "@vitejs/plugin-vue": "^6.0.5",
49
- "@vue/tsconfig": "^0.9.1",
50
- "eslint": "^10.2.0",
51
- "eslint-config-prettier": "^10.1.8",
52
- "eslint-plugin-prettier": "^5.5.5",
53
- "eslint-plugin-simple-import-sort": "^13.0.0",
54
- "eslint-plugin-vue": "^10.8.0",
55
- "globals": "^17.4.0",
42
+ "@types/node": "^25.9.3",
56
43
  "husky": "^9.1.7",
57
- "lint-staged": "^16.4.0",
58
- "prettier": "3.8.1",
59
- "sass": "^1.99.0",
60
- "typescript": "^5.9.3",
61
- "typescript-eslint": "^8.58.1",
62
- "vite": "^8.0.7",
63
- "vite-plugin-css-injected-by-js": "^4.0.1",
64
- "vite-plugin-dts": "^4.5.4",
65
- "vite-plugin-vuetify": "^2.1.3",
66
- "vue-eslint-parser": "^10.4.0",
67
- "vue-router": "^5.0.4",
68
- "vue-tsc": "^3.2.6"
44
+ "lint-staged": "^17.0.7",
45
+ "oxfmt": "^0.55.0",
46
+ "oxlint": "^1.70.0",
47
+ "sass": "^1.101.0",
48
+ "tsdown": "^0.22.3",
49
+ "typescript": "^6.0.3",
50
+ "vite": "^8.0.16",
51
+ "x-config-oxfmt": "^0.1.3",
52
+ "x-config-oxlint": "^0.1.2",
53
+ "x-config-vite-lib": "^0.1.6"
54
+ },
55
+ "peerDependencies": {
56
+ "x-error-lib": "^0.5.19",
57
+ "x-essential-lib": "^0.9.36"
58
+ },
59
+ "lint-staged": {
60
+ "*": "oxfmt --no-error-on-unmatched-pattern"
69
61
  }
70
62
  }
@@ -1,528 +0,0 @@
1
- import { n as e } from "./rolldown-runtime.i63kqlhj.js";
2
- //#region src/i18n/locales/en/index.ts
3
- var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
4
- absolute: "Absolute",
5
- accordion: "Accordion",
6
- activator: "Activator",
7
- activeColor: "Active Color",
8
- adaptSlot: "Adapt Slot",
9
- adaptSlotPropertyChange: "Adapt Slot Property Change",
10
- add: "Add",
11
- alias: "Alias",
12
- align: "Align",
13
- alignTabs: "Align Tabs",
14
- always: "Always",
15
- ambientLight: "Ambient Light",
16
- angle: "Angle",
17
- append: "Append",
18
- appendIcon: "Append Icon",
19
- appendInner: "Append Inner",
20
- appendInnerIcon: "Append Inner Icon",
21
- aspectRatio: "Aspect Ratio",
22
- auto: "Auto",
23
- autoGrow: "Auto Grow",
24
- avatar: "Avatar",
25
- badge: "Badge",
26
- banner: "Banner",
27
- barChart: "Bar Chart",
28
- baseColor: "Base Color",
29
- baseline: "Baseline",
30
- basic: "Basic",
31
- bg0: "Background 0",
32
- bg1: "Background 1",
33
- bg2: "Background 2",
34
- bgColor: "Background Color",
35
- black: "Black",
36
- block: "Block",
37
- blur: "Blur",
38
- bodyLarge: "Body Large",
39
- bodyMedium: "Body Medium",
40
- bodySmall: "Body Small",
41
- bold: "Bold",
42
- border: "Border",
43
- both: "Both",
44
- bottom: "Bottom",
45
- bottomLeft: "Bottom Left",
46
- bottomRight: "Bottom Right",
47
- boxGeometry: "Box Geometry",
48
- breadcrumbs: "Breadcrumbs",
49
- breakpoint: "Breakpoint",
50
- bufferValue: "Buffer Value",
51
- button: "Button",
52
- buttonToggle: "Button Toggle",
53
- buttonToggleEntry: "Button Toggle Entry",
54
- cameras: "Cameras",
55
- card: "Card",
56
- category: "Category",
57
- center: "Center",
58
- centerActive: "Center Active",
59
- chart: "Chart",
60
- checkbox: "Checkbox",
61
- chip: "Chip",
62
- chipGroup: "Chip Group",
63
- chipify: "Chipify",
64
- chunk: "Chunk",
65
- circle: "Circle",
66
- circularReference: "Circular Reference",
67
- clear: "Clear",
68
- clearable: "Clearable",
69
- click: "Click",
70
- clickable: "Clickabld",
71
- clickAppend: "Click Append",
72
- clickAppendInner: "Click Append Inner",
73
- clickClear: "Click Clear",
74
- clickClose: "Click Close",
75
- clickPrepend: "Click Prepend",
76
- clickPrependInner: "Click Prepend Inner",
77
- clickSelect: "Click Select",
78
- closable: "Closable",
79
- close: "Close",
80
- closeDelay: "Close Delay",
81
- color: "Color",
82
- colorPicker: "Color Picker",
83
- column: "Column",
84
- column1: "1 / 12",
85
- column2: "2 / 12",
86
- column3: "3 / 12",
87
- column4: "4 / 12",
88
- column5: "5 / 12",
89
- column6: "6 / 12",
90
- column7: "7 / 12",
91
- column8: "8 / 12",
92
- column9: "9 / 12",
93
- column10: "10 / 12",
94
- column11: "11 / 12",
95
- column12: "12 / 12",
96
- columnReverse: "Column Reverse",
97
- columns: "Columns",
98
- combobox: "Combobox",
99
- comfortable: "Comfortable",
100
- comp: "Comp",
101
- compact: "Compact",
102
- compNotAvail: "Comp Not Available",
103
- container: "Container",
104
- containment: "Containment",
105
- content: "Content",
106
- contentOffset: "Content Offset",
107
- continuous: "Continuous",
108
- control: "Control",
109
- controls: "Controls",
110
- controlVariant: "Control Variant",
111
- count: "Count",
112
- counter: "Counter",
113
- crossAlign: "Cross Align",
114
- crossAxis: "Cross Axis",
115
- currentPage: "Current Page",
116
- custom: "Custom",
117
- customPropertyChange: "Custom Property Change",
118
- customSlot: "Custom Slot",
119
- customSlotPropertyChange: "Custom Slot Property Change",
120
- dark: "Dark",
121
- darkMode: "Dark Mode",
122
- dashed: "Dashed",
123
- data: "Data",
124
- dataDisplay: "Data Display",
125
- dataTableClient: "Data Table (Client)",
126
- dataTableServer: "Data Table (Server)",
127
- datePicker: "Date Picker",
128
- decay: "Decay",
129
- decoration: "Decoration",
130
- default: "Default",
131
- delay: "Delay",
132
- density: "Density",
133
- depth: "Depth",
134
- depthSegments: "Depth Segments",
135
- desc: "Description",
136
- detail: "Detail",
137
- dialog: "Dialog",
138
- dialogBottom: "Dialog (Bottom)",
139
- dialogTop: "Dialog (Top)",
140
- direction: "Direction",
141
- directionalLight: "Directional Light",
142
- disable: "Disable",
143
- disabled: "Disabled",
144
- displayLarge: "Display Large",
145
- displayMedium: "Display Medium",
146
- displaySmall: "Display Small",
147
- distance: "Distance",
148
- divided: "Divided",
149
- divider: "Divider",
150
- dot: "Dot",
151
- dotted: "Dotted",
152
- double: "Double",
153
- draggable: "Draggable",
154
- dynamic: "Dynamic",
155
- eager: "Eager",
156
- elevated: "Elevated",
157
- elevation: "Elevation",
158
- email: "Email",
159
- emphasis: "Emphasis",
160
- enable: "Enable",
161
- end: "End",
162
- error: "Error",
163
- errorMessages: "Error Messages",
164
- expand: "Expand",
165
- expandX: "Expand (X)",
166
- expandY: "Expand (Y)",
167
- expansionPanel: "Expansion Panel",
168
- extraData: "Extra Data",
169
- fade: "Fade",
170
- false: "False",
171
- farDistance: "Far Distance",
172
- fastFail: "Fast Fail",
173
- feedback: "Feedback",
174
- fieldOfView: "Field Of View",
175
- fields: "Fields",
176
- fileInput: "File Input",
177
- fill: "Fill",
178
- filled: "Filled",
179
- filter: "Filter",
180
- fixed: "Fixed",
181
- fixedFooter: "Fixed Footer",
182
- fixedHeader: "Fixed Header",
183
- fixedTabs: "Fixed Tabs",
184
- flat: "Flat",
185
- flexbox: "Flexbox",
186
- flexboxEntry: "Flexbox Entry",
187
- floating: "Floating",
188
- floatingActionButton: "Floating Action Button",
189
- focus: "Focus",
190
- footer: "Footer",
191
- form: "Form",
192
- formRelated: "Form Related",
193
- fullscreen: "Fullscreen",
194
- gap: "Gap",
195
- geometries: "Geometries",
196
- globality: "Globality",
197
- gradient: "Gradient",
198
- group: "Group",
199
- grow: "Grow",
200
- halfIncrements: "Half Increments",
201
- header: "Header",
202
- headers: "Headers",
203
- headlineLarge: "Headline Large",
204
- headlineMedium: "Headline Medium",
205
- headlineSmall: "Headline Small",
206
- height: "Height",
207
- heightSegments: "Height Segments",
208
- hidden: "Hidden",
209
- hide: "Hide",
210
- hideActions: "Hide Actions",
211
- hideDetails: "Hide Details",
212
- hideInput: "Hide Input",
213
- hideOppoSite: "Hide Opposite",
214
- hideSlider: "Hide Slider",
215
- high: "High",
216
- hint: "Hint",
217
- horizontal: "Horizontal",
218
- hover: "Hover",
219
- href: "href",
220
- icon: "Icon",
221
- iconColor: "Icon Color",
222
- id: "ID",
223
- image: "Image",
224
- imagesAndIcons: "Images & Icons",
225
- indeterminate: "Indeterminate",
226
- info: "Info",
227
- inline: "Inline",
228
- inlineSlot: "Inline Slot",
229
- inset: "Inset",
230
- instance: "Instance",
231
- instances: "Instances",
232
- intensity: "Intensity",
233
- isDirty: "Is Dirty",
234
- isFocused: "Is Focused",
235
- isHovering: "Is Hovering",
236
- isSelected: "Is Selected",
237
- isValid: "Is Valid",
238
- italic: "Italic",
239
- item: "Item",
240
- itemGroup: "Item Group",
241
- items: "Items",
242
- itemsPerPage: "Items Per Page",
243
- justify: "Justify",
244
- key: "Key",
245
- keyboardControls: "Keyboard Controls",
246
- label: "Label",
247
- labelLarge: "Label Large",
248
- labelMedium: "Label Medium",
249
- labelSmall: "Label Small",
250
- large: "Large",
251
- left: "Left",
252
- legend: "Legend",
253
- length: "Length",
254
- light: "Light",
255
- lights: "Lights",
256
- line: "Line",
257
- lineChart: "Line Chart",
258
- lines: "Lines",
259
- lineThrough: "Line Through",
260
- list: "List",
261
- listItem: "List Item",
262
- loader: "Loader",
263
- loading: "Loading",
264
- log: "Log",
265
- main: "Main",
266
- mainAlign: "Main Align",
267
- mainAxis: "Main Axis",
268
- mainData: "Main Data",
269
- mandatory: "Mandatory",
270
- mapControls: "Map Controls",
271
- margin: "Margin",
272
- masked: "Masked",
273
- max: "Max",
274
- maxErrors: "Max Errors",
275
- maxHeight: "Max Height",
276
- maxLength: "Max Length",
277
- maxRows: "Max Rows",
278
- maxWidth: "Max Width",
279
- medium: "Medium",
280
- menu: "Menu",
281
- mesh: "Mesh",
282
- meshBasicMaterial: "Mesh Basic Material",
283
- message: "Message",
284
- messages: "Messages",
285
- middle: "Middle",
286
- min: "Min",
287
- minHeight: "Min Height",
288
- minLength: "Min Length",
289
- minWidth: "Min Width",
290
- misc: "Misc",
291
- mode: "Mode",
292
- msg: { takeEffectOnlyAfterReleased: "It shall take effect only after released" },
293
- multiple: "Multiple",
294
- multipleRef: "Multiple Reference",
295
- multipleRefPropertyChange: "Multiple Reference Property Change",
296
- multipleSlot: "Multiple Slot",
297
- multiSort: "Multi Sort",
298
- name: "Name",
299
- navigation: "Navigation",
300
- nearDistance: "Near Distance",
301
- newValue: "New Value",
302
- next: "Next",
303
- no: "No",
304
- none: "None",
305
- notSet: "Not Set",
306
- number: "Number",
307
- numberInput: "Number Input",
308
- objects: "Objects",
309
- offset: "Offset",
310
- oldValue: "Old Value",
311
- one: "One",
312
- oneTimePasswordInput: "One Time Password Input",
313
- opacity: "Opacity",
314
- open: "Open",
315
- openDelay: "Open Delay",
316
- options: "Options",
317
- orbitControls: "Orbit Controls",
318
- orthographicCamera: "Orthographic Camera",
319
- overline: "Overline",
320
- outlined: "Outlined",
321
- padding: "Padding",
322
- pagination: "Pagination",
323
- password: "Password",
324
- penumbra: "Penumbra",
325
- percent: "Percent",
326
- perspectiveCamera: "Perspective Camera",
327
- persistent: "Persistent",
328
- phiLength: "Horizontal End Angle",
329
- phiStart: "Horizontal Start Angle",
330
- pickers: "Pickers",
331
- pill: "Pill",
332
- pixel: "Pixel",
333
- placeholder: "Placeholder",
334
- plain: "Plain",
335
- pointLight: "Point Light",
336
- popout: "Popout",
337
- position: "Position",
338
- positioner: "Positioner",
339
- precision: "Precision",
340
- prefix: "Prefix",
341
- prepend: "Prepend",
342
- prependIcon: "Prepend Icon",
343
- prependInner: "Prepend Inner",
344
- prependInnerIcon: "Prepend Inner Icon",
345
- prev: "Previous",
346
- primary: "Primary",
347
- progressCircular: "Progress (Ciruclar)",
348
- progressLinear: "Progress (Linear)",
349
- property: "Property",
350
- propertyChange: "Property Change",
351
- radio: "Radio",
352
- radioGroup: "Radio Group",
353
- radius: "Radius",
354
- rangeSlider: "Range Slider",
355
- rating: "Rating",
356
- readonly: "Readonly",
357
- reference: "Reference",
358
- referencePropertyChange: "Reference Property Change",
359
- refKey: "Reference Key",
360
- regular: "Regular",
361
- relative: "Relative",
362
- renderSwitch: "Render Switch",
363
- required: "Required",
364
- reset: "Reset",
365
- resetValidation: "Reset Validation",
366
- result: "Result",
367
- reveal: "Reveal",
368
- reverse: "Reverse",
369
- right: "Right",
370
- ripple: "Ripple",
371
- rotate: "Rotate",
372
- rotation: "Rotation",
373
- rounded: "Rounded",
374
- row: "Row",
375
- rowKey: "Row Key",
376
- rowReverse: "Row Reverse",
377
- rows: "Rows",
378
- rules: "Rules",
379
- runtime: "Runtime",
380
- scale: "Scale",
381
- scrollX: "Scroll (X)",
382
- scrollXReverse: "Scroll (X / Reverse)",
383
- scrollY: "Scroll (Y)",
384
- scrollYReverse: "Scroll (Y / Reverse)",
385
- secondary: "Secondary",
386
- select: "Select",
387
- selection: "Selection",
388
- selections: "Selections",
389
- series: "Series",
390
- settings: "Settings",
391
- shaped: "Shaped",
392
- sheet: "Sheet",
393
- show: "Show",
394
- showArrows: "Show Arrows",
395
- showFirstLastPage: "Show First Last Page",
396
- showLabel: "Show Label",
397
- showSize: "Show Size",
398
- showTicks: "Show Ticks",
399
- shrink: "Shrink",
400
- side: "Side",
401
- singleLine: "Sinle Line",
402
- size: "Size",
403
- slideGroup: "Slide Group",
404
- slideGroupItem: "Slide Group Item",
405
- slider: "Slider",
406
- sliderColor: "Slider",
407
- slideX: "Slide (X)",
408
- slideXReverse: "Slide (X / Reverse)",
409
- slideY: "Slide (Y)",
410
- slideYReverse: "Slide (Y / Reverse)",
411
- slot: "Slot",
412
- slotPropertyChange: "Slot Property Change",
413
- slots: "Slots",
414
- small: "Small",
415
- solid: "Solid",
416
- solo: "Solo",
417
- soloFilled: "Solo Filled",
418
- soloInverted: "Solo Inverted",
419
- sort: "Sort",
420
- sortable: "Sortable",
421
- spaceAround: "Space Around",
422
- spaceBetween: "Space Between",
423
- spaceEvenly: "Space Evenly",
424
- spaced: "Spaced",
425
- spacer: "Spacer",
426
- speedDial: "Speed Dial",
427
- sphereGeometry: "Sphere Geometry",
428
- split: "Split",
429
- spotLight: "Spot Light",
430
- stacked: "Stacked",
431
- start: "Start",
432
- startPage: "Start Page",
433
- startup: "Startup",
434
- state: "State",
435
- stateChange: "State Change",
436
- step: "Step",
437
- stepper: "Stepper",
438
- stepperHeader: "Stepper Header",
439
- stepperItem: "Stepper Item",
440
- stepperWindow: "Stepper Window",
441
- stepperWindowItem: "Stepper Window Item",
442
- sticky: "Sticky",
443
- stream: "Stream",
444
- stretch: "Stretch",
445
- striped: "Striped",
446
- style: "Style",
447
- submit: "Submit",
448
- subtext: "Subtext",
449
- subtitle: "Subtitle",
450
- success: "Success",
451
- suffix: "Suffix",
452
- switch: "Switch",
453
- tab: "Tab",
454
- table: "Table",
455
- tableBody: "Table Body",
456
- tableBodyCell: "Table Body Cell",
457
- tableHead: "Table Head",
458
- tableHeadCell: "Table Head Cell",
459
- tableRow: "Table Row",
460
- tabs: "Tabs",
461
- text: "Text",
462
- textarea: "Textarea",
463
- textField: "Text Field",
464
- theme: "Theme",
465
- thetaLength: "Vertical End Angle",
466
- thetaStart: "Vertical Start Angle",
467
- thin: "Thin",
468
- thick: "Thick",
469
- thickness: "Thickness",
470
- three: "Three",
471
- thumb: "Thumb",
472
- thumbColor: "Thumb Color",
473
- tick: "Tick",
474
- ticks: "Ticks",
475
- tile: "Tile",
476
- time: "Time",
477
- timeline: "Timeline",
478
- timelineItem: "Timeline Item",
479
- title: "Title",
480
- titleLarge: "Title Large",
481
- titleMedium: "Title Medium",
482
- titleSmall: "Title Small",
483
- toggle: "Toggle",
484
- tonal: "Tonal",
485
- tooltip: "Tooltip",
486
- top: "Top",
487
- topLeft: "Top Left",
488
- topRight: "Top Right",
489
- totalItems: "Total Items",
490
- totalVisiable: "Total Visiable",
491
- touch: "Touch",
492
- track: "Track",
493
- trackColor: "Track Color",
494
- trackFillColor: "Track Fill Color",
495
- transform: "Transform",
496
- transition: "Transition",
497
- triggerOpen: "Trigger Open",
498
- true: "True",
499
- truncate: "Truncate",
500
- two: "Two",
501
- type: "Type",
502
- underline: "Underline",
503
- underlined: "Underlined",
504
- updateOptions: "Update Options",
505
- valid: "Valid",
506
- validate: "Validate",
507
- value: "Value",
508
- variant: "Variant",
509
- vertical: "Vertical",
510
- viewportPercent: "Viewport Percent",
511
- warning: "Warning",
512
- way: "Way",
513
- weight: "Weight",
514
- width: "Width",
515
- widthSegments: "Width Segments",
516
- windows: "Windows",
517
- wrap: "Wrap",
518
- x: "X",
519
- xAxis: "X Axis",
520
- xLarge: "X Large",
521
- xSmall: "X Small",
522
- y: "Y",
523
- yAxis: "Y Axis",
524
- yes: "Yes",
525
- z: "Z"
526
- } };
527
- //#endregion
528
- export { t };