@atscript/ui-styles 0.1.79 → 0.1.80
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/css/all.css +131 -83
- package/dist/css/aooth.css +73 -25
- package/dist/index.cjs +31 -5
- package/dist/index.d.cts +7 -1
- package/dist/index.d.mts +7 -1
- package/dist/index.mjs +30 -6
- package/dist/{kebab-CLciHqx_.cjs → kebab-B1Zc6HvG.cjs} +270 -0
- package/dist/{kebab-DUi0s2Ln.mjs → kebab-xK5wp6ZH.mjs} +270 -0
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +5 -5
|
@@ -674,6 +674,141 @@ const componentClasses = {
|
|
|
674
674
|
"i-as-field-empty",
|
|
675
675
|
"i-as-field-fill"
|
|
676
676
|
],
|
|
677
|
+
"as-copy": [
|
|
678
|
+
"as-action-field",
|
|
679
|
+
"as-array-add-btn",
|
|
680
|
+
"as-array-add-row",
|
|
681
|
+
"as-array-items-chip",
|
|
682
|
+
"as-checkbox-field",
|
|
683
|
+
"as-checkbox-indeterminate",
|
|
684
|
+
"as-checkbox-row",
|
|
685
|
+
"as-collapsible-body",
|
|
686
|
+
"as-collapsible-chevron",
|
|
687
|
+
"as-collapsible-chevron-collapsed",
|
|
688
|
+
"as-collapsible-description",
|
|
689
|
+
"as-collapsible-error",
|
|
690
|
+
"as-collapsible-error-badge",
|
|
691
|
+
"as-collapsible-header",
|
|
692
|
+
"as-collapsible-island",
|
|
693
|
+
"as-collapsible-island-even",
|
|
694
|
+
"as-collapsible-island-odd",
|
|
695
|
+
"as-collapsible-section",
|
|
696
|
+
"as-collapsible-summary",
|
|
697
|
+
"as-collapsible-title",
|
|
698
|
+
"as-collapsible-title-index",
|
|
699
|
+
"as-collapsible-title-nested",
|
|
700
|
+
"as-collapsible-title-row",
|
|
701
|
+
"as-copy-btn",
|
|
702
|
+
"as-copy-icon",
|
|
703
|
+
"as-copy-input",
|
|
704
|
+
"as-copy-label",
|
|
705
|
+
"as-copy-row",
|
|
706
|
+
"as-decimal",
|
|
707
|
+
"as-decimal-decimal",
|
|
708
|
+
"as-decimal-integer",
|
|
709
|
+
"as-decimal-sep",
|
|
710
|
+
"as-default-field",
|
|
711
|
+
"as-dropdown",
|
|
712
|
+
"as-dropdown-item",
|
|
713
|
+
"as-dropdown-item--active",
|
|
714
|
+
"as-dropdown-menu",
|
|
715
|
+
"as-error-slot",
|
|
716
|
+
"as-field-action-link",
|
|
717
|
+
"as-field-description",
|
|
718
|
+
"as-field-footer-row",
|
|
719
|
+
"as-field-header-actions",
|
|
720
|
+
"as-field-header-content",
|
|
721
|
+
"as-field-header-row",
|
|
722
|
+
"as-field-input-row",
|
|
723
|
+
"as-field-label",
|
|
724
|
+
"as-field-label-index",
|
|
725
|
+
"as-field-missing",
|
|
726
|
+
"as-field-remove-btn",
|
|
727
|
+
"as-field-remove-btn-icon",
|
|
728
|
+
"as-form",
|
|
729
|
+
"as-form-description",
|
|
730
|
+
"as-form-error",
|
|
731
|
+
"as-form-error-dismiss",
|
|
732
|
+
"as-form-error-message",
|
|
733
|
+
"as-form-grid",
|
|
734
|
+
"as-form-overlay",
|
|
735
|
+
"as-form-overlay-icon",
|
|
736
|
+
"as-form-title",
|
|
737
|
+
"as-grid-item",
|
|
738
|
+
"as-input-shell",
|
|
739
|
+
"as-multi-select-anchor",
|
|
740
|
+
"as-multi-select-caret",
|
|
741
|
+
"as-multi-select-chip",
|
|
742
|
+
"as-multi-select-chip-label",
|
|
743
|
+
"as-multi-select-chip-remove",
|
|
744
|
+
"as-multi-select-clear",
|
|
745
|
+
"as-multi-select-content",
|
|
746
|
+
"as-multi-select-empty",
|
|
747
|
+
"as-multi-select-footer",
|
|
748
|
+
"as-multi-select-footer-action",
|
|
749
|
+
"as-multi-select-input",
|
|
750
|
+
"as-multi-select-item",
|
|
751
|
+
"as-multi-select-item-label",
|
|
752
|
+
"as-multi-select-root",
|
|
753
|
+
"as-multi-select-viewport",
|
|
754
|
+
"as-narrow:col-span-1",
|
|
755
|
+
"as-narrow:col-span-10",
|
|
756
|
+
"as-narrow:col-span-11",
|
|
757
|
+
"as-narrow:col-span-12",
|
|
758
|
+
"as-narrow:col-span-2",
|
|
759
|
+
"as-narrow:col-span-3",
|
|
760
|
+
"as-narrow:col-span-4",
|
|
761
|
+
"as-narrow:col-span-5",
|
|
762
|
+
"as-narrow:col-span-6",
|
|
763
|
+
"as-narrow:col-span-7",
|
|
764
|
+
"as-narrow:col-span-8",
|
|
765
|
+
"as-narrow:col-span-9",
|
|
766
|
+
"as-narrow:row-span-1",
|
|
767
|
+
"as-narrow:row-span-2",
|
|
768
|
+
"as-narrow:row-span-3",
|
|
769
|
+
"as-narrow:row-span-4",
|
|
770
|
+
"as-narrow:row-span-5",
|
|
771
|
+
"as-narrow:row-span-6",
|
|
772
|
+
"as-no-data",
|
|
773
|
+
"as-no-data-icon",
|
|
774
|
+
"as-no-data-text",
|
|
775
|
+
"as-no-data-textarea",
|
|
776
|
+
"as-number",
|
|
777
|
+
"as-number-input",
|
|
778
|
+
"as-object-empty",
|
|
779
|
+
"as-object-empty-add",
|
|
780
|
+
"as-object-empty-add-icon",
|
|
781
|
+
"as-optional-clear",
|
|
782
|
+
"as-paragraph-field",
|
|
783
|
+
"as-prefix",
|
|
784
|
+
"as-prefix-icon",
|
|
785
|
+
"as-radio-group",
|
|
786
|
+
"as-ref-anchor",
|
|
787
|
+
"as-ref-clear",
|
|
788
|
+
"as-ref-content",
|
|
789
|
+
"as-ref-input",
|
|
790
|
+
"as-ref-item",
|
|
791
|
+
"as-ref-item-description",
|
|
792
|
+
"as-ref-item-id",
|
|
793
|
+
"as-ref-item-label",
|
|
794
|
+
"as-ref-loading",
|
|
795
|
+
"as-ref-root",
|
|
796
|
+
"as-ref-spinner",
|
|
797
|
+
"as-ref-status",
|
|
798
|
+
"as-ref-viewport",
|
|
799
|
+
"as-select-caret",
|
|
800
|
+
"as-select-wrap",
|
|
801
|
+
"as-submit-btn",
|
|
802
|
+
"as-suffix",
|
|
803
|
+
"as-suffix-icon",
|
|
804
|
+
"as-variant-trigger",
|
|
805
|
+
"i-as-check-circle",
|
|
806
|
+
"i-as-chevron-down",
|
|
807
|
+
"i-as-close",
|
|
808
|
+
"i-as-copy",
|
|
809
|
+
"i-as-field-empty",
|
|
810
|
+
"i-as-field-fill"
|
|
811
|
+
],
|
|
677
812
|
"as-date": [
|
|
678
813
|
"as-decimal",
|
|
679
814
|
"as-default-field",
|
|
@@ -1873,6 +2008,137 @@ const componentClasses = {
|
|
|
1873
2008
|
"i-as-sorters",
|
|
1874
2009
|
"i-as-trash"
|
|
1875
2010
|
],
|
|
2011
|
+
"as-qr-code": [
|
|
2012
|
+
"as-action-field",
|
|
2013
|
+
"as-array-add-btn",
|
|
2014
|
+
"as-array-add-row",
|
|
2015
|
+
"as-array-items-chip",
|
|
2016
|
+
"as-checkbox-field",
|
|
2017
|
+
"as-checkbox-indeterminate",
|
|
2018
|
+
"as-checkbox-row",
|
|
2019
|
+
"as-collapsible-body",
|
|
2020
|
+
"as-collapsible-chevron",
|
|
2021
|
+
"as-collapsible-chevron-collapsed",
|
|
2022
|
+
"as-collapsible-description",
|
|
2023
|
+
"as-collapsible-error",
|
|
2024
|
+
"as-collapsible-error-badge",
|
|
2025
|
+
"as-collapsible-header",
|
|
2026
|
+
"as-collapsible-island",
|
|
2027
|
+
"as-collapsible-island-even",
|
|
2028
|
+
"as-collapsible-island-odd",
|
|
2029
|
+
"as-collapsible-section",
|
|
2030
|
+
"as-collapsible-summary",
|
|
2031
|
+
"as-collapsible-title",
|
|
2032
|
+
"as-collapsible-title-index",
|
|
2033
|
+
"as-collapsible-title-nested",
|
|
2034
|
+
"as-collapsible-title-row",
|
|
2035
|
+
"as-decimal",
|
|
2036
|
+
"as-decimal-decimal",
|
|
2037
|
+
"as-decimal-integer",
|
|
2038
|
+
"as-decimal-sep",
|
|
2039
|
+
"as-default-field",
|
|
2040
|
+
"as-dropdown",
|
|
2041
|
+
"as-dropdown-item",
|
|
2042
|
+
"as-dropdown-item--active",
|
|
2043
|
+
"as-dropdown-menu",
|
|
2044
|
+
"as-error-slot",
|
|
2045
|
+
"as-field-action-link",
|
|
2046
|
+
"as-field-description",
|
|
2047
|
+
"as-field-footer-row",
|
|
2048
|
+
"as-field-header-actions",
|
|
2049
|
+
"as-field-header-content",
|
|
2050
|
+
"as-field-header-row",
|
|
2051
|
+
"as-field-input-row",
|
|
2052
|
+
"as-field-label",
|
|
2053
|
+
"as-field-label-index",
|
|
2054
|
+
"as-field-missing",
|
|
2055
|
+
"as-field-remove-btn",
|
|
2056
|
+
"as-field-remove-btn-icon",
|
|
2057
|
+
"as-form",
|
|
2058
|
+
"as-form-description",
|
|
2059
|
+
"as-form-error",
|
|
2060
|
+
"as-form-error-dismiss",
|
|
2061
|
+
"as-form-error-message",
|
|
2062
|
+
"as-form-grid",
|
|
2063
|
+
"as-form-overlay",
|
|
2064
|
+
"as-form-overlay-icon",
|
|
2065
|
+
"as-form-title",
|
|
2066
|
+
"as-grid-item",
|
|
2067
|
+
"as-input-shell",
|
|
2068
|
+
"as-multi-select-anchor",
|
|
2069
|
+
"as-multi-select-caret",
|
|
2070
|
+
"as-multi-select-chip",
|
|
2071
|
+
"as-multi-select-chip-label",
|
|
2072
|
+
"as-multi-select-chip-remove",
|
|
2073
|
+
"as-multi-select-clear",
|
|
2074
|
+
"as-multi-select-content",
|
|
2075
|
+
"as-multi-select-empty",
|
|
2076
|
+
"as-multi-select-footer",
|
|
2077
|
+
"as-multi-select-footer-action",
|
|
2078
|
+
"as-multi-select-input",
|
|
2079
|
+
"as-multi-select-item",
|
|
2080
|
+
"as-multi-select-item-label",
|
|
2081
|
+
"as-multi-select-root",
|
|
2082
|
+
"as-multi-select-viewport",
|
|
2083
|
+
"as-narrow:col-span-1",
|
|
2084
|
+
"as-narrow:col-span-10",
|
|
2085
|
+
"as-narrow:col-span-11",
|
|
2086
|
+
"as-narrow:col-span-12",
|
|
2087
|
+
"as-narrow:col-span-2",
|
|
2088
|
+
"as-narrow:col-span-3",
|
|
2089
|
+
"as-narrow:col-span-4",
|
|
2090
|
+
"as-narrow:col-span-5",
|
|
2091
|
+
"as-narrow:col-span-6",
|
|
2092
|
+
"as-narrow:col-span-7",
|
|
2093
|
+
"as-narrow:col-span-8",
|
|
2094
|
+
"as-narrow:col-span-9",
|
|
2095
|
+
"as-narrow:row-span-1",
|
|
2096
|
+
"as-narrow:row-span-2",
|
|
2097
|
+
"as-narrow:row-span-3",
|
|
2098
|
+
"as-narrow:row-span-4",
|
|
2099
|
+
"as-narrow:row-span-5",
|
|
2100
|
+
"as-narrow:row-span-6",
|
|
2101
|
+
"as-no-data",
|
|
2102
|
+
"as-no-data-icon",
|
|
2103
|
+
"as-no-data-text",
|
|
2104
|
+
"as-no-data-textarea",
|
|
2105
|
+
"as-number",
|
|
2106
|
+
"as-number-input",
|
|
2107
|
+
"as-object-empty",
|
|
2108
|
+
"as-object-empty-add",
|
|
2109
|
+
"as-object-empty-add-icon",
|
|
2110
|
+
"as-optional-clear",
|
|
2111
|
+
"as-paragraph-field",
|
|
2112
|
+
"as-prefix",
|
|
2113
|
+
"as-prefix-icon",
|
|
2114
|
+
"as-qr-code-secret",
|
|
2115
|
+
"as-qr-code-stack",
|
|
2116
|
+
"as-qr-code-svg",
|
|
2117
|
+
"as-radio-group",
|
|
2118
|
+
"as-ref-anchor",
|
|
2119
|
+
"as-ref-clear",
|
|
2120
|
+
"as-ref-content",
|
|
2121
|
+
"as-ref-input",
|
|
2122
|
+
"as-ref-item",
|
|
2123
|
+
"as-ref-item-description",
|
|
2124
|
+
"as-ref-item-id",
|
|
2125
|
+
"as-ref-item-label",
|
|
2126
|
+
"as-ref-loading",
|
|
2127
|
+
"as-ref-root",
|
|
2128
|
+
"as-ref-spinner",
|
|
2129
|
+
"as-ref-status",
|
|
2130
|
+
"as-ref-viewport",
|
|
2131
|
+
"as-select-caret",
|
|
2132
|
+
"as-select-wrap",
|
|
2133
|
+
"as-submit-btn",
|
|
2134
|
+
"as-suffix",
|
|
2135
|
+
"as-suffix-icon",
|
|
2136
|
+
"as-variant-trigger",
|
|
2137
|
+
"i-as-chevron-down",
|
|
2138
|
+
"i-as-close",
|
|
2139
|
+
"i-as-field-empty",
|
|
2140
|
+
"i-as-field-fill"
|
|
2141
|
+
],
|
|
1876
2142
|
"as-radio": [
|
|
1877
2143
|
"as-default-field",
|
|
1878
2144
|
"as-dropdown",
|
|
@@ -3097,6 +3363,7 @@ const componentPackages = {
|
|
|
3097
3363
|
"as-config-dialog": "table",
|
|
3098
3364
|
"as-confirm-dialog": "table",
|
|
3099
3365
|
"as-consent-array": "aooth",
|
|
3366
|
+
"as-copy": "aooth",
|
|
3100
3367
|
"as-date": "form",
|
|
3101
3368
|
"as-datetime": "form",
|
|
3102
3369
|
"as-decimal": "form",
|
|
@@ -3116,6 +3383,7 @@ const componentPackages = {
|
|
|
3116
3383
|
"as-password-rules": "aooth",
|
|
3117
3384
|
"as-preset-dialog": "table",
|
|
3118
3385
|
"as-preset-picker": "table",
|
|
3386
|
+
"as-qr-code": "aooth",
|
|
3119
3387
|
"as-radio": "form",
|
|
3120
3388
|
"as-ref": "form",
|
|
3121
3389
|
"as-row-actions": "table",
|
|
@@ -3134,12 +3402,14 @@ const componentPackages = {
|
|
|
3134
3402
|
};
|
|
3135
3403
|
const primaryComponents = new Set([
|
|
3136
3404
|
"as-consent-array",
|
|
3405
|
+
"as-copy",
|
|
3137
3406
|
"as-field",
|
|
3138
3407
|
"as-filters",
|
|
3139
3408
|
"as-form",
|
|
3140
3409
|
"as-iterator",
|
|
3141
3410
|
"as-password-rules",
|
|
3142
3411
|
"as-preset-picker",
|
|
3412
|
+
"as-qr-code",
|
|
3143
3413
|
"as-table",
|
|
3144
3414
|
"as-table-actions",
|
|
3145
3415
|
"as-table-root",
|
|
@@ -674,6 +674,141 @@ const componentClasses = {
|
|
|
674
674
|
"i-as-field-empty",
|
|
675
675
|
"i-as-field-fill"
|
|
676
676
|
],
|
|
677
|
+
"as-copy": [
|
|
678
|
+
"as-action-field",
|
|
679
|
+
"as-array-add-btn",
|
|
680
|
+
"as-array-add-row",
|
|
681
|
+
"as-array-items-chip",
|
|
682
|
+
"as-checkbox-field",
|
|
683
|
+
"as-checkbox-indeterminate",
|
|
684
|
+
"as-checkbox-row",
|
|
685
|
+
"as-collapsible-body",
|
|
686
|
+
"as-collapsible-chevron",
|
|
687
|
+
"as-collapsible-chevron-collapsed",
|
|
688
|
+
"as-collapsible-description",
|
|
689
|
+
"as-collapsible-error",
|
|
690
|
+
"as-collapsible-error-badge",
|
|
691
|
+
"as-collapsible-header",
|
|
692
|
+
"as-collapsible-island",
|
|
693
|
+
"as-collapsible-island-even",
|
|
694
|
+
"as-collapsible-island-odd",
|
|
695
|
+
"as-collapsible-section",
|
|
696
|
+
"as-collapsible-summary",
|
|
697
|
+
"as-collapsible-title",
|
|
698
|
+
"as-collapsible-title-index",
|
|
699
|
+
"as-collapsible-title-nested",
|
|
700
|
+
"as-collapsible-title-row",
|
|
701
|
+
"as-copy-btn",
|
|
702
|
+
"as-copy-icon",
|
|
703
|
+
"as-copy-input",
|
|
704
|
+
"as-copy-label",
|
|
705
|
+
"as-copy-row",
|
|
706
|
+
"as-decimal",
|
|
707
|
+
"as-decimal-decimal",
|
|
708
|
+
"as-decimal-integer",
|
|
709
|
+
"as-decimal-sep",
|
|
710
|
+
"as-default-field",
|
|
711
|
+
"as-dropdown",
|
|
712
|
+
"as-dropdown-item",
|
|
713
|
+
"as-dropdown-item--active",
|
|
714
|
+
"as-dropdown-menu",
|
|
715
|
+
"as-error-slot",
|
|
716
|
+
"as-field-action-link",
|
|
717
|
+
"as-field-description",
|
|
718
|
+
"as-field-footer-row",
|
|
719
|
+
"as-field-header-actions",
|
|
720
|
+
"as-field-header-content",
|
|
721
|
+
"as-field-header-row",
|
|
722
|
+
"as-field-input-row",
|
|
723
|
+
"as-field-label",
|
|
724
|
+
"as-field-label-index",
|
|
725
|
+
"as-field-missing",
|
|
726
|
+
"as-field-remove-btn",
|
|
727
|
+
"as-field-remove-btn-icon",
|
|
728
|
+
"as-form",
|
|
729
|
+
"as-form-description",
|
|
730
|
+
"as-form-error",
|
|
731
|
+
"as-form-error-dismiss",
|
|
732
|
+
"as-form-error-message",
|
|
733
|
+
"as-form-grid",
|
|
734
|
+
"as-form-overlay",
|
|
735
|
+
"as-form-overlay-icon",
|
|
736
|
+
"as-form-title",
|
|
737
|
+
"as-grid-item",
|
|
738
|
+
"as-input-shell",
|
|
739
|
+
"as-multi-select-anchor",
|
|
740
|
+
"as-multi-select-caret",
|
|
741
|
+
"as-multi-select-chip",
|
|
742
|
+
"as-multi-select-chip-label",
|
|
743
|
+
"as-multi-select-chip-remove",
|
|
744
|
+
"as-multi-select-clear",
|
|
745
|
+
"as-multi-select-content",
|
|
746
|
+
"as-multi-select-empty",
|
|
747
|
+
"as-multi-select-footer",
|
|
748
|
+
"as-multi-select-footer-action",
|
|
749
|
+
"as-multi-select-input",
|
|
750
|
+
"as-multi-select-item",
|
|
751
|
+
"as-multi-select-item-label",
|
|
752
|
+
"as-multi-select-root",
|
|
753
|
+
"as-multi-select-viewport",
|
|
754
|
+
"as-narrow:col-span-1",
|
|
755
|
+
"as-narrow:col-span-10",
|
|
756
|
+
"as-narrow:col-span-11",
|
|
757
|
+
"as-narrow:col-span-12",
|
|
758
|
+
"as-narrow:col-span-2",
|
|
759
|
+
"as-narrow:col-span-3",
|
|
760
|
+
"as-narrow:col-span-4",
|
|
761
|
+
"as-narrow:col-span-5",
|
|
762
|
+
"as-narrow:col-span-6",
|
|
763
|
+
"as-narrow:col-span-7",
|
|
764
|
+
"as-narrow:col-span-8",
|
|
765
|
+
"as-narrow:col-span-9",
|
|
766
|
+
"as-narrow:row-span-1",
|
|
767
|
+
"as-narrow:row-span-2",
|
|
768
|
+
"as-narrow:row-span-3",
|
|
769
|
+
"as-narrow:row-span-4",
|
|
770
|
+
"as-narrow:row-span-5",
|
|
771
|
+
"as-narrow:row-span-6",
|
|
772
|
+
"as-no-data",
|
|
773
|
+
"as-no-data-icon",
|
|
774
|
+
"as-no-data-text",
|
|
775
|
+
"as-no-data-textarea",
|
|
776
|
+
"as-number",
|
|
777
|
+
"as-number-input",
|
|
778
|
+
"as-object-empty",
|
|
779
|
+
"as-object-empty-add",
|
|
780
|
+
"as-object-empty-add-icon",
|
|
781
|
+
"as-optional-clear",
|
|
782
|
+
"as-paragraph-field",
|
|
783
|
+
"as-prefix",
|
|
784
|
+
"as-prefix-icon",
|
|
785
|
+
"as-radio-group",
|
|
786
|
+
"as-ref-anchor",
|
|
787
|
+
"as-ref-clear",
|
|
788
|
+
"as-ref-content",
|
|
789
|
+
"as-ref-input",
|
|
790
|
+
"as-ref-item",
|
|
791
|
+
"as-ref-item-description",
|
|
792
|
+
"as-ref-item-id",
|
|
793
|
+
"as-ref-item-label",
|
|
794
|
+
"as-ref-loading",
|
|
795
|
+
"as-ref-root",
|
|
796
|
+
"as-ref-spinner",
|
|
797
|
+
"as-ref-status",
|
|
798
|
+
"as-ref-viewport",
|
|
799
|
+
"as-select-caret",
|
|
800
|
+
"as-select-wrap",
|
|
801
|
+
"as-submit-btn",
|
|
802
|
+
"as-suffix",
|
|
803
|
+
"as-suffix-icon",
|
|
804
|
+
"as-variant-trigger",
|
|
805
|
+
"i-as-check-circle",
|
|
806
|
+
"i-as-chevron-down",
|
|
807
|
+
"i-as-close",
|
|
808
|
+
"i-as-copy",
|
|
809
|
+
"i-as-field-empty",
|
|
810
|
+
"i-as-field-fill"
|
|
811
|
+
],
|
|
677
812
|
"as-date": [
|
|
678
813
|
"as-decimal",
|
|
679
814
|
"as-default-field",
|
|
@@ -1873,6 +2008,137 @@ const componentClasses = {
|
|
|
1873
2008
|
"i-as-sorters",
|
|
1874
2009
|
"i-as-trash"
|
|
1875
2010
|
],
|
|
2011
|
+
"as-qr-code": [
|
|
2012
|
+
"as-action-field",
|
|
2013
|
+
"as-array-add-btn",
|
|
2014
|
+
"as-array-add-row",
|
|
2015
|
+
"as-array-items-chip",
|
|
2016
|
+
"as-checkbox-field",
|
|
2017
|
+
"as-checkbox-indeterminate",
|
|
2018
|
+
"as-checkbox-row",
|
|
2019
|
+
"as-collapsible-body",
|
|
2020
|
+
"as-collapsible-chevron",
|
|
2021
|
+
"as-collapsible-chevron-collapsed",
|
|
2022
|
+
"as-collapsible-description",
|
|
2023
|
+
"as-collapsible-error",
|
|
2024
|
+
"as-collapsible-error-badge",
|
|
2025
|
+
"as-collapsible-header",
|
|
2026
|
+
"as-collapsible-island",
|
|
2027
|
+
"as-collapsible-island-even",
|
|
2028
|
+
"as-collapsible-island-odd",
|
|
2029
|
+
"as-collapsible-section",
|
|
2030
|
+
"as-collapsible-summary",
|
|
2031
|
+
"as-collapsible-title",
|
|
2032
|
+
"as-collapsible-title-index",
|
|
2033
|
+
"as-collapsible-title-nested",
|
|
2034
|
+
"as-collapsible-title-row",
|
|
2035
|
+
"as-decimal",
|
|
2036
|
+
"as-decimal-decimal",
|
|
2037
|
+
"as-decimal-integer",
|
|
2038
|
+
"as-decimal-sep",
|
|
2039
|
+
"as-default-field",
|
|
2040
|
+
"as-dropdown",
|
|
2041
|
+
"as-dropdown-item",
|
|
2042
|
+
"as-dropdown-item--active",
|
|
2043
|
+
"as-dropdown-menu",
|
|
2044
|
+
"as-error-slot",
|
|
2045
|
+
"as-field-action-link",
|
|
2046
|
+
"as-field-description",
|
|
2047
|
+
"as-field-footer-row",
|
|
2048
|
+
"as-field-header-actions",
|
|
2049
|
+
"as-field-header-content",
|
|
2050
|
+
"as-field-header-row",
|
|
2051
|
+
"as-field-input-row",
|
|
2052
|
+
"as-field-label",
|
|
2053
|
+
"as-field-label-index",
|
|
2054
|
+
"as-field-missing",
|
|
2055
|
+
"as-field-remove-btn",
|
|
2056
|
+
"as-field-remove-btn-icon",
|
|
2057
|
+
"as-form",
|
|
2058
|
+
"as-form-description",
|
|
2059
|
+
"as-form-error",
|
|
2060
|
+
"as-form-error-dismiss",
|
|
2061
|
+
"as-form-error-message",
|
|
2062
|
+
"as-form-grid",
|
|
2063
|
+
"as-form-overlay",
|
|
2064
|
+
"as-form-overlay-icon",
|
|
2065
|
+
"as-form-title",
|
|
2066
|
+
"as-grid-item",
|
|
2067
|
+
"as-input-shell",
|
|
2068
|
+
"as-multi-select-anchor",
|
|
2069
|
+
"as-multi-select-caret",
|
|
2070
|
+
"as-multi-select-chip",
|
|
2071
|
+
"as-multi-select-chip-label",
|
|
2072
|
+
"as-multi-select-chip-remove",
|
|
2073
|
+
"as-multi-select-clear",
|
|
2074
|
+
"as-multi-select-content",
|
|
2075
|
+
"as-multi-select-empty",
|
|
2076
|
+
"as-multi-select-footer",
|
|
2077
|
+
"as-multi-select-footer-action",
|
|
2078
|
+
"as-multi-select-input",
|
|
2079
|
+
"as-multi-select-item",
|
|
2080
|
+
"as-multi-select-item-label",
|
|
2081
|
+
"as-multi-select-root",
|
|
2082
|
+
"as-multi-select-viewport",
|
|
2083
|
+
"as-narrow:col-span-1",
|
|
2084
|
+
"as-narrow:col-span-10",
|
|
2085
|
+
"as-narrow:col-span-11",
|
|
2086
|
+
"as-narrow:col-span-12",
|
|
2087
|
+
"as-narrow:col-span-2",
|
|
2088
|
+
"as-narrow:col-span-3",
|
|
2089
|
+
"as-narrow:col-span-4",
|
|
2090
|
+
"as-narrow:col-span-5",
|
|
2091
|
+
"as-narrow:col-span-6",
|
|
2092
|
+
"as-narrow:col-span-7",
|
|
2093
|
+
"as-narrow:col-span-8",
|
|
2094
|
+
"as-narrow:col-span-9",
|
|
2095
|
+
"as-narrow:row-span-1",
|
|
2096
|
+
"as-narrow:row-span-2",
|
|
2097
|
+
"as-narrow:row-span-3",
|
|
2098
|
+
"as-narrow:row-span-4",
|
|
2099
|
+
"as-narrow:row-span-5",
|
|
2100
|
+
"as-narrow:row-span-6",
|
|
2101
|
+
"as-no-data",
|
|
2102
|
+
"as-no-data-icon",
|
|
2103
|
+
"as-no-data-text",
|
|
2104
|
+
"as-no-data-textarea",
|
|
2105
|
+
"as-number",
|
|
2106
|
+
"as-number-input",
|
|
2107
|
+
"as-object-empty",
|
|
2108
|
+
"as-object-empty-add",
|
|
2109
|
+
"as-object-empty-add-icon",
|
|
2110
|
+
"as-optional-clear",
|
|
2111
|
+
"as-paragraph-field",
|
|
2112
|
+
"as-prefix",
|
|
2113
|
+
"as-prefix-icon",
|
|
2114
|
+
"as-qr-code-secret",
|
|
2115
|
+
"as-qr-code-stack",
|
|
2116
|
+
"as-qr-code-svg",
|
|
2117
|
+
"as-radio-group",
|
|
2118
|
+
"as-ref-anchor",
|
|
2119
|
+
"as-ref-clear",
|
|
2120
|
+
"as-ref-content",
|
|
2121
|
+
"as-ref-input",
|
|
2122
|
+
"as-ref-item",
|
|
2123
|
+
"as-ref-item-description",
|
|
2124
|
+
"as-ref-item-id",
|
|
2125
|
+
"as-ref-item-label",
|
|
2126
|
+
"as-ref-loading",
|
|
2127
|
+
"as-ref-root",
|
|
2128
|
+
"as-ref-spinner",
|
|
2129
|
+
"as-ref-status",
|
|
2130
|
+
"as-ref-viewport",
|
|
2131
|
+
"as-select-caret",
|
|
2132
|
+
"as-select-wrap",
|
|
2133
|
+
"as-submit-btn",
|
|
2134
|
+
"as-suffix",
|
|
2135
|
+
"as-suffix-icon",
|
|
2136
|
+
"as-variant-trigger",
|
|
2137
|
+
"i-as-chevron-down",
|
|
2138
|
+
"i-as-close",
|
|
2139
|
+
"i-as-field-empty",
|
|
2140
|
+
"i-as-field-fill"
|
|
2141
|
+
],
|
|
1876
2142
|
"as-radio": [
|
|
1877
2143
|
"as-default-field",
|
|
1878
2144
|
"as-dropdown",
|
|
@@ -3097,6 +3363,7 @@ const componentPackages = {
|
|
|
3097
3363
|
"as-config-dialog": "table",
|
|
3098
3364
|
"as-confirm-dialog": "table",
|
|
3099
3365
|
"as-consent-array": "aooth",
|
|
3366
|
+
"as-copy": "aooth",
|
|
3100
3367
|
"as-date": "form",
|
|
3101
3368
|
"as-datetime": "form",
|
|
3102
3369
|
"as-decimal": "form",
|
|
@@ -3116,6 +3383,7 @@ const componentPackages = {
|
|
|
3116
3383
|
"as-password-rules": "aooth",
|
|
3117
3384
|
"as-preset-dialog": "table",
|
|
3118
3385
|
"as-preset-picker": "table",
|
|
3386
|
+
"as-qr-code": "aooth",
|
|
3119
3387
|
"as-radio": "form",
|
|
3120
3388
|
"as-ref": "form",
|
|
3121
3389
|
"as-row-actions": "table",
|
|
@@ -3134,12 +3402,14 @@ const componentPackages = {
|
|
|
3134
3402
|
};
|
|
3135
3403
|
const primaryComponents = new Set([
|
|
3136
3404
|
"as-consent-array",
|
|
3405
|
+
"as-copy",
|
|
3137
3406
|
"as-field",
|
|
3138
3407
|
"as-filters",
|
|
3139
3408
|
"as-form",
|
|
3140
3409
|
"as-iterator",
|
|
3141
3410
|
"as-password-rules",
|
|
3142
3411
|
"as-preset-picker",
|
|
3412
|
+
"as-qr-code",
|
|
3143
3413
|
"as-table",
|
|
3144
3414
|
"as-table-actions",
|
|
3145
3415
|
"as-table-root",
|
package/dist/vite.cjs
CHANGED
package/dist/vite.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as componentPackages, s as primaryComponents, t as kebabize } from "./kebab-
|
|
1
|
+
import { r as componentPackages, s as primaryComponents, t as kebabize } from "./kebab-xK5wp6ZH.mjs";
|
|
2
2
|
//#region src/vite.ts
|
|
3
3
|
const PKG_TO_NPM = {
|
|
4
4
|
form: "@atscript/vue-form",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/ui-styles",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.80",
|
|
4
4
|
"description": "Shared UnoCSS shortcuts, presets, and icon loader for atscript-ui (vue-form, vue-table, vue-wf)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"unplugin-vue-components": "^32.0.0",
|
|
62
62
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
63
63
|
"vunor": "^0.2.1",
|
|
64
|
-
"@atscript/vue-aooth": "^0.1.
|
|
65
|
-
"@atscript/vue-form": "^0.1.
|
|
66
|
-
"@atscript/vue-
|
|
67
|
-
"@atscript/vue-
|
|
64
|
+
"@atscript/vue-aooth": "^0.1.80",
|
|
65
|
+
"@atscript/vue-form": "^0.1.80",
|
|
66
|
+
"@atscript/vue-table": "^0.1.80",
|
|
67
|
+
"@atscript/vue-wf": "^0.1.80"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@unocss/preset-icons": "^66.7.0",
|