@uipath/apollo-wind 2.39.0 → 2.41.0
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/components/custom/flow-properties-simple.cjs +11 -3
- package/dist/components/custom/flow-properties-simple.js +12 -4
- package/dist/components/forms/field-renderer.cjs +61 -94
- package/dist/components/forms/field-renderer.d.ts +1 -1
- package/dist/components/forms/field-renderer.js +50 -83
- package/dist/components/ui/form-field.cjs +90 -0
- package/dist/components/ui/form-field.d.ts +26 -0
- package/dist/components/ui/form-field.js +47 -0
- package/dist/components/ui/index.cjs +119 -109
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.js +1 -0
- package/dist/components/ui/input-group.cjs +3 -4
- package/dist/components/ui/input-group.js +3 -4
- package/dist/components/ui/input.cjs +3 -4
- package/dist/components/ui/input.js +3 -4
- package/dist/components/ui/label.cjs +19 -6
- package/dist/components/ui/label.d.ts +27 -5
- package/dist/components/ui/label.js +19 -6
- package/dist/components/ui/lockable-value-field/lockable-value-field.cjs +3 -4
- package/dist/components/ui/lockable-value-field/lockable-value-field.js +3 -4
- package/dist/index.cjs +16 -3
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
|
@@ -78,16 +78,19 @@ var __webpack_modules__ = {
|
|
|
78
78
|
"./file-upload" (module) {
|
|
79
79
|
module.exports = require("./file-upload.cjs");
|
|
80
80
|
},
|
|
81
|
+
"./form-field" (module) {
|
|
82
|
+
module.exports = require("./form-field.cjs");
|
|
83
|
+
},
|
|
81
84
|
"./hover-card" (module) {
|
|
82
85
|
module.exports = require("./hover-card.cjs");
|
|
83
86
|
},
|
|
84
|
-
"
|
|
87
|
+
"./input-group" (module) {
|
|
85
88
|
module.exports = require("./input-group.cjs");
|
|
86
89
|
},
|
|
87
90
|
"@/components/ui/input" (module) {
|
|
88
91
|
module.exports = require("./input.cjs");
|
|
89
92
|
},
|
|
90
|
-
"
|
|
93
|
+
"@/components/ui/label" (module) {
|
|
91
94
|
module.exports = require("./label.cjs");
|
|
92
95
|
},
|
|
93
96
|
"./layout" (module) {
|
|
@@ -162,13 +165,13 @@ var __webpack_modules__ = {
|
|
|
162
165
|
"./tabs" (module) {
|
|
163
166
|
module.exports = require("./tabs.cjs");
|
|
164
167
|
},
|
|
165
|
-
"
|
|
168
|
+
"@/components/ui/textarea" (module) {
|
|
166
169
|
module.exports = require("./textarea.cjs");
|
|
167
170
|
},
|
|
168
171
|
"./toggle-group" (module) {
|
|
169
172
|
module.exports = require("./toggle-group.cjs");
|
|
170
173
|
},
|
|
171
|
-
"
|
|
174
|
+
"./toggle" (module) {
|
|
172
175
|
module.exports = require("./toggle.cjs");
|
|
173
176
|
},
|
|
174
177
|
"./tooltip" (module) {
|
|
@@ -225,7 +228,7 @@ var __webpack_exports__ = {};
|
|
|
225
228
|
(()=>{
|
|
226
229
|
__webpack_require__.r(__webpack_exports__);
|
|
227
230
|
__webpack_require__.d(__webpack_exports__, {
|
|
228
|
-
TreeView: ()=>
|
|
231
|
+
TreeView: ()=>_tree_view__rspack_import_60_default.a
|
|
229
232
|
});
|
|
230
233
|
var _accordion__rspack_import_0 = __webpack_require__("./accordion");
|
|
231
234
|
var __rspack_reexport = {};
|
|
@@ -402,246 +405,253 @@ var __webpack_exports__ = {};
|
|
|
402
405
|
"default"
|
|
403
406
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_empty_state__rspack_import_24[__rspack_import_key];
|
|
404
407
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
405
|
-
var
|
|
408
|
+
var _form_field__rspack_import_25 = __webpack_require__("./form-field");
|
|
409
|
+
var __rspack_reexport = {};
|
|
410
|
+
for(const __rspack_import_key in _form_field__rspack_import_25)if ([
|
|
411
|
+
"TreeView",
|
|
412
|
+
"default"
|
|
413
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_form_field__rspack_import_25[__rspack_import_key];
|
|
414
|
+
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
415
|
+
var _file_upload__rspack_import_26 = __webpack_require__("./file-upload");
|
|
406
416
|
var __rspack_reexport = {};
|
|
407
|
-
for(const __rspack_import_key in
|
|
417
|
+
for(const __rspack_import_key in _file_upload__rspack_import_26)if ([
|
|
408
418
|
"TreeView",
|
|
409
419
|
"default"
|
|
410
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
420
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_file_upload__rspack_import_26[__rspack_import_key];
|
|
411
421
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
412
|
-
var
|
|
422
|
+
var _hover_card__rspack_import_27 = __webpack_require__("./hover-card");
|
|
413
423
|
var __rspack_reexport = {};
|
|
414
|
-
for(const __rspack_import_key in
|
|
424
|
+
for(const __rspack_import_key in _hover_card__rspack_import_27)if ([
|
|
415
425
|
"TreeView",
|
|
416
426
|
"default"
|
|
417
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
427
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_hover_card__rspack_import_27[__rspack_import_key];
|
|
418
428
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
419
|
-
var
|
|
429
|
+
var _input__rspack_import_28 = __webpack_require__("@/components/ui/input");
|
|
420
430
|
var __rspack_reexport = {};
|
|
421
|
-
for(const __rspack_import_key in
|
|
431
|
+
for(const __rspack_import_key in _input__rspack_import_28)if ([
|
|
422
432
|
"TreeView",
|
|
423
433
|
"default"
|
|
424
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
434
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_input__rspack_import_28[__rspack_import_key];
|
|
425
435
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
426
|
-
var
|
|
436
|
+
var _input_group__rspack_import_29 = __webpack_require__("./input-group");
|
|
427
437
|
var __rspack_reexport = {};
|
|
428
|
-
for(const __rspack_import_key in
|
|
438
|
+
for(const __rspack_import_key in _input_group__rspack_import_29)if ([
|
|
429
439
|
"TreeView",
|
|
430
440
|
"default"
|
|
431
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
441
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_input_group__rspack_import_29[__rspack_import_key];
|
|
432
442
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
433
|
-
var
|
|
443
|
+
var _label__rspack_import_30 = __webpack_require__("@/components/ui/label");
|
|
434
444
|
var __rspack_reexport = {};
|
|
435
|
-
for(const __rspack_import_key in
|
|
445
|
+
for(const __rspack_import_key in _label__rspack_import_30)if ([
|
|
436
446
|
"TreeView",
|
|
437
447
|
"default"
|
|
438
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
448
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_label__rspack_import_30[__rspack_import_key];
|
|
439
449
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
440
|
-
var
|
|
450
|
+
var _layout__rspack_import_31 = __webpack_require__("./layout");
|
|
441
451
|
var __rspack_reexport = {};
|
|
442
|
-
for(const __rspack_import_key in
|
|
452
|
+
for(const __rspack_import_key in _layout__rspack_import_31)if ([
|
|
443
453
|
"TreeView",
|
|
444
454
|
"default"
|
|
445
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
455
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_layout__rspack_import_31[__rspack_import_key];
|
|
446
456
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
447
|
-
var
|
|
457
|
+
var _lockable_value_field__rspack_import_32 = __webpack_require__("./lockable-value-field");
|
|
448
458
|
var __rspack_reexport = {};
|
|
449
|
-
for(const __rspack_import_key in
|
|
459
|
+
for(const __rspack_import_key in _lockable_value_field__rspack_import_32)if ([
|
|
450
460
|
"TreeView",
|
|
451
461
|
"default"
|
|
452
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
462
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_lockable_value_field__rspack_import_32[__rspack_import_key];
|
|
453
463
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
454
|
-
var
|
|
464
|
+
var _multi_select__rspack_import_33 = __webpack_require__("./multi-select");
|
|
455
465
|
var __rspack_reexport = {};
|
|
456
|
-
for(const __rspack_import_key in
|
|
466
|
+
for(const __rspack_import_key in _multi_select__rspack_import_33)if ([
|
|
457
467
|
"TreeView",
|
|
458
468
|
"default"
|
|
459
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
469
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_multi_select__rspack_import_33[__rspack_import_key];
|
|
460
470
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
461
|
-
var
|
|
471
|
+
var _pagination__rspack_import_34 = __webpack_require__("./pagination");
|
|
462
472
|
var __rspack_reexport = {};
|
|
463
|
-
for(const __rspack_import_key in
|
|
473
|
+
for(const __rspack_import_key in _pagination__rspack_import_34)if ([
|
|
464
474
|
"TreeView",
|
|
465
475
|
"default"
|
|
466
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
476
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_pagination__rspack_import_34[__rspack_import_key];
|
|
467
477
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
468
|
-
var
|
|
478
|
+
var _popover__rspack_import_35 = __webpack_require__("@/components/ui/popover");
|
|
469
479
|
var __rspack_reexport = {};
|
|
470
|
-
for(const __rspack_import_key in
|
|
480
|
+
for(const __rspack_import_key in _popover__rspack_import_35)if ([
|
|
471
481
|
"TreeView",
|
|
472
482
|
"default"
|
|
473
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
483
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_popover__rspack_import_35[__rspack_import_key];
|
|
474
484
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
475
|
-
var
|
|
485
|
+
var _portal_container__rspack_import_36 = __webpack_require__("@/components/ui/portal-container");
|
|
476
486
|
var __rspack_reexport = {};
|
|
477
|
-
for(const __rspack_import_key in
|
|
487
|
+
for(const __rspack_import_key in _portal_container__rspack_import_36)if ([
|
|
478
488
|
"TreeView",
|
|
479
489
|
"default"
|
|
480
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
490
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_portal_container__rspack_import_36[__rspack_import_key];
|
|
481
491
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
482
|
-
var
|
|
492
|
+
var _progress__rspack_import_37 = __webpack_require__("./progress");
|
|
483
493
|
var __rspack_reexport = {};
|
|
484
|
-
for(const __rspack_import_key in
|
|
494
|
+
for(const __rspack_import_key in _progress__rspack_import_37)if ([
|
|
485
495
|
"TreeView",
|
|
486
496
|
"default"
|
|
487
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
497
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_progress__rspack_import_37[__rspack_import_key];
|
|
488
498
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
489
|
-
var
|
|
499
|
+
var _prompt_editor__rspack_import_38 = __webpack_require__("./prompt-editor");
|
|
490
500
|
var __rspack_reexport = {};
|
|
491
|
-
for(const __rspack_import_key in
|
|
501
|
+
for(const __rspack_import_key in _prompt_editor__rspack_import_38)if ([
|
|
492
502
|
"TreeView",
|
|
493
503
|
"default"
|
|
494
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
504
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_prompt_editor__rspack_import_38[__rspack_import_key];
|
|
495
505
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
496
|
-
var
|
|
506
|
+
var _radio_group__rspack_import_39 = __webpack_require__("./radio-group");
|
|
497
507
|
var __rspack_reexport = {};
|
|
498
|
-
for(const __rspack_import_key in
|
|
508
|
+
for(const __rspack_import_key in _radio_group__rspack_import_39)if ([
|
|
499
509
|
"TreeView",
|
|
500
510
|
"default"
|
|
501
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
511
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_radio_group__rspack_import_39[__rspack_import_key];
|
|
502
512
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
503
|
-
var
|
|
513
|
+
var _resizable__rspack_import_40 = __webpack_require__("./resizable");
|
|
504
514
|
var __rspack_reexport = {};
|
|
505
|
-
for(const __rspack_import_key in
|
|
515
|
+
for(const __rspack_import_key in _resizable__rspack_import_40)if ([
|
|
506
516
|
"TreeView",
|
|
507
517
|
"default"
|
|
508
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
518
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_resizable__rspack_import_40[__rspack_import_key];
|
|
509
519
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
510
|
-
var
|
|
520
|
+
var _scroll_area__rspack_import_41 = __webpack_require__("./scroll-area");
|
|
511
521
|
var __rspack_reexport = {};
|
|
512
|
-
for(const __rspack_import_key in
|
|
522
|
+
for(const __rspack_import_key in _scroll_area__rspack_import_41)if ([
|
|
513
523
|
"TreeView",
|
|
514
524
|
"default"
|
|
515
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
525
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_scroll_area__rspack_import_41[__rspack_import_key];
|
|
516
526
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
517
|
-
var
|
|
527
|
+
var _search__rspack_import_42 = __webpack_require__("./search");
|
|
518
528
|
var __rspack_reexport = {};
|
|
519
|
-
for(const __rspack_import_key in
|
|
529
|
+
for(const __rspack_import_key in _search__rspack_import_42)if ([
|
|
520
530
|
"TreeView",
|
|
521
531
|
"default"
|
|
522
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
532
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_search__rspack_import_42[__rspack_import_key];
|
|
523
533
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
524
|
-
var
|
|
534
|
+
var _select__rspack_import_43 = __webpack_require__("./select");
|
|
525
535
|
var __rspack_reexport = {};
|
|
526
|
-
for(const __rspack_import_key in
|
|
536
|
+
for(const __rspack_import_key in _select__rspack_import_43)if ([
|
|
527
537
|
"TreeView",
|
|
528
538
|
"default"
|
|
529
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
539
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_select__rspack_import_43[__rspack_import_key];
|
|
530
540
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
531
|
-
var
|
|
541
|
+
var _separator__rspack_import_44 = __webpack_require__("./separator");
|
|
532
542
|
var __rspack_reexport = {};
|
|
533
|
-
for(const __rspack_import_key in
|
|
543
|
+
for(const __rspack_import_key in _separator__rspack_import_44)if ([
|
|
534
544
|
"TreeView",
|
|
535
545
|
"default"
|
|
536
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
546
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_separator__rspack_import_44[__rspack_import_key];
|
|
537
547
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
538
|
-
var
|
|
548
|
+
var _sheet__rspack_import_45 = __webpack_require__("./sheet");
|
|
539
549
|
var __rspack_reexport = {};
|
|
540
|
-
for(const __rspack_import_key in
|
|
550
|
+
for(const __rspack_import_key in _sheet__rspack_import_45)if ([
|
|
541
551
|
"TreeView",
|
|
542
552
|
"default"
|
|
543
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
553
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_sheet__rspack_import_45[__rspack_import_key];
|
|
544
554
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
545
|
-
var
|
|
555
|
+
var _skeleton__rspack_import_46 = __webpack_require__("./skeleton");
|
|
546
556
|
var __rspack_reexport = {};
|
|
547
|
-
for(const __rspack_import_key in
|
|
557
|
+
for(const __rspack_import_key in _skeleton__rspack_import_46)if ([
|
|
548
558
|
"TreeView",
|
|
549
559
|
"default"
|
|
550
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
560
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_skeleton__rspack_import_46[__rspack_import_key];
|
|
551
561
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
552
|
-
var
|
|
562
|
+
var _slider__rspack_import_47 = __webpack_require__("./slider");
|
|
553
563
|
var __rspack_reexport = {};
|
|
554
|
-
for(const __rspack_import_key in
|
|
564
|
+
for(const __rspack_import_key in _slider__rspack_import_47)if ([
|
|
555
565
|
"TreeView",
|
|
556
566
|
"default"
|
|
557
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
567
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_slider__rspack_import_47[__rspack_import_key];
|
|
558
568
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
559
|
-
var
|
|
569
|
+
var _sonner__rspack_import_48 = __webpack_require__("./sonner");
|
|
560
570
|
var __rspack_reexport = {};
|
|
561
|
-
for(const __rspack_import_key in
|
|
571
|
+
for(const __rspack_import_key in _sonner__rspack_import_48)if ([
|
|
562
572
|
"TreeView",
|
|
563
573
|
"default"
|
|
564
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
574
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_sonner__rspack_import_48[__rspack_import_key];
|
|
565
575
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
566
|
-
var
|
|
576
|
+
var _spinner__rspack_import_49 = __webpack_require__("./spinner");
|
|
567
577
|
var __rspack_reexport = {};
|
|
568
|
-
for(const __rspack_import_key in
|
|
578
|
+
for(const __rspack_import_key in _spinner__rspack_import_49)if ([
|
|
569
579
|
"TreeView",
|
|
570
580
|
"default"
|
|
571
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
581
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_spinner__rspack_import_49[__rspack_import_key];
|
|
572
582
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
573
|
-
var
|
|
583
|
+
var _stats_card__rspack_import_50 = __webpack_require__("./stats-card");
|
|
574
584
|
var __rspack_reexport = {};
|
|
575
|
-
for(const __rspack_import_key in
|
|
585
|
+
for(const __rspack_import_key in _stats_card__rspack_import_50)if ([
|
|
576
586
|
"TreeView",
|
|
577
587
|
"default"
|
|
578
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
588
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_stats_card__rspack_import_50[__rspack_import_key];
|
|
579
589
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
580
|
-
var
|
|
590
|
+
var _stepper__rspack_import_51 = __webpack_require__("./stepper");
|
|
581
591
|
var __rspack_reexport = {};
|
|
582
|
-
for(const __rspack_import_key in
|
|
592
|
+
for(const __rspack_import_key in _stepper__rspack_import_51)if ([
|
|
583
593
|
"TreeView",
|
|
584
594
|
"default"
|
|
585
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
595
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_stepper__rspack_import_51[__rspack_import_key];
|
|
586
596
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
587
|
-
var
|
|
597
|
+
var _switch__rspack_import_52 = __webpack_require__("./switch");
|
|
588
598
|
var __rspack_reexport = {};
|
|
589
|
-
for(const __rspack_import_key in
|
|
599
|
+
for(const __rspack_import_key in _switch__rspack_import_52)if ([
|
|
590
600
|
"TreeView",
|
|
591
601
|
"default"
|
|
592
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
602
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_switch__rspack_import_52[__rspack_import_key];
|
|
593
603
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
594
|
-
var
|
|
604
|
+
var _table__rspack_import_53 = __webpack_require__("@/components/ui/table");
|
|
595
605
|
var __rspack_reexport = {};
|
|
596
|
-
for(const __rspack_import_key in
|
|
606
|
+
for(const __rspack_import_key in _table__rspack_import_53)if ([
|
|
597
607
|
"TreeView",
|
|
598
608
|
"default"
|
|
599
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
609
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_table__rspack_import_53[__rspack_import_key];
|
|
600
610
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
601
|
-
var
|
|
611
|
+
var _tabs__rspack_import_54 = __webpack_require__("./tabs");
|
|
602
612
|
var __rspack_reexport = {};
|
|
603
|
-
for(const __rspack_import_key in
|
|
613
|
+
for(const __rspack_import_key in _tabs__rspack_import_54)if ([
|
|
604
614
|
"TreeView",
|
|
605
615
|
"default"
|
|
606
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
616
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_tabs__rspack_import_54[__rspack_import_key];
|
|
607
617
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
608
|
-
var
|
|
618
|
+
var _textarea__rspack_import_55 = __webpack_require__("@/components/ui/textarea");
|
|
609
619
|
var __rspack_reexport = {};
|
|
610
|
-
for(const __rspack_import_key in
|
|
620
|
+
for(const __rspack_import_key in _textarea__rspack_import_55)if ([
|
|
611
621
|
"TreeView",
|
|
612
622
|
"default"
|
|
613
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
623
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_textarea__rspack_import_55[__rspack_import_key];
|
|
614
624
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
615
|
-
var
|
|
625
|
+
var _toggle__rspack_import_56 = __webpack_require__("./toggle");
|
|
616
626
|
var __rspack_reexport = {};
|
|
617
|
-
for(const __rspack_import_key in
|
|
627
|
+
for(const __rspack_import_key in _toggle__rspack_import_56)if ([
|
|
618
628
|
"TreeView",
|
|
619
629
|
"default"
|
|
620
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
630
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_toggle__rspack_import_56[__rspack_import_key];
|
|
621
631
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
622
|
-
var
|
|
632
|
+
var _toggle_group__rspack_import_57 = __webpack_require__("./toggle-group");
|
|
623
633
|
var __rspack_reexport = {};
|
|
624
|
-
for(const __rspack_import_key in
|
|
634
|
+
for(const __rspack_import_key in _toggle_group__rspack_import_57)if ([
|
|
625
635
|
"TreeView",
|
|
626
636
|
"default"
|
|
627
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
637
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_toggle_group__rspack_import_57[__rspack_import_key];
|
|
628
638
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
629
|
-
var
|
|
639
|
+
var _tooltip__rspack_import_58 = __webpack_require__("./tooltip");
|
|
630
640
|
var __rspack_reexport = {};
|
|
631
|
-
for(const __rspack_import_key in
|
|
641
|
+
for(const __rspack_import_key in _tooltip__rspack_import_58)if ([
|
|
632
642
|
"TreeView",
|
|
633
643
|
"default"
|
|
634
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
644
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_tooltip__rspack_import_58[__rspack_import_key];
|
|
635
645
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
636
|
-
var
|
|
646
|
+
var _variable_picker__rspack_import_59 = __webpack_require__("./variable-picker");
|
|
637
647
|
var __rspack_reexport = {};
|
|
638
|
-
for(const __rspack_import_key in
|
|
648
|
+
for(const __rspack_import_key in _variable_picker__rspack_import_59)if ([
|
|
639
649
|
"TreeView",
|
|
640
650
|
"default"
|
|
641
|
-
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>
|
|
651
|
+
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_variable_picker__rspack_import_59[__rspack_import_key];
|
|
642
652
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
643
|
-
var
|
|
644
|
-
var
|
|
653
|
+
var _tree_view__rspack_import_60 = __webpack_require__("./tree-view");
|
|
654
|
+
var _tree_view__rspack_import_60_default = /*#__PURE__*/ __webpack_require__.n(_tree_view__rspack_import_60);
|
|
645
655
|
})();
|
|
646
656
|
exports.TreeView = __webpack_exports__.TreeView;
|
|
647
657
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
@@ -24,6 +24,7 @@ export * from "./drawer.js";
|
|
|
24
24
|
export * from "./dropdown-menu.js";
|
|
25
25
|
export * from "./editable-cell.js";
|
|
26
26
|
export * from "./empty-state.js";
|
|
27
|
+
export * from "./form-field.js";
|
|
27
28
|
export * from "./file-upload.js";
|
|
28
29
|
export * from "./hover-card.js";
|
|
29
30
|
export * from "./input.js";
|
|
@@ -38,6 +38,7 @@ const external_button_cjs_namespaceObject = require("./button.cjs");
|
|
|
38
38
|
const external_input_cjs_namespaceObject = require("./input.cjs");
|
|
39
39
|
const external_textarea_cjs_namespaceObject = require("./textarea.cjs");
|
|
40
40
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
41
|
+
const external_form_field_cjs_namespaceObject = require("./form-field.cjs");
|
|
41
42
|
const InputGroupValidationContext = /*#__PURE__*/ external_react_namespaceObject.createContext({});
|
|
42
43
|
const InputGroup = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, error, errorId, variant = 'default', size = 'default', ...props }, ref)=>{
|
|
43
44
|
const generatedId = external_react_namespaceObject.useId();
|
|
@@ -54,12 +55,10 @@ const InputGroup = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ cl
|
|
|
54
55
|
className: (0, index_cjs_namespaceObject.cn)('group/input-group relative flex w-full items-center gap-2 transition-colors has-[>textarea]:h-auto has-[>textarea]:items-start', 'default' === size && 'h-9 rounded-md px-3 py-1 future:h-10 future:rounded-xl future:py-2', 'xs' === size && 'h-6 gap-1 rounded px-2', 'default' === variant && 'border border-input bg-transparent future:border-0 future:bg-surface-overlay', 'ghost' === variant && 'border-0 bg-surface-overlay', 'has-[[data-slot=input-group-control]:focus-visible]:ring-2 has-[[data-slot=input-group-control]:focus-visible]:ring-ring future:has-[[data-slot=input-group-control]:focus-visible]:ring-offset-2 future:has-[[data-slot=input-group-control]:focus-visible]:ring-offset-background', 'has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 future:has-[[data-slot][aria-invalid=true]]:ring-1 future:has-[[data-slot][aria-invalid=true]]:ring-error/40', error && 'border-error ring-error/20 future:ring-1 future:ring-error/40', 'has-[[data-slot=input-group-control]:disabled]:cursor-not-allowed has-[[data-slot=input-group-control]:disabled]:opacity-50', className),
|
|
55
56
|
...props
|
|
56
57
|
}),
|
|
57
|
-
|
|
58
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_form_field_cjs_namespaceObject.FormFieldError, {
|
|
58
59
|
id: validationId,
|
|
59
60
|
"data-slot": "input-group-error",
|
|
60
|
-
|
|
61
|
-
"aria-atomic": "true",
|
|
62
|
-
className: "mt-1 text-xs leading-4 text-error",
|
|
61
|
+
className: "mt-1",
|
|
63
62
|
children: error
|
|
64
63
|
})
|
|
65
64
|
]
|
|
@@ -5,6 +5,7 @@ import { Button } from "./button.js";
|
|
|
5
5
|
import { Input } from "./input.js";
|
|
6
6
|
import { Textarea } from "./textarea.js";
|
|
7
7
|
import { cn } from "../../lib/index.js";
|
|
8
|
+
import { FormFieldError } from "./form-field.js";
|
|
8
9
|
const InputGroupValidationContext = /*#__PURE__*/ createContext({});
|
|
9
10
|
const InputGroup = /*#__PURE__*/ forwardRef(({ className, error, errorId, variant = 'default', size = 'default', ...props }, ref)=>{
|
|
10
11
|
const generatedId = useId();
|
|
@@ -21,12 +22,10 @@ const InputGroup = /*#__PURE__*/ forwardRef(({ className, error, errorId, varian
|
|
|
21
22
|
className: cn('group/input-group relative flex w-full items-center gap-2 transition-colors has-[>textarea]:h-auto has-[>textarea]:items-start', 'default' === size && 'h-9 rounded-md px-3 py-1 future:h-10 future:rounded-xl future:py-2', 'xs' === size && 'h-6 gap-1 rounded px-2', 'default' === variant && 'border border-input bg-transparent future:border-0 future:bg-surface-overlay', 'ghost' === variant && 'border-0 bg-surface-overlay', 'has-[[data-slot=input-group-control]:focus-visible]:ring-2 has-[[data-slot=input-group-control]:focus-visible]:ring-ring future:has-[[data-slot=input-group-control]:focus-visible]:ring-offset-2 future:has-[[data-slot=input-group-control]:focus-visible]:ring-offset-background', 'has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 future:has-[[data-slot][aria-invalid=true]]:ring-1 future:has-[[data-slot][aria-invalid=true]]:ring-error/40', error && 'border-error ring-error/20 future:ring-1 future:ring-error/40', 'has-[[data-slot=input-group-control]:disabled]:cursor-not-allowed has-[[data-slot=input-group-control]:disabled]:opacity-50', className),
|
|
22
23
|
...props
|
|
23
24
|
}),
|
|
24
|
-
|
|
25
|
+
/*#__PURE__*/ jsx(FormFieldError, {
|
|
25
26
|
id: validationId,
|
|
26
27
|
"data-slot": "input-group-error",
|
|
27
|
-
|
|
28
|
-
"aria-atomic": "true",
|
|
29
|
-
className: "mt-1 text-xs leading-4 text-error",
|
|
28
|
+
className: "mt-1",
|
|
30
29
|
children: error
|
|
31
30
|
})
|
|
32
31
|
]
|
|
@@ -29,6 +29,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
31
|
const utils_cjs_namespaceObject = require("../../lib/utils.cjs");
|
|
32
|
+
const external_form_field_cjs_namespaceObject = require("./form-field.cjs");
|
|
32
33
|
const Input = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ 'aria-describedby': ariaDescribedBy, 'aria-errormessage': ariaErrorMessage, 'aria-invalid': ariaInvalid, className, error, errorId, id, type, variant = 'default', size = 'default', ...props }, ref)=>{
|
|
33
34
|
const generatedId = external_react_namespaceObject.useId();
|
|
34
35
|
const validationId = errorId ?? `${id ?? `input-${generatedId.replace(/:/g, '')}`}-error`;
|
|
@@ -49,12 +50,10 @@ const Input = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ 'aria-d
|
|
|
49
50
|
className: (0, utils_cjs_namespaceObject.cn)('flex w-full transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-error aria-invalid:focus-visible:ring-error', 'default' === size && 'h-9 rounded-md px-3 py-1 text-base placeholder:text-muted-foreground md:text-sm', 'xs' === size && 'h-6 rounded px-2 text-xs placeholder:text-muted-foreground', 'default' === variant && 'border border-input bg-transparent', 'ghost' === variant && 'border-0 bg-surface-overlay', 'default' === variant && 'default' === size && 'future:h-10 future:rounded-xl future:border-0 future:bg-surface-overlay future:py-2 future:text-sm future:placeholder:text-foreground-muted future:placeholder:font-normal future:focus-visible:ring-offset-2 future:focus-visible:ring-offset-background future:aria-invalid:ring-1 future:aria-invalid:ring-error/40', className),
|
|
50
51
|
ref: ref
|
|
51
52
|
}),
|
|
52
|
-
|
|
53
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_form_field_cjs_namespaceObject.FormFieldError, {
|
|
53
54
|
id: validationId,
|
|
54
55
|
"data-slot": "input-error",
|
|
55
|
-
|
|
56
|
-
"aria-atomic": "true",
|
|
57
|
-
className: "mt-1 text-xs leading-4 text-error",
|
|
56
|
+
className: "mt-1",
|
|
58
57
|
children: error
|
|
59
58
|
})
|
|
60
59
|
]
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef, useId } from "react";
|
|
3
3
|
import { cn } from "../../lib/utils.js";
|
|
4
|
+
import { FormFieldError } from "./form-field.js";
|
|
4
5
|
const Input = /*#__PURE__*/ forwardRef(({ 'aria-describedby': ariaDescribedBy, 'aria-errormessage': ariaErrorMessage, 'aria-invalid': ariaInvalid, className, error, errorId, id, type, variant = 'default', size = 'default', ...props }, ref)=>{
|
|
5
6
|
const generatedId = useId();
|
|
6
7
|
const validationId = errorId ?? `${id ?? `input-${generatedId.replace(/:/g, '')}`}-error`;
|
|
@@ -21,12 +22,10 @@ const Input = /*#__PURE__*/ forwardRef(({ 'aria-describedby': ariaDescribedBy, '
|
|
|
21
22
|
className: cn('flex w-full transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-error aria-invalid:focus-visible:ring-error', 'default' === size && 'h-9 rounded-md px-3 py-1 text-base placeholder:text-muted-foreground md:text-sm', 'xs' === size && 'h-6 rounded px-2 text-xs placeholder:text-muted-foreground', 'default' === variant && 'border border-input bg-transparent', 'ghost' === variant && 'border-0 bg-surface-overlay', 'default' === variant && 'default' === size && 'future:h-10 future:rounded-xl future:border-0 future:bg-surface-overlay future:py-2 future:text-sm future:placeholder:text-foreground-muted future:placeholder:font-normal future:focus-visible:ring-offset-2 future:focus-visible:ring-offset-background future:aria-invalid:ring-1 future:aria-invalid:ring-error/40', className),
|
|
22
23
|
ref: ref
|
|
23
24
|
}),
|
|
24
|
-
|
|
25
|
+
/*#__PURE__*/ jsx(FormFieldError, {
|
|
25
26
|
id: validationId,
|
|
26
27
|
"data-slot": "input-error",
|
|
27
|
-
|
|
28
|
-
"aria-atomic": "true",
|
|
29
|
-
className: "mt-1 text-xs leading-4 text-error",
|
|
28
|
+
className: "mt-1",
|
|
30
29
|
children: error
|
|
31
30
|
})
|
|
32
31
|
]
|
|
@@ -32,18 +32,31 @@ const react_label_namespaceObject = require("@radix-ui/react-label");
|
|
|
32
32
|
const external_class_variance_authority_namespaceObject = require("class-variance-authority");
|
|
33
33
|
const external_react_namespaceObject = require("react");
|
|
34
34
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
35
|
-
const labelVariants = (0, external_class_variance_authority_namespaceObject.cva)('text-
|
|
36
|
-
|
|
35
|
+
const labelVariants = (0, external_class_variance_authority_namespaceObject.cva)('text-xs peer-disabled:cursor-not-allowed peer-disabled:opacity-70', {
|
|
36
|
+
variants: {
|
|
37
|
+
variant: {
|
|
38
|
+
default: 'font-medium text-foreground',
|
|
39
|
+
muted: 'font-normal text-foreground-muted'
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
defaultVariants: {
|
|
43
|
+
variant: 'default'
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
const Label = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, variant = 'default', ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_label_namespaceObject.Root, {
|
|
37
47
|
ref: ref,
|
|
38
48
|
"data-slot": "label",
|
|
39
|
-
|
|
49
|
+
"data-variant": variant,
|
|
50
|
+
className: (0, index_cjs_namespaceObject.cn)(labelVariants({
|
|
51
|
+
variant
|
|
52
|
+
}), className),
|
|
40
53
|
...props
|
|
41
54
|
}));
|
|
42
55
|
Label.displayName = react_label_namespaceObject.Root.displayName;
|
|
43
|
-
const RequiredIndicator = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("span", {
|
|
56
|
+
const RequiredIndicator = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, srLabel = ' (required)', ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("span", {
|
|
44
57
|
ref: ref,
|
|
45
58
|
...props,
|
|
46
|
-
className: (0, index_cjs_namespaceObject.cn)('ml-0.5 text-
|
|
59
|
+
className: (0, index_cjs_namespaceObject.cn)('ml-0.5', className, 'text-foreground'),
|
|
47
60
|
children: [
|
|
48
61
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
|
|
49
62
|
"aria-hidden": "true",
|
|
@@ -51,7 +64,7 @@ const RequiredIndicator = /*#__PURE__*/ external_react_namespaceObject.forwardRe
|
|
|
51
64
|
}),
|
|
52
65
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
|
|
53
66
|
className: "sr-only",
|
|
54
|
-
children:
|
|
67
|
+
children: srLabel
|
|
55
68
|
})
|
|
56
69
|
]
|
|
57
70
|
}));
|