@atscript/ui-styles 0.1.73 → 0.1.75
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 +20 -2
- package/dist/css/aooth.css +536 -0
- package/dist/index.cjs +45 -4
- package/dist/index.d.cts +11 -2
- package/dist/index.d.mts +11 -2
- package/dist/index.mjs +43 -5
- package/dist/{kebab-BPHnHEi8.cjs → kebab-BOuhgNxo.cjs} +269 -0
- package/dist/{kebab-CZWRZ3O6.mjs → kebab-DDXVyWuJ.mjs} +269 -0
- package/dist/vite.cjs +3 -2
- package/dist/vite.mjs +3 -2
- package/package.json +11 -9
|
@@ -539,6 +539,138 @@ const componentClasses = {
|
|
|
539
539
|
"as-narrow:row-span-6",
|
|
540
540
|
"i-as-trash"
|
|
541
541
|
],
|
|
542
|
+
"as-consent-array": [
|
|
543
|
+
"as-action-field",
|
|
544
|
+
"as-array-add-btn",
|
|
545
|
+
"as-array-add-row",
|
|
546
|
+
"as-array-items-chip",
|
|
547
|
+
"as-checkbox-field",
|
|
548
|
+
"as-checkbox-indeterminate",
|
|
549
|
+
"as-checkbox-row",
|
|
550
|
+
"as-collapsible-body",
|
|
551
|
+
"as-collapsible-chevron",
|
|
552
|
+
"as-collapsible-chevron-collapsed",
|
|
553
|
+
"as-collapsible-description",
|
|
554
|
+
"as-collapsible-error",
|
|
555
|
+
"as-collapsible-error-badge",
|
|
556
|
+
"as-collapsible-header",
|
|
557
|
+
"as-collapsible-island",
|
|
558
|
+
"as-collapsible-island-even",
|
|
559
|
+
"as-collapsible-island-odd",
|
|
560
|
+
"as-collapsible-section",
|
|
561
|
+
"as-collapsible-summary",
|
|
562
|
+
"as-collapsible-title",
|
|
563
|
+
"as-collapsible-title-index",
|
|
564
|
+
"as-collapsible-title-nested",
|
|
565
|
+
"as-collapsible-title-row",
|
|
566
|
+
"as-consent-array-group",
|
|
567
|
+
"as-consent-array-item",
|
|
568
|
+
"as-consent-array-link",
|
|
569
|
+
"as-consent-array-row",
|
|
570
|
+
"as-consent-array-text",
|
|
571
|
+
"as-decimal",
|
|
572
|
+
"as-decimal-decimal",
|
|
573
|
+
"as-decimal-integer",
|
|
574
|
+
"as-decimal-sep",
|
|
575
|
+
"as-default-field",
|
|
576
|
+
"as-dropdown",
|
|
577
|
+
"as-dropdown-item",
|
|
578
|
+
"as-dropdown-item--active",
|
|
579
|
+
"as-dropdown-menu",
|
|
580
|
+
"as-error-slot",
|
|
581
|
+
"as-field-action-link",
|
|
582
|
+
"as-field-description",
|
|
583
|
+
"as-field-footer-row",
|
|
584
|
+
"as-field-header-actions",
|
|
585
|
+
"as-field-header-content",
|
|
586
|
+
"as-field-header-row",
|
|
587
|
+
"as-field-input-row",
|
|
588
|
+
"as-field-label",
|
|
589
|
+
"as-field-label-index",
|
|
590
|
+
"as-field-remove-btn",
|
|
591
|
+
"as-field-remove-btn-icon",
|
|
592
|
+
"as-form",
|
|
593
|
+
"as-form-description",
|
|
594
|
+
"as-form-error",
|
|
595
|
+
"as-form-error-dismiss",
|
|
596
|
+
"as-form-error-message",
|
|
597
|
+
"as-form-grid",
|
|
598
|
+
"as-form-overlay",
|
|
599
|
+
"as-form-overlay-icon",
|
|
600
|
+
"as-form-title",
|
|
601
|
+
"as-grid-item",
|
|
602
|
+
"as-input-shell",
|
|
603
|
+
"as-multi-select-anchor",
|
|
604
|
+
"as-multi-select-caret",
|
|
605
|
+
"as-multi-select-chip",
|
|
606
|
+
"as-multi-select-chip-label",
|
|
607
|
+
"as-multi-select-chip-remove",
|
|
608
|
+
"as-multi-select-clear",
|
|
609
|
+
"as-multi-select-content",
|
|
610
|
+
"as-multi-select-empty",
|
|
611
|
+
"as-multi-select-footer",
|
|
612
|
+
"as-multi-select-footer-action",
|
|
613
|
+
"as-multi-select-input",
|
|
614
|
+
"as-multi-select-item",
|
|
615
|
+
"as-multi-select-item-label",
|
|
616
|
+
"as-multi-select-root",
|
|
617
|
+
"as-multi-select-viewport",
|
|
618
|
+
"as-narrow:col-span-1",
|
|
619
|
+
"as-narrow:col-span-10",
|
|
620
|
+
"as-narrow:col-span-11",
|
|
621
|
+
"as-narrow:col-span-12",
|
|
622
|
+
"as-narrow:col-span-2",
|
|
623
|
+
"as-narrow:col-span-3",
|
|
624
|
+
"as-narrow:col-span-4",
|
|
625
|
+
"as-narrow:col-span-5",
|
|
626
|
+
"as-narrow:col-span-6",
|
|
627
|
+
"as-narrow:col-span-7",
|
|
628
|
+
"as-narrow:col-span-8",
|
|
629
|
+
"as-narrow:col-span-9",
|
|
630
|
+
"as-narrow:row-span-1",
|
|
631
|
+
"as-narrow:row-span-2",
|
|
632
|
+
"as-narrow:row-span-3",
|
|
633
|
+
"as-narrow:row-span-4",
|
|
634
|
+
"as-narrow:row-span-5",
|
|
635
|
+
"as-narrow:row-span-6",
|
|
636
|
+
"as-no-data",
|
|
637
|
+
"as-no-data-icon",
|
|
638
|
+
"as-no-data-text",
|
|
639
|
+
"as-no-data-textarea",
|
|
640
|
+
"as-number",
|
|
641
|
+
"as-number-input",
|
|
642
|
+
"as-object-empty",
|
|
643
|
+
"as-object-empty-add",
|
|
644
|
+
"as-object-empty-add-icon",
|
|
645
|
+
"as-optional-clear",
|
|
646
|
+
"as-paragraph-field",
|
|
647
|
+
"as-prefix",
|
|
648
|
+
"as-prefix-icon",
|
|
649
|
+
"as-radio-group",
|
|
650
|
+
"as-ref-anchor",
|
|
651
|
+
"as-ref-clear",
|
|
652
|
+
"as-ref-content",
|
|
653
|
+
"as-ref-input",
|
|
654
|
+
"as-ref-item",
|
|
655
|
+
"as-ref-item-description",
|
|
656
|
+
"as-ref-item-id",
|
|
657
|
+
"as-ref-item-label",
|
|
658
|
+
"as-ref-loading",
|
|
659
|
+
"as-ref-root",
|
|
660
|
+
"as-ref-spinner",
|
|
661
|
+
"as-ref-status",
|
|
662
|
+
"as-ref-viewport",
|
|
663
|
+
"as-select-caret",
|
|
664
|
+
"as-select-wrap",
|
|
665
|
+
"as-submit-btn",
|
|
666
|
+
"as-suffix",
|
|
667
|
+
"as-suffix-icon",
|
|
668
|
+
"as-variant-trigger",
|
|
669
|
+
"i-as-chevron-down",
|
|
670
|
+
"i-as-close",
|
|
671
|
+
"i-as-field-empty",
|
|
672
|
+
"i-as-field-fill"
|
|
673
|
+
],
|
|
542
674
|
"as-date": [
|
|
543
675
|
"as-decimal",
|
|
544
676
|
"as-default-field",
|
|
@@ -1464,6 +1596,139 @@ const componentClasses = {
|
|
|
1464
1596
|
"as-narrow:row-span-6",
|
|
1465
1597
|
"as-paragraph-field"
|
|
1466
1598
|
],
|
|
1599
|
+
"as-password-rules": [
|
|
1600
|
+
"as-action-field",
|
|
1601
|
+
"as-array-add-btn",
|
|
1602
|
+
"as-array-add-row",
|
|
1603
|
+
"as-array-items-chip",
|
|
1604
|
+
"as-checkbox-field",
|
|
1605
|
+
"as-checkbox-indeterminate",
|
|
1606
|
+
"as-checkbox-row",
|
|
1607
|
+
"as-collapsible-body",
|
|
1608
|
+
"as-collapsible-chevron",
|
|
1609
|
+
"as-collapsible-chevron-collapsed",
|
|
1610
|
+
"as-collapsible-description",
|
|
1611
|
+
"as-collapsible-error",
|
|
1612
|
+
"as-collapsible-error-badge",
|
|
1613
|
+
"as-collapsible-header",
|
|
1614
|
+
"as-collapsible-island",
|
|
1615
|
+
"as-collapsible-island-even",
|
|
1616
|
+
"as-collapsible-island-odd",
|
|
1617
|
+
"as-collapsible-section",
|
|
1618
|
+
"as-collapsible-summary",
|
|
1619
|
+
"as-collapsible-title",
|
|
1620
|
+
"as-collapsible-title-index",
|
|
1621
|
+
"as-collapsible-title-nested",
|
|
1622
|
+
"as-collapsible-title-row",
|
|
1623
|
+
"as-decimal",
|
|
1624
|
+
"as-decimal-decimal",
|
|
1625
|
+
"as-decimal-integer",
|
|
1626
|
+
"as-decimal-sep",
|
|
1627
|
+
"as-default-field",
|
|
1628
|
+
"as-dropdown",
|
|
1629
|
+
"as-dropdown-item",
|
|
1630
|
+
"as-dropdown-item--active",
|
|
1631
|
+
"as-dropdown-menu",
|
|
1632
|
+
"as-error-slot",
|
|
1633
|
+
"as-field-action-link",
|
|
1634
|
+
"as-field-description",
|
|
1635
|
+
"as-field-footer-row",
|
|
1636
|
+
"as-field-header-actions",
|
|
1637
|
+
"as-field-header-content",
|
|
1638
|
+
"as-field-header-row",
|
|
1639
|
+
"as-field-input-row",
|
|
1640
|
+
"as-field-label",
|
|
1641
|
+
"as-field-label-index",
|
|
1642
|
+
"as-field-remove-btn",
|
|
1643
|
+
"as-field-remove-btn-icon",
|
|
1644
|
+
"as-form",
|
|
1645
|
+
"as-form-description",
|
|
1646
|
+
"as-form-error",
|
|
1647
|
+
"as-form-error-dismiss",
|
|
1648
|
+
"as-form-error-message",
|
|
1649
|
+
"as-form-grid",
|
|
1650
|
+
"as-form-overlay",
|
|
1651
|
+
"as-form-overlay-icon",
|
|
1652
|
+
"as-form-title",
|
|
1653
|
+
"as-grid-item",
|
|
1654
|
+
"as-input-shell",
|
|
1655
|
+
"as-multi-select-anchor",
|
|
1656
|
+
"as-multi-select-caret",
|
|
1657
|
+
"as-multi-select-chip",
|
|
1658
|
+
"as-multi-select-chip-label",
|
|
1659
|
+
"as-multi-select-chip-remove",
|
|
1660
|
+
"as-multi-select-clear",
|
|
1661
|
+
"as-multi-select-content",
|
|
1662
|
+
"as-multi-select-empty",
|
|
1663
|
+
"as-multi-select-footer",
|
|
1664
|
+
"as-multi-select-footer-action",
|
|
1665
|
+
"as-multi-select-input",
|
|
1666
|
+
"as-multi-select-item",
|
|
1667
|
+
"as-multi-select-item-label",
|
|
1668
|
+
"as-multi-select-root",
|
|
1669
|
+
"as-multi-select-viewport",
|
|
1670
|
+
"as-narrow:col-span-1",
|
|
1671
|
+
"as-narrow:col-span-10",
|
|
1672
|
+
"as-narrow:col-span-11",
|
|
1673
|
+
"as-narrow:col-span-12",
|
|
1674
|
+
"as-narrow:col-span-2",
|
|
1675
|
+
"as-narrow:col-span-3",
|
|
1676
|
+
"as-narrow:col-span-4",
|
|
1677
|
+
"as-narrow:col-span-5",
|
|
1678
|
+
"as-narrow:col-span-6",
|
|
1679
|
+
"as-narrow:col-span-7",
|
|
1680
|
+
"as-narrow:col-span-8",
|
|
1681
|
+
"as-narrow:col-span-9",
|
|
1682
|
+
"as-narrow:row-span-1",
|
|
1683
|
+
"as-narrow:row-span-2",
|
|
1684
|
+
"as-narrow:row-span-3",
|
|
1685
|
+
"as-narrow:row-span-4",
|
|
1686
|
+
"as-narrow:row-span-5",
|
|
1687
|
+
"as-narrow:row-span-6",
|
|
1688
|
+
"as-no-data",
|
|
1689
|
+
"as-no-data-icon",
|
|
1690
|
+
"as-no-data-text",
|
|
1691
|
+
"as-no-data-textarea",
|
|
1692
|
+
"as-number",
|
|
1693
|
+
"as-number-input",
|
|
1694
|
+
"as-object-empty",
|
|
1695
|
+
"as-object-empty-add",
|
|
1696
|
+
"as-object-empty-add-icon",
|
|
1697
|
+
"as-optional-clear",
|
|
1698
|
+
"as-paragraph-field",
|
|
1699
|
+
"as-password-rules",
|
|
1700
|
+
"as-password-rules-empty",
|
|
1701
|
+
"as-password-rules-icon",
|
|
1702
|
+
"as-password-rules-list",
|
|
1703
|
+
"as-password-rules-row",
|
|
1704
|
+
"as-password-rules-text",
|
|
1705
|
+
"as-prefix",
|
|
1706
|
+
"as-prefix-icon",
|
|
1707
|
+
"as-radio-group",
|
|
1708
|
+
"as-ref-anchor",
|
|
1709
|
+
"as-ref-clear",
|
|
1710
|
+
"as-ref-content",
|
|
1711
|
+
"as-ref-input",
|
|
1712
|
+
"as-ref-item",
|
|
1713
|
+
"as-ref-item-description",
|
|
1714
|
+
"as-ref-item-id",
|
|
1715
|
+
"as-ref-item-label",
|
|
1716
|
+
"as-ref-loading",
|
|
1717
|
+
"as-ref-root",
|
|
1718
|
+
"as-ref-spinner",
|
|
1719
|
+
"as-ref-status",
|
|
1720
|
+
"as-ref-viewport",
|
|
1721
|
+
"as-select-caret",
|
|
1722
|
+
"as-select-wrap",
|
|
1723
|
+
"as-submit-btn",
|
|
1724
|
+
"as-suffix",
|
|
1725
|
+
"as-suffix-icon",
|
|
1726
|
+
"as-variant-trigger",
|
|
1727
|
+
"i-as-chevron-down",
|
|
1728
|
+
"i-as-close",
|
|
1729
|
+
"i-as-field-empty",
|
|
1730
|
+
"i-as-field-fill"
|
|
1731
|
+
],
|
|
1467
1732
|
"as-preset-dialog": [
|
|
1468
1733
|
"as-narrow:col-span-1",
|
|
1469
1734
|
"as-narrow:col-span-10",
|
|
@@ -2821,6 +3086,7 @@ const componentPackages = {
|
|
|
2821
3086
|
"as-column-menu": "table",
|
|
2822
3087
|
"as-config-dialog": "table",
|
|
2823
3088
|
"as-confirm-dialog": "table",
|
|
3089
|
+
"as-consent-array": "aooth",
|
|
2824
3090
|
"as-date": "form",
|
|
2825
3091
|
"as-datetime": "form",
|
|
2826
3092
|
"as-decimal": "form",
|
|
@@ -2837,6 +3103,7 @@ const componentPackages = {
|
|
|
2837
3103
|
"as-number": "form",
|
|
2838
3104
|
"as-object": "form",
|
|
2839
3105
|
"as-paragraph": "form",
|
|
3106
|
+
"as-password-rules": "aooth",
|
|
2840
3107
|
"as-preset-dialog": "table",
|
|
2841
3108
|
"as-preset-picker": "table",
|
|
2842
3109
|
"as-radio": "form",
|
|
@@ -2856,10 +3123,12 @@ const componentPackages = {
|
|
|
2856
3123
|
"as-window-table": "table"
|
|
2857
3124
|
};
|
|
2858
3125
|
const primaryComponents = new Set([
|
|
3126
|
+
"as-consent-array",
|
|
2859
3127
|
"as-field",
|
|
2860
3128
|
"as-filters",
|
|
2861
3129
|
"as-form",
|
|
2862
3130
|
"as-iterator",
|
|
3131
|
+
"as-password-rules",
|
|
2863
3132
|
"as-preset-picker",
|
|
2864
3133
|
"as-table",
|
|
2865
3134
|
"as-table-actions",
|
package/dist/vite.cjs
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_kebab = require("./kebab-
|
|
2
|
+
const require_kebab = require("./kebab-BOuhgNxo.cjs");
|
|
3
3
|
//#region src/vite.ts
|
|
4
4
|
const PKG_TO_NPM = {
|
|
5
5
|
form: "@atscript/vue-form",
|
|
6
6
|
table: "@atscript/vue-table",
|
|
7
|
-
wf: "@atscript/vue-wf"
|
|
7
|
+
wf: "@atscript/vue-wf",
|
|
8
|
+
aooth: "@atscript/vue-aooth"
|
|
8
9
|
};
|
|
9
10
|
const AS_TAG = /^As[A-Z]/;
|
|
10
11
|
/**
|
package/dist/vite.mjs
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
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-DDXVyWuJ.mjs";
|
|
2
2
|
//#region src/vite.ts
|
|
3
3
|
const PKG_TO_NPM = {
|
|
4
4
|
form: "@atscript/vue-form",
|
|
5
5
|
table: "@atscript/vue-table",
|
|
6
|
-
wf: "@atscript/vue-wf"
|
|
6
|
+
wf: "@atscript/vue-wf",
|
|
7
|
+
aooth: "@atscript/vue-aooth"
|
|
7
8
|
};
|
|
8
9
|
const AS_TAG = /^As[A-Z]/;
|
|
9
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/ui-styles",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.75",
|
|
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",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"./css/form": "./dist/css/form.css",
|
|
41
41
|
"./css/table": "./dist/css/table.css",
|
|
42
42
|
"./css/wf": "./dist/css/wf.css",
|
|
43
|
+
"./css/aooth": "./dist/css/aooth.css",
|
|
43
44
|
"./vite": {
|
|
44
45
|
"types": "./dist/vite.d.mts",
|
|
45
46
|
"import": "./dist/vite.mjs",
|
|
@@ -48,25 +49,26 @@
|
|
|
48
49
|
"./package.json": "./package.json"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@iconify/utils": "^3.1.
|
|
52
|
+
"@iconify/utils": "^3.1.3"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"@unocss/preset-icons": "^66.
|
|
55
|
+
"@unocss/preset-icons": "^66.7.0",
|
|
55
56
|
"@vitejs/plugin-vue": "^6",
|
|
56
57
|
"rolldown": "1.0.0-rc.16",
|
|
57
58
|
"tinyglobby": "^0.2.15",
|
|
58
59
|
"tsx": "^4.21.0",
|
|
59
|
-
"unocss": "^66.
|
|
60
|
+
"unocss": "^66.7.0",
|
|
60
61
|
"unplugin-vue-components": "^32.0.0",
|
|
61
62
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
62
63
|
"vunor": "^0.2",
|
|
63
|
-
"@atscript/vue-
|
|
64
|
-
"@atscript/vue-form": "^0.1.
|
|
65
|
-
"@atscript/vue-
|
|
64
|
+
"@atscript/vue-aooth": "^0.1.75",
|
|
65
|
+
"@atscript/vue-form": "^0.1.75",
|
|
66
|
+
"@atscript/vue-table": "^0.1.75",
|
|
67
|
+
"@atscript/vue-wf": "^0.1.75"
|
|
66
68
|
},
|
|
67
69
|
"peerDependencies": {
|
|
68
|
-
"@unocss/preset-icons": "^66.
|
|
69
|
-
"unocss": "^66.
|
|
70
|
+
"@unocss/preset-icons": "^66.7.0",
|
|
71
|
+
"unocss": "^66.7.0",
|
|
70
72
|
"unplugin-vue-components": "^32.0.0",
|
|
71
73
|
"vunor": "^0.2"
|
|
72
74
|
},
|