base-paint 0.3.13 → 0.3.15
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/README.md +218 -15
- package/dist/blocks.d.ts +188 -14
- package/dist/blocks.d.ts.map +1 -1
- package/dist/blocks.js +781 -78
- package/dist/blocks.js.map +1 -1
- package/dist/charts.d.ts +6 -61
- package/dist/charts.d.ts.map +1 -1
- package/dist/charts.js +6 -2034
- package/dist/charts.js.map +1 -1
- package/dist/components/bulk-bar/attrs.d.ts +176 -0
- package/dist/components/bulk-bar/attrs.d.ts.map +1 -0
- package/dist/components/bulk-bar/attrs.js +184 -0
- package/dist/components/bulk-bar/attrs.js.map +1 -0
- package/dist/components/bulk-bar/index.d.ts +25 -0
- package/dist/components/bulk-bar/index.d.ts.map +1 -0
- package/dist/components/bulk-bar/index.js +23 -0
- package/dist/components/bulk-bar/index.js.map +1 -0
- package/dist/components/bulk-bar/model.d.ts +74 -0
- package/dist/components/bulk-bar/model.d.ts.map +1 -0
- package/dist/components/bulk-bar/model.js +239 -0
- package/dist/components/bulk-bar/model.js.map +1 -0
- package/dist/components/bulk-bar/render.d.ts +3 -0
- package/dist/components/bulk-bar/render.d.ts.map +1 -0
- package/dist/components/bulk-bar/render.js +195 -0
- package/dist/components/bulk-bar/render.js.map +1 -0
- package/dist/components/bulk-bar/runtime.d.ts +3 -0
- package/dist/components/bulk-bar/runtime.d.ts.map +1 -0
- package/dist/components/bulk-bar/runtime.js +135 -0
- package/dist/components/bulk-bar/runtime.js.map +1 -0
- package/dist/components/bulk-bar/style-column.d.ts +5 -0
- package/dist/components/bulk-bar/style-column.d.ts.map +1 -0
- package/dist/components/bulk-bar/style-column.js +191 -0
- package/dist/components/bulk-bar/style-column.js.map +1 -0
- package/dist/components/bulk-bar/style-confirm.d.ts +5 -0
- package/dist/components/bulk-bar/style-confirm.d.ts.map +1 -0
- package/dist/components/bulk-bar/style-confirm.js +236 -0
- package/dist/components/bulk-bar/style-confirm.js.map +1 -0
- package/dist/components/bulk-bar/style-sizes.d.ts +15 -0
- package/dist/components/bulk-bar/style-sizes.d.ts.map +1 -0
- package/dist/components/bulk-bar/style-sizes.js +14 -0
- package/dist/components/bulk-bar/style-sizes.js.map +1 -0
- package/dist/components/bulk-bar/style.d.ts +6 -0
- package/dist/components/bulk-bar/style.d.ts.map +1 -0
- package/dist/components/bulk-bar/style.js +239 -0
- package/dist/components/bulk-bar/style.js.map +1 -0
- package/dist/components/calendar-month/attrs.d.ts +85 -0
- package/dist/components/calendar-month/attrs.d.ts.map +1 -0
- package/dist/components/calendar-month/attrs.js +76 -0
- package/dist/components/calendar-month/attrs.js.map +1 -0
- package/dist/components/calendar-month/index.d.ts +13 -0
- package/dist/components/calendar-month/index.d.ts.map +1 -0
- package/dist/components/calendar-month/index.js +11 -0
- package/dist/components/calendar-month/index.js.map +1 -0
- package/dist/components/calendar-month/model.d.ts +31 -0
- package/dist/components/calendar-month/model.d.ts.map +1 -0
- package/dist/components/calendar-month/model.js +142 -0
- package/dist/components/calendar-month/model.js.map +1 -0
- package/dist/components/calendar-month/render.d.ts +3 -0
- package/dist/components/calendar-month/render.d.ts.map +1 -0
- package/dist/components/calendar-month/render.js +84 -0
- package/dist/components/calendar-month/render.js.map +1 -0
- package/dist/components/calendar-month/style.d.ts +14 -0
- package/dist/components/calendar-month/style.d.ts.map +1 -0
- package/dist/components/calendar-month/style.js +210 -0
- package/dist/components/calendar-month/style.js.map +1 -0
- package/dist/components/cash-waterline/attrs.d.ts +131 -0
- package/dist/components/cash-waterline/attrs.d.ts.map +1 -0
- package/dist/components/cash-waterline/attrs.js +157 -0
- package/dist/components/cash-waterline/attrs.js.map +1 -0
- package/dist/components/cash-waterline/fields.d.ts +26 -0
- package/dist/components/cash-waterline/fields.d.ts.map +1 -0
- package/dist/components/cash-waterline/fields.js +174 -0
- package/dist/components/cash-waterline/fields.js.map +1 -0
- package/dist/components/cash-waterline/index.d.ts +14 -0
- package/dist/components/cash-waterline/index.d.ts.map +1 -0
- package/dist/components/cash-waterline/index.js +12 -0
- package/dist/components/cash-waterline/index.js.map +1 -0
- package/dist/components/cash-waterline/model.d.ts +117 -0
- package/dist/components/cash-waterline/model.d.ts.map +1 -0
- package/dist/components/cash-waterline/model.js +242 -0
- package/dist/components/cash-waterline/model.js.map +1 -0
- package/dist/components/cash-waterline/render.d.ts +3 -0
- package/dist/components/cash-waterline/render.d.ts.map +1 -0
- package/dist/components/cash-waterline/render.js +203 -0
- package/dist/components/cash-waterline/render.js.map +1 -0
- package/dist/components/cash-waterline/style-forms.d.ts +7 -0
- package/dist/components/cash-waterline/style-forms.d.ts.map +1 -0
- package/dist/components/cash-waterline/style-forms.js +337 -0
- package/dist/components/cash-waterline/style-forms.js.map +1 -0
- package/dist/components/cash-waterline/style.d.ts +9 -0
- package/dist/components/cash-waterline/style.d.ts.map +1 -0
- package/dist/components/cash-waterline/style.js +224 -0
- package/dist/components/cash-waterline/style.js.map +1 -0
- package/dist/components/charts/bar.d.ts +11 -0
- package/dist/components/charts/bar.d.ts.map +1 -0
- package/dist/components/charts/bar.js +257 -0
- package/dist/components/charts/bar.js.map +1 -0
- package/dist/components/charts/combo.d.ts +11 -0
- package/dist/components/charts/combo.d.ts.map +1 -0
- package/dist/components/charts/combo.js +113 -0
- package/dist/components/charts/combo.js.map +1 -0
- package/dist/components/charts/coords.d.ts +134 -0
- package/dist/components/charts/coords.d.ts.map +1 -0
- package/dist/components/charts/coords.js +182 -0
- package/dist/components/charts/coords.js.map +1 -0
- package/dist/components/charts/dispatch.d.ts +15 -0
- package/dist/components/charts/dispatch.d.ts.map +1 -0
- package/dist/components/charts/dispatch.js +41 -0
- package/dist/components/charts/dispatch.js.map +1 -0
- package/dist/components/charts/donut.d.ts +11 -0
- package/dist/components/charts/donut.d.ts.map +1 -0
- package/dist/components/charts/donut.js +90 -0
- package/dist/components/charts/donut.js.map +1 -0
- package/dist/components/charts/gauge.d.ts +11 -0
- package/dist/components/charts/gauge.d.ts.map +1 -0
- package/dist/components/charts/gauge.js +48 -0
- package/dist/components/charts/gauge.js.map +1 -0
- package/dist/components/charts/helpers.d.ts +20 -0
- package/dist/components/charts/helpers.d.ts.map +1 -0
- package/dist/components/charts/helpers.js +58 -0
- package/dist/components/charts/helpers.js.map +1 -0
- package/dist/components/charts/index.d.ts +10 -0
- package/dist/components/charts/index.d.ts.map +1 -0
- package/dist/components/charts/index.js +9 -0
- package/dist/components/charts/index.js.map +1 -0
- package/dist/components/charts/line.d.ts +13 -0
- package/dist/components/charts/line.d.ts.map +1 -0
- package/dist/components/charts/line.js +675 -0
- package/dist/components/charts/line.js.map +1 -0
- package/dist/components/charts/options.d.ts +62 -0
- package/dist/components/charts/options.d.ts.map +1 -0
- package/dist/components/charts/options.js +113 -0
- package/dist/components/charts/options.js.map +1 -0
- package/dist/components/charts/progress.d.ts +11 -0
- package/dist/components/charts/progress.d.ts.map +1 -0
- package/dist/components/charts/progress.js +49 -0
- package/dist/components/charts/progress.js.map +1 -0
- package/dist/components/charts/scatter.d.ts +11 -0
- package/dist/components/charts/scatter.d.ts.map +1 -0
- package/dist/components/charts/scatter.js +116 -0
- package/dist/components/charts/scatter.js.map +1 -0
- package/dist/components/charts/shared.d.ts +64 -0
- package/dist/components/charts/shared.d.ts.map +1 -0
- package/dist/components/charts/shared.js +159 -0
- package/dist/components/charts/shared.js.map +1 -0
- package/dist/components/charts/sparkline.d.ts +11 -0
- package/dist/components/charts/sparkline.d.ts.map +1 -0
- package/dist/components/charts/sparkline.js +52 -0
- package/dist/components/charts/sparkline.js.map +1 -0
- package/dist/components/charts/style.d.ts +19 -0
- package/dist/components/charts/style.d.ts.map +1 -0
- package/dist/components/charts/style.js +120 -0
- package/dist/components/charts/style.js.map +1 -0
- package/dist/components/charts/svg.d.ts +23 -0
- package/dist/components/charts/svg.d.ts.map +1 -0
- package/dist/components/charts/svg.js +143 -0
- package/dist/components/charts/svg.js.map +1 -0
- package/dist/components/command-palette/attrs.d.ts +165 -0
- package/dist/components/command-palette/attrs.d.ts.map +1 -0
- package/dist/components/command-palette/attrs.js +162 -0
- package/dist/components/command-palette/attrs.js.map +1 -0
- package/dist/components/command-palette/index.d.ts +18 -0
- package/dist/components/command-palette/index.d.ts.map +1 -0
- package/dist/components/command-palette/index.js +16 -0
- package/dist/components/command-palette/index.js.map +1 -0
- package/dist/components/command-palette/model.d.ts +46 -0
- package/dist/components/command-palette/model.d.ts.map +1 -0
- package/dist/components/command-palette/model.js +164 -0
- package/dist/components/command-palette/model.js.map +1 -0
- package/dist/components/command-palette/render.d.ts +3 -0
- package/dist/components/command-palette/render.d.ts.map +1 -0
- package/dist/components/command-palette/render.js +153 -0
- package/dist/components/command-palette/render.js.map +1 -0
- package/dist/components/command-palette/runtime.d.ts +3 -0
- package/dist/components/command-palette/runtime.d.ts.map +1 -0
- package/dist/components/command-palette/runtime.js +153 -0
- package/dist/components/command-palette/runtime.js.map +1 -0
- package/dist/components/command-palette/style.d.ts +5 -0
- package/dist/components/command-palette/style.d.ts.map +1 -0
- package/dist/components/command-palette/style.js +346 -0
- package/dist/components/command-palette/style.js.map +1 -0
- package/dist/components/compare-columns/attrs.d.ts +79 -0
- package/dist/components/compare-columns/attrs.d.ts.map +1 -0
- package/dist/components/compare-columns/attrs.js +86 -0
- package/dist/components/compare-columns/attrs.js.map +1 -0
- package/dist/components/compare-columns/index.d.ts +14 -0
- package/dist/components/compare-columns/index.d.ts.map +1 -0
- package/dist/components/compare-columns/index.js +12 -0
- package/dist/components/compare-columns/index.js.map +1 -0
- package/dist/components/compare-columns/model.d.ts +35 -0
- package/dist/components/compare-columns/model.d.ts.map +1 -0
- package/dist/components/compare-columns/model.js +112 -0
- package/dist/components/compare-columns/model.js.map +1 -0
- package/dist/components/compare-columns/render.d.ts +4 -0
- package/dist/components/compare-columns/render.d.ts.map +1 -0
- package/dist/components/compare-columns/render.js +92 -0
- package/dist/components/compare-columns/render.js.map +1 -0
- package/dist/components/compare-columns/style.d.ts +13 -0
- package/dist/components/compare-columns/style.d.ts.map +1 -0
- package/dist/components/compare-columns/style.js +287 -0
- package/dist/components/compare-columns/style.js.map +1 -0
- package/dist/components/confirm-strip/attrs.d.ts +111 -0
- package/dist/components/confirm-strip/attrs.d.ts.map +1 -0
- package/dist/components/confirm-strip/attrs.js +100 -0
- package/dist/components/confirm-strip/attrs.js.map +1 -0
- package/dist/components/confirm-strip/index.d.ts +32 -0
- package/dist/components/confirm-strip/index.d.ts.map +1 -0
- package/dist/components/confirm-strip/index.js +30 -0
- package/dist/components/confirm-strip/index.js.map +1 -0
- package/dist/components/confirm-strip/model.d.ts +40 -0
- package/dist/components/confirm-strip/model.d.ts.map +1 -0
- package/dist/components/confirm-strip/model.js +112 -0
- package/dist/components/confirm-strip/model.js.map +1 -0
- package/dist/components/confirm-strip/render.d.ts +3 -0
- package/dist/components/confirm-strip/render.d.ts.map +1 -0
- package/dist/components/confirm-strip/render.js +79 -0
- package/dist/components/confirm-strip/render.js.map +1 -0
- package/dist/components/confirm-strip/runtime.d.ts +3 -0
- package/dist/components/confirm-strip/runtime.d.ts.map +1 -0
- package/dist/components/confirm-strip/runtime.js +61 -0
- package/dist/components/confirm-strip/runtime.js.map +1 -0
- package/dist/components/confirm-strip/style.d.ts +13 -0
- package/dist/components/confirm-strip/style.d.ts.map +1 -0
- package/dist/components/confirm-strip/style.js +302 -0
- package/dist/components/confirm-strip/style.js.map +1 -0
- package/dist/components/controls/action-bar.d.ts +42 -0
- package/dist/components/controls/action-bar.d.ts.map +1 -0
- package/dist/components/controls/action-bar.js +216 -0
- package/dist/components/controls/action-bar.js.map +1 -0
- package/dist/components/controls/bind.d.ts +22 -0
- package/dist/components/controls/bind.d.ts.map +1 -0
- package/dist/components/controls/bind.js +62 -0
- package/dist/components/controls/bind.js.map +1 -0
- package/dist/components/controls/copy.d.ts +18 -0
- package/dist/components/controls/copy.d.ts.map +1 -0
- package/dist/components/controls/copy.js +132 -0
- package/dist/components/controls/copy.js.map +1 -0
- package/dist/components/controls/helpers-meta.d.ts +87 -0
- package/dist/components/controls/helpers-meta.d.ts.map +1 -0
- package/dist/components/controls/helpers-meta.js +114 -0
- package/dist/components/controls/helpers-meta.js.map +1 -0
- package/dist/components/controls/helpers.d.ts +11 -0
- package/dist/components/controls/helpers.d.ts.map +1 -0
- package/dist/components/controls/helpers.js +630 -0
- package/dist/components/controls/helpers.js.map +1 -0
- package/dist/components/controls/index.d.ts +13 -0
- package/dist/components/controls/index.d.ts.map +1 -0
- package/dist/components/controls/index.js +12 -0
- package/dist/components/controls/index.js.map +1 -0
- package/dist/components/controls/shared.d.ts +23 -0
- package/dist/components/controls/shared.d.ts.map +1 -0
- package/dist/components/controls/shared.js +48 -0
- package/dist/components/controls/shared.js.map +1 -0
- package/dist/components/controls/status.d.ts +20 -0
- package/dist/components/controls/status.d.ts.map +1 -0
- package/dist/components/controls/status.js +84 -0
- package/dist/components/controls/status.js.map +1 -0
- package/dist/components/controls/toast.d.ts +43 -0
- package/dist/components/controls/toast.d.ts.map +1 -0
- package/dist/components/controls/toast.js +164 -0
- package/dist/components/controls/toast.js.map +1 -0
- package/dist/components/date-range/attrs.d.ts +134 -0
- package/dist/components/date-range/attrs.d.ts.map +1 -0
- package/dist/components/date-range/attrs.js +136 -0
- package/dist/components/date-range/attrs.js.map +1 -0
- package/dist/components/date-range/index.d.ts +33 -0
- package/dist/components/date-range/index.d.ts.map +1 -0
- package/dist/components/date-range/index.js +31 -0
- package/dist/components/date-range/index.js.map +1 -0
- package/dist/components/date-range/model.d.ts +49 -0
- package/dist/components/date-range/model.d.ts.map +1 -0
- package/dist/components/date-range/model.js +160 -0
- package/dist/components/date-range/model.js.map +1 -0
- package/dist/components/date-range/render.d.ts +5 -0
- package/dist/components/date-range/render.d.ts.map +1 -0
- package/dist/components/date-range/render.js +208 -0
- package/dist/components/date-range/render.js.map +1 -0
- package/dist/components/date-range/runtime.d.ts +3 -0
- package/dist/components/date-range/runtime.d.ts.map +1 -0
- package/dist/components/date-range/runtime.js +240 -0
- package/dist/components/date-range/runtime.js.map +1 -0
- package/dist/components/date-range/style-calendar.d.ts +5 -0
- package/dist/components/date-range/style-calendar.d.ts.map +1 -0
- package/dist/components/date-range/style-calendar.js +144 -0
- package/dist/components/date-range/style-calendar.js.map +1 -0
- package/dist/components/date-range/style.d.ts +5 -0
- package/dist/components/date-range/style.d.ts.map +1 -0
- package/dist/components/date-range/style.js +259 -0
- package/dist/components/date-range/style.js.map +1 -0
- package/dist/components/dialog/attrs.d.ts +100 -0
- package/dist/components/dialog/attrs.d.ts.map +1 -0
- package/dist/components/dialog/attrs.js +76 -0
- package/dist/components/dialog/attrs.js.map +1 -0
- package/dist/components/dialog/index.d.ts +34 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/dialog/index.js +32 -0
- package/dist/components/dialog/index.js.map +1 -0
- package/dist/components/dialog/model.d.ts +32 -0
- package/dist/components/dialog/model.d.ts.map +1 -0
- package/dist/components/dialog/model.js +109 -0
- package/dist/components/dialog/model.js.map +1 -0
- package/dist/components/dialog/render.d.ts +5 -0
- package/dist/components/dialog/render.d.ts.map +1 -0
- package/dist/components/dialog/render.js +96 -0
- package/dist/components/dialog/render.js.map +1 -0
- package/dist/components/dialog/runtime.d.ts +3 -0
- package/dist/components/dialog/runtime.d.ts.map +1 -0
- package/dist/components/dialog/runtime.js +73 -0
- package/dist/components/dialog/runtime.js.map +1 -0
- package/dist/components/dialog/style.d.ts +14 -0
- package/dist/components/dialog/style.d.ts.map +1 -0
- package/dist/components/dialog/style.js +133 -0
- package/dist/components/dialog/style.js.map +1 -0
- package/dist/components/drawer-sheet/attrs.d.ts +113 -0
- package/dist/components/drawer-sheet/attrs.d.ts.map +1 -0
- package/dist/components/drawer-sheet/attrs.js +110 -0
- package/dist/components/drawer-sheet/attrs.js.map +1 -0
- package/dist/components/drawer-sheet/index.d.ts +35 -0
- package/dist/components/drawer-sheet/index.d.ts.map +1 -0
- package/dist/components/drawer-sheet/index.js +32 -0
- package/dist/components/drawer-sheet/index.js.map +1 -0
- package/dist/components/drawer-sheet/model.d.ts +36 -0
- package/dist/components/drawer-sheet/model.d.ts.map +1 -0
- package/dist/components/drawer-sheet/model.js +118 -0
- package/dist/components/drawer-sheet/model.js.map +1 -0
- package/dist/components/drawer-sheet/render.d.ts +5 -0
- package/dist/components/drawer-sheet/render.d.ts.map +1 -0
- package/dist/components/drawer-sheet/render.js +116 -0
- package/dist/components/drawer-sheet/render.js.map +1 -0
- package/dist/components/drawer-sheet/runtime.d.ts +3 -0
- package/dist/components/drawer-sheet/runtime.d.ts.map +1 -0
- package/dist/components/drawer-sheet/runtime.js +105 -0
- package/dist/components/drawer-sheet/runtime.js.map +1 -0
- package/dist/components/drawer-sheet/style.d.ts +8 -0
- package/dist/components/drawer-sheet/style.d.ts.map +1 -0
- package/dist/components/drawer-sheet/style.js +136 -0
- package/dist/components/drawer-sheet/style.js.map +1 -0
- package/dist/components/due-row/attrs.d.ts +106 -0
- package/dist/components/due-row/attrs.d.ts.map +1 -0
- package/dist/components/due-row/attrs.js +75 -0
- package/dist/components/due-row/attrs.js.map +1 -0
- package/dist/components/due-row/index.d.ts +35 -0
- package/dist/components/due-row/index.d.ts.map +1 -0
- package/dist/components/due-row/index.js +33 -0
- package/dist/components/due-row/index.js.map +1 -0
- package/dist/components/due-row/model.d.ts +35 -0
- package/dist/components/due-row/model.d.ts.map +1 -0
- package/dist/components/due-row/model.js +100 -0
- package/dist/components/due-row/model.js.map +1 -0
- package/dist/components/due-row/render.d.ts +6 -0
- package/dist/components/due-row/render.d.ts.map +1 -0
- package/dist/components/due-row/render.js +100 -0
- package/dist/components/due-row/render.js.map +1 -0
- package/dist/components/due-row/runtime.d.ts +3 -0
- package/dist/components/due-row/runtime.d.ts.map +1 -0
- package/dist/components/due-row/runtime.js +39 -0
- package/dist/components/due-row/runtime.js.map +1 -0
- package/dist/components/due-row/style.d.ts +15 -0
- package/dist/components/due-row/style.d.ts.map +1 -0
- package/dist/components/due-row/style.js +322 -0
- package/dist/components/due-row/style.js.map +1 -0
- package/dist/components/editable-value/attrs.d.ts +81 -0
- package/dist/components/editable-value/attrs.d.ts.map +1 -0
- package/dist/components/editable-value/attrs.js +43 -0
- package/dist/components/editable-value/attrs.js.map +1 -0
- package/dist/components/editable-value/index.d.ts +33 -0
- package/dist/components/editable-value/index.d.ts.map +1 -0
- package/dist/components/editable-value/index.js +31 -0
- package/dist/components/editable-value/index.js.map +1 -0
- package/dist/components/editable-value/render.d.ts +4 -0
- package/dist/components/editable-value/render.d.ts.map +1 -0
- package/dist/components/editable-value/render.js +142 -0
- package/dist/components/editable-value/render.js.map +1 -0
- package/dist/components/editable-value/runtime.d.ts +3 -0
- package/dist/components/editable-value/runtime.d.ts.map +1 -0
- package/dist/components/editable-value/runtime.js +178 -0
- package/dist/components/editable-value/runtime.js.map +1 -0
- package/dist/components/editable-value/style.d.ts +8 -0
- package/dist/components/editable-value/style.d.ts.map +1 -0
- package/dist/components/editable-value/style.js +55 -0
- package/dist/components/editable-value/style.js.map +1 -0
- package/dist/components/entry-rows/index.d.ts +11 -0
- package/dist/components/entry-rows/index.d.ts.map +1 -0
- package/dist/components/entry-rows/index.js +9 -0
- package/dist/components/entry-rows/index.js.map +1 -0
- package/dist/components/entry-rows/render.d.ts +33 -0
- package/dist/components/entry-rows/render.d.ts.map +1 -0
- package/dist/components/entry-rows/render.js +64 -0
- package/dist/components/entry-rows/render.js.map +1 -0
- package/dist/components/entry-rows/style.d.ts +9 -0
- package/dist/components/entry-rows/style.d.ts.map +1 -0
- package/dist/components/entry-rows/style.js +131 -0
- package/dist/components/entry-rows/style.js.map +1 -0
- package/dist/components/filter-chips/attrs.d.ts +119 -0
- package/dist/components/filter-chips/attrs.d.ts.map +1 -0
- package/dist/components/filter-chips/attrs.js +83 -0
- package/dist/components/filter-chips/attrs.js.map +1 -0
- package/dist/components/filter-chips/index.d.ts +38 -0
- package/dist/components/filter-chips/index.d.ts.map +1 -0
- package/dist/components/filter-chips/index.js +36 -0
- package/dist/components/filter-chips/index.js.map +1 -0
- package/dist/components/filter-chips/model.d.ts +30 -0
- package/dist/components/filter-chips/model.d.ts.map +1 -0
- package/dist/components/filter-chips/model.js +91 -0
- package/dist/components/filter-chips/model.js.map +1 -0
- package/dist/components/filter-chips/render.d.ts +5 -0
- package/dist/components/filter-chips/render.d.ts.map +1 -0
- package/dist/components/filter-chips/render.js +91 -0
- package/dist/components/filter-chips/render.js.map +1 -0
- package/dist/components/filter-chips/runtime.d.ts +3 -0
- package/dist/components/filter-chips/runtime.d.ts.map +1 -0
- package/dist/components/filter-chips/runtime.js +138 -0
- package/dist/components/filter-chips/runtime.js.map +1 -0
- package/dist/components/filter-chips/style.d.ts +9 -0
- package/dist/components/filter-chips/style.d.ts.map +1 -0
- package/dist/components/filter-chips/style.js +116 -0
- package/dist/components/filter-chips/style.js.map +1 -0
- package/dist/components/flow-ribbon/attrs.d.ts +120 -0
- package/dist/components/flow-ribbon/attrs.d.ts.map +1 -0
- package/dist/components/flow-ribbon/attrs.js +174 -0
- package/dist/components/flow-ribbon/attrs.js.map +1 -0
- package/dist/components/flow-ribbon/fields.d.ts +50 -0
- package/dist/components/flow-ribbon/fields.d.ts.map +1 -0
- package/dist/components/flow-ribbon/fields.js +206 -0
- package/dist/components/flow-ribbon/fields.js.map +1 -0
- package/dist/components/flow-ribbon/forms.d.ts +127 -0
- package/dist/components/flow-ribbon/forms.d.ts.map +1 -0
- package/dist/components/flow-ribbon/forms.js +218 -0
- package/dist/components/flow-ribbon/forms.js.map +1 -0
- package/dist/components/flow-ribbon/index.d.ts +14 -0
- package/dist/components/flow-ribbon/index.d.ts.map +1 -0
- package/dist/components/flow-ribbon/index.js +13 -0
- package/dist/components/flow-ribbon/index.js.map +1 -0
- package/dist/components/flow-ribbon/model.d.ts +6 -0
- package/dist/components/flow-ribbon/model.d.ts.map +1 -0
- package/dist/components/flow-ribbon/model.js +72 -0
- package/dist/components/flow-ribbon/model.js.map +1 -0
- package/dist/components/flow-ribbon/render.d.ts +3 -0
- package/dist/components/flow-ribbon/render.d.ts.map +1 -0
- package/dist/components/flow-ribbon/render.js +191 -0
- package/dist/components/flow-ribbon/render.js.map +1 -0
- package/dist/components/flow-ribbon/style-forms.d.ts +8 -0
- package/dist/components/flow-ribbon/style-forms.d.ts.map +1 -0
- package/dist/components/flow-ribbon/style-forms.js +255 -0
- package/dist/components/flow-ribbon/style-forms.js.map +1 -0
- package/dist/components/flow-ribbon/style-rails.d.ts +5 -0
- package/dist/components/flow-ribbon/style-rails.d.ts.map +1 -0
- package/dist/components/flow-ribbon/style-rails.js +130 -0
- package/dist/components/flow-ribbon/style-rails.js.map +1 -0
- package/dist/components/flow-ribbon/style.d.ts +5 -0
- package/dist/components/flow-ribbon/style.d.ts.map +1 -0
- package/dist/components/flow-ribbon/style.js +216 -0
- package/dist/components/flow-ribbon/style.js.map +1 -0
- package/dist/components/gantt-timeline/attrs.d.ts +145 -0
- package/dist/components/gantt-timeline/attrs.d.ts.map +1 -0
- package/dist/components/gantt-timeline/attrs.js +120 -0
- package/dist/components/gantt-timeline/attrs.js.map +1 -0
- package/dist/components/gantt-timeline/index.d.ts +14 -0
- package/dist/components/gantt-timeline/index.d.ts.map +1 -0
- package/dist/components/gantt-timeline/index.js +12 -0
- package/dist/components/gantt-timeline/index.js.map +1 -0
- package/dist/components/gantt-timeline/layout.d.ts +112 -0
- package/dist/components/gantt-timeline/layout.d.ts.map +1 -0
- package/dist/components/gantt-timeline/layout.js +136 -0
- package/dist/components/gantt-timeline/layout.js.map +1 -0
- package/dist/components/gantt-timeline/model.d.ts +7 -0
- package/dist/components/gantt-timeline/model.d.ts.map +1 -0
- package/dist/components/gantt-timeline/model.js +222 -0
- package/dist/components/gantt-timeline/model.js.map +1 -0
- package/dist/components/gantt-timeline/render.d.ts +3 -0
- package/dist/components/gantt-timeline/render.d.ts.map +1 -0
- package/dist/components/gantt-timeline/render.js +138 -0
- package/dist/components/gantt-timeline/render.js.map +1 -0
- package/dist/components/gantt-timeline/scale.d.ts +50 -0
- package/dist/components/gantt-timeline/scale.d.ts.map +1 -0
- package/dist/components/gantt-timeline/scale.js +108 -0
- package/dist/components/gantt-timeline/scale.js.map +1 -0
- package/dist/components/gantt-timeline/style-marks.d.ts +5 -0
- package/dist/components/gantt-timeline/style-marks.d.ts.map +1 -0
- package/dist/components/gantt-timeline/style-marks.js +199 -0
- package/dist/components/gantt-timeline/style-marks.js.map +1 -0
- package/dist/components/gantt-timeline/style.d.ts +22 -0
- package/dist/components/gantt-timeline/style.d.ts.map +1 -0
- package/dist/components/gantt-timeline/style.js +306 -0
- package/dist/components/gantt-timeline/style.js.map +1 -0
- package/dist/components/goal-stairs/attrs.d.ts +100 -0
- package/dist/components/goal-stairs/attrs.d.ts.map +1 -0
- package/dist/components/goal-stairs/attrs.js +101 -0
- package/dist/components/goal-stairs/attrs.js.map +1 -0
- package/dist/components/goal-stairs/index.d.ts +16 -0
- package/dist/components/goal-stairs/index.d.ts.map +1 -0
- package/dist/components/goal-stairs/index.js +14 -0
- package/dist/components/goal-stairs/index.js.map +1 -0
- package/dist/components/goal-stairs/model.d.ts +44 -0
- package/dist/components/goal-stairs/model.d.ts.map +1 -0
- package/dist/components/goal-stairs/model.js +126 -0
- package/dist/components/goal-stairs/model.js.map +1 -0
- package/dist/components/goal-stairs/render.d.ts +3 -0
- package/dist/components/goal-stairs/render.d.ts.map +1 -0
- package/dist/components/goal-stairs/render.js +76 -0
- package/dist/components/goal-stairs/render.js.map +1 -0
- package/dist/components/goal-stairs/style.d.ts +22 -0
- package/dist/components/goal-stairs/style.d.ts.map +1 -0
- package/dist/components/goal-stairs/style.js +321 -0
- package/dist/components/goal-stairs/style.js.map +1 -0
- package/dist/components/heat-grid/attrs.d.ts +72 -0
- package/dist/components/heat-grid/attrs.d.ts.map +1 -0
- package/dist/components/heat-grid/attrs.js +75 -0
- package/dist/components/heat-grid/attrs.js.map +1 -0
- package/dist/components/heat-grid/index.d.ts +15 -0
- package/dist/components/heat-grid/index.d.ts.map +1 -0
- package/dist/components/heat-grid/index.js +13 -0
- package/dist/components/heat-grid/index.js.map +1 -0
- package/dist/components/heat-grid/model.d.ts +41 -0
- package/dist/components/heat-grid/model.d.ts.map +1 -0
- package/dist/components/heat-grid/model.js +176 -0
- package/dist/components/heat-grid/model.js.map +1 -0
- package/dist/components/heat-grid/render.d.ts +3 -0
- package/dist/components/heat-grid/render.d.ts.map +1 -0
- package/dist/components/heat-grid/render.js +104 -0
- package/dist/components/heat-grid/render.js.map +1 -0
- package/dist/components/heat-grid/style.d.ts +7 -0
- package/dist/components/heat-grid/style.d.ts.map +1 -0
- package/dist/components/heat-grid/style.js +269 -0
- package/dist/components/heat-grid/style.js.map +1 -0
- package/dist/components/help/index.d.ts +8 -0
- package/dist/components/help/index.d.ts.map +1 -0
- package/dist/components/help/index.js +7 -0
- package/dist/components/help/index.js.map +1 -0
- package/dist/components/help/render.d.ts +25 -0
- package/dist/components/help/render.d.ts.map +1 -0
- package/dist/components/help/render.js +246 -0
- package/dist/components/help/render.js.map +1 -0
- package/dist/components/help/schema.d.ts +12 -0
- package/dist/components/help/schema.d.ts.map +1 -0
- package/dist/components/help/schema.js +221 -0
- package/dist/components/help/schema.js.map +1 -0
- package/dist/components/help/shared.d.ts +34 -0
- package/dist/components/help/shared.d.ts.map +1 -0
- package/dist/components/help/shared.js +56 -0
- package/dist/components/help/shared.js.map +1 -0
- package/dist/components/help/shell.d.ts +18 -0
- package/dist/components/help/shell.d.ts.map +1 -0
- package/dist/components/help/shell.js +30 -0
- package/dist/components/help/shell.js.map +1 -0
- package/dist/components/help/template.d.ts +18 -0
- package/dist/components/help/template.d.ts.map +1 -0
- package/dist/components/help/template.js +67 -0
- package/dist/components/help/template.js.map +1 -0
- package/dist/components/hour-band/attrs.d.ts +96 -0
- package/dist/components/hour-band/attrs.d.ts.map +1 -0
- package/dist/components/hour-band/attrs.js +89 -0
- package/dist/components/hour-band/attrs.js.map +1 -0
- package/dist/components/hour-band/index.d.ts +17 -0
- package/dist/components/hour-band/index.d.ts.map +1 -0
- package/dist/components/hour-band/index.js +15 -0
- package/dist/components/hour-band/index.js.map +1 -0
- package/dist/components/hour-band/model.d.ts +51 -0
- package/dist/components/hour-band/model.d.ts.map +1 -0
- package/dist/components/hour-band/model.js +149 -0
- package/dist/components/hour-band/model.js.map +1 -0
- package/dist/components/hour-band/render.d.ts +3 -0
- package/dist/components/hour-band/render.d.ts.map +1 -0
- package/dist/components/hour-band/render.js +100 -0
- package/dist/components/hour-band/render.js.map +1 -0
- package/dist/components/hour-band/style.d.ts +9 -0
- package/dist/components/hour-band/style.d.ts.map +1 -0
- package/dist/components/hour-band/style.js +134 -0
- package/dist/components/hour-band/style.js.map +1 -0
- package/dist/components/index.d.ts +103 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +171 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/invoice-lines/attrs.d.ts +77 -0
- package/dist/components/invoice-lines/attrs.d.ts.map +1 -0
- package/dist/components/invoice-lines/attrs.js +75 -0
- package/dist/components/invoice-lines/attrs.js.map +1 -0
- package/dist/components/invoice-lines/index.d.ts +15 -0
- package/dist/components/invoice-lines/index.d.ts.map +1 -0
- package/dist/components/invoice-lines/index.js +13 -0
- package/dist/components/invoice-lines/index.js.map +1 -0
- package/dist/components/invoice-lines/model.d.ts +58 -0
- package/dist/components/invoice-lines/model.d.ts.map +1 -0
- package/dist/components/invoice-lines/model.js +180 -0
- package/dist/components/invoice-lines/model.js.map +1 -0
- package/dist/components/invoice-lines/render.d.ts +3 -0
- package/dist/components/invoice-lines/render.d.ts.map +1 -0
- package/dist/components/invoice-lines/render.js +116 -0
- package/dist/components/invoice-lines/render.js.map +1 -0
- package/dist/components/invoice-lines/style.d.ts +13 -0
- package/dist/components/invoice-lines/style.d.ts.map +1 -0
- package/dist/components/invoice-lines/style.js +271 -0
- package/dist/components/invoice-lines/style.js.map +1 -0
- package/dist/components/key-value-list/attrs.d.ts +49 -0
- package/dist/components/key-value-list/attrs.d.ts.map +1 -0
- package/dist/components/key-value-list/attrs.js +43 -0
- package/dist/components/key-value-list/attrs.js.map +1 -0
- package/dist/components/key-value-list/index.d.ts +14 -0
- package/dist/components/key-value-list/index.d.ts.map +1 -0
- package/dist/components/key-value-list/index.js +12 -0
- package/dist/components/key-value-list/index.js.map +1 -0
- package/dist/components/key-value-list/model.d.ts +16 -0
- package/dist/components/key-value-list/model.d.ts.map +1 -0
- package/dist/components/key-value-list/model.js +49 -0
- package/dist/components/key-value-list/model.js.map +1 -0
- package/dist/components/key-value-list/render.d.ts +5 -0
- package/dist/components/key-value-list/render.d.ts.map +1 -0
- package/dist/components/key-value-list/render.js +61 -0
- package/dist/components/key-value-list/render.js.map +1 -0
- package/dist/components/key-value-list/style.d.ts +5 -0
- package/dist/components/key-value-list/style.d.ts.map +1 -0
- package/dist/components/key-value-list/style.js +136 -0
- package/dist/components/key-value-list/style.js.map +1 -0
- package/dist/components/ledger-rows/index.d.ts +11 -0
- package/dist/components/ledger-rows/index.d.ts.map +1 -0
- package/dist/components/ledger-rows/index.js +9 -0
- package/dist/components/ledger-rows/index.js.map +1 -0
- package/dist/components/ledger-rows/render.d.ts +27 -0
- package/dist/components/ledger-rows/render.d.ts.map +1 -0
- package/dist/components/ledger-rows/render.js +58 -0
- package/dist/components/ledger-rows/render.js.map +1 -0
- package/dist/components/ledger-rows/style.d.ts +5 -0
- package/dist/components/ledger-rows/style.d.ts.map +1 -0
- package/dist/components/ledger-rows/style.js +88 -0
- package/dist/components/ledger-rows/style.js.map +1 -0
- package/dist/components/multi-checks/attrs.d.ts +138 -0
- package/dist/components/multi-checks/attrs.d.ts.map +1 -0
- package/dist/components/multi-checks/attrs.js +119 -0
- package/dist/components/multi-checks/attrs.js.map +1 -0
- package/dist/components/multi-checks/index.d.ts +14 -0
- package/dist/components/multi-checks/index.d.ts.map +1 -0
- package/dist/components/multi-checks/index.js +12 -0
- package/dist/components/multi-checks/index.js.map +1 -0
- package/dist/components/multi-checks/model.d.ts +63 -0
- package/dist/components/multi-checks/model.d.ts.map +1 -0
- package/dist/components/multi-checks/model.js +214 -0
- package/dist/components/multi-checks/model.js.map +1 -0
- package/dist/components/multi-checks/render.d.ts +3 -0
- package/dist/components/multi-checks/render.d.ts.map +1 -0
- package/dist/components/multi-checks/render.js +228 -0
- package/dist/components/multi-checks/render.js.map +1 -0
- package/dist/components/multi-checks/runtime.d.ts +19 -0
- package/dist/components/multi-checks/runtime.d.ts.map +1 -0
- package/dist/components/multi-checks/runtime.js +127 -0
- package/dist/components/multi-checks/runtime.js.map +1 -0
- package/dist/components/multi-checks/style.d.ts +15 -0
- package/dist/components/multi-checks/style.d.ts.map +1 -0
- package/dist/components/multi-checks/style.js +380 -0
- package/dist/components/multi-checks/style.js.map +1 -0
- package/dist/components/note-block/attrs.d.ts +56 -0
- package/dist/components/note-block/attrs.d.ts.map +1 -0
- package/dist/components/note-block/attrs.js +52 -0
- package/dist/components/note-block/attrs.js.map +1 -0
- package/dist/components/note-block/index.d.ts +14 -0
- package/dist/components/note-block/index.d.ts.map +1 -0
- package/dist/components/note-block/index.js +12 -0
- package/dist/components/note-block/index.js.map +1 -0
- package/dist/components/note-block/model.d.ts +22 -0
- package/dist/components/note-block/model.d.ts.map +1 -0
- package/dist/components/note-block/model.js +70 -0
- package/dist/components/note-block/model.js.map +1 -0
- package/dist/components/note-block/render.d.ts +3 -0
- package/dist/components/note-block/render.d.ts.map +1 -0
- package/dist/components/note-block/render.js +88 -0
- package/dist/components/note-block/render.js.map +1 -0
- package/dist/components/note-block/style.d.ts +11 -0
- package/dist/components/note-block/style.d.ts.map +1 -0
- package/dist/components/note-block/style.js +182 -0
- package/dist/components/note-block/style.js.map +1 -0
- package/dist/components/number-stepper/attrs.d.ts +113 -0
- package/dist/components/number-stepper/attrs.d.ts.map +1 -0
- package/dist/components/number-stepper/attrs.js +106 -0
- package/dist/components/number-stepper/attrs.js.map +1 -0
- package/dist/components/number-stepper/index.d.ts +26 -0
- package/dist/components/number-stepper/index.d.ts.map +1 -0
- package/dist/components/number-stepper/index.js +24 -0
- package/dist/components/number-stepper/index.js.map +1 -0
- package/dist/components/number-stepper/model.d.ts +25 -0
- package/dist/components/number-stepper/model.d.ts.map +1 -0
- package/dist/components/number-stepper/model.js +141 -0
- package/dist/components/number-stepper/model.js.map +1 -0
- package/dist/components/number-stepper/render.d.ts +5 -0
- package/dist/components/number-stepper/render.d.ts.map +1 -0
- package/dist/components/number-stepper/render.js +176 -0
- package/dist/components/number-stepper/render.js.map +1 -0
- package/dist/components/number-stepper/runtime.d.ts +3 -0
- package/dist/components/number-stepper/runtime.d.ts.map +1 -0
- package/dist/components/number-stepper/runtime.js +203 -0
- package/dist/components/number-stepper/runtime.js.map +1 -0
- package/dist/components/number-stepper/style.d.ts +5 -0
- package/dist/components/number-stepper/style.d.ts.map +1 -0
- package/dist/components/number-stepper/style.js +309 -0
- package/dist/components/number-stepper/style.js.map +1 -0
- package/dist/components/page/fact-strip.d.ts +36 -0
- package/dist/components/page/fact-strip.d.ts.map +1 -0
- package/dist/components/page/fact-strip.js +91 -0
- package/dist/components/page/fact-strip.js.map +1 -0
- package/dist/components/page/index.d.ts +13 -0
- package/dist/components/page/index.d.ts.map +1 -0
- package/dist/components/page/index.js +12 -0
- package/dist/components/page/index.js.map +1 -0
- package/dist/components/page/media.d.ts +67 -0
- package/dist/components/page/media.d.ts.map +1 -0
- package/dist/components/page/media.js +191 -0
- package/dist/components/page/media.js.map +1 -0
- package/dist/components/page/shared.d.ts +12 -0
- package/dist/components/page/shared.d.ts.map +1 -0
- package/dist/components/page/shared.js +34 -0
- package/dist/components/page/shared.js.map +1 -0
- package/dist/components/page/style.d.ts +5 -0
- package/dist/components/page/style.d.ts.map +1 -0
- package/dist/components/page/style.js +28 -0
- package/dist/components/page/style.js.map +1 -0
- package/dist/components/page/timeline.d.ts +25 -0
- package/dist/components/page/timeline.d.ts.map +1 -0
- package/dist/components/page/timeline.js +79 -0
- package/dist/components/page/timeline.js.map +1 -0
- package/dist/components/page-bars/index.d.ts +98 -0
- package/dist/components/page-bars/index.d.ts.map +1 -0
- package/dist/components/page-bars/index.js +180 -0
- package/dist/components/page-bars/index.js.map +1 -0
- package/dist/components/page-bars/style.d.ts +14 -0
- package/dist/components/page-bars/style.d.ts.map +1 -0
- package/dist/components/page-bars/style.js +231 -0
- package/dist/components/page-bars/style.js.map +1 -0
- package/dist/components/page-head/attrs.d.ts +57 -0
- package/dist/components/page-head/attrs.d.ts.map +1 -0
- package/dist/components/page-head/attrs.js +53 -0
- package/dist/components/page-head/attrs.js.map +1 -0
- package/dist/components/page-head/index.d.ts +13 -0
- package/dist/components/page-head/index.d.ts.map +1 -0
- package/dist/components/page-head/index.js +11 -0
- package/dist/components/page-head/index.js.map +1 -0
- package/dist/components/page-head/model.d.ts +23 -0
- package/dist/components/page-head/model.d.ts.map +1 -0
- package/dist/components/page-head/model.js +77 -0
- package/dist/components/page-head/model.js.map +1 -0
- package/dist/components/page-head/render.d.ts +3 -0
- package/dist/components/page-head/render.d.ts.map +1 -0
- package/dist/components/page-head/render.js +84 -0
- package/dist/components/page-head/render.js.map +1 -0
- package/dist/components/page-head/style.d.ts +9 -0
- package/dist/components/page-head/style.d.ts.map +1 -0
- package/dist/components/page-head/style.js +245 -0
- package/dist/components/page-head/style.js.map +1 -0
- package/dist/components/page-nav/index.d.ts +55 -0
- package/dist/components/page-nav/index.d.ts.map +1 -0
- package/dist/components/page-nav/index.js +125 -0
- package/dist/components/page-nav/index.js.map +1 -0
- package/dist/components/page-nav/style.d.ts +23 -0
- package/dist/components/page-nav/style.d.ts.map +1 -0
- package/dist/components/page-nav/style.js +93 -0
- package/dist/components/page-nav/style.js.map +1 -0
- package/dist/components/page-ui/index.d.ts +67 -0
- package/dist/components/page-ui/index.d.ts.map +1 -0
- package/dist/components/page-ui/index.js +394 -0
- package/dist/components/page-ui/index.js.map +1 -0
- package/dist/components/page-ui/toast.d.ts +16 -0
- package/dist/components/page-ui/toast.d.ts.map +1 -0
- package/dist/components/page-ui/toast.js +47 -0
- package/dist/components/page-ui/toast.js.map +1 -0
- package/dist/components/photo-compare/attrs.d.ts +84 -0
- package/dist/components/photo-compare/attrs.d.ts.map +1 -0
- package/dist/components/photo-compare/attrs.js +86 -0
- package/dist/components/photo-compare/attrs.js.map +1 -0
- package/dist/components/photo-compare/index.d.ts +16 -0
- package/dist/components/photo-compare/index.d.ts.map +1 -0
- package/dist/components/photo-compare/index.js +14 -0
- package/dist/components/photo-compare/index.js.map +1 -0
- package/dist/components/photo-compare/model.d.ts +38 -0
- package/dist/components/photo-compare/model.d.ts.map +1 -0
- package/dist/components/photo-compare/model.js +87 -0
- package/dist/components/photo-compare/model.js.map +1 -0
- package/dist/components/photo-compare/render.d.ts +3 -0
- package/dist/components/photo-compare/render.d.ts.map +1 -0
- package/dist/components/photo-compare/render.js +98 -0
- package/dist/components/photo-compare/render.js.map +1 -0
- package/dist/components/photo-compare/runtime.d.ts +3 -0
- package/dist/components/photo-compare/runtime.d.ts.map +1 -0
- package/dist/components/photo-compare/runtime.js +39 -0
- package/dist/components/photo-compare/runtime.js.map +1 -0
- package/dist/components/photo-compare/style.d.ts +14 -0
- package/dist/components/photo-compare/style.d.ts.map +1 -0
- package/dist/components/photo-compare/style.js +396 -0
- package/dist/components/photo-compare/style.js.map +1 -0
- package/dist/components/photo-grid/attrs.d.ts +78 -0
- package/dist/components/photo-grid/attrs.d.ts.map +1 -0
- package/dist/components/photo-grid/attrs.js +78 -0
- package/dist/components/photo-grid/attrs.js.map +1 -0
- package/dist/components/photo-grid/index.d.ts +13 -0
- package/dist/components/photo-grid/index.d.ts.map +1 -0
- package/dist/components/photo-grid/index.js +11 -0
- package/dist/components/photo-grid/index.js.map +1 -0
- package/dist/components/photo-grid/model.d.ts +35 -0
- package/dist/components/photo-grid/model.d.ts.map +1 -0
- package/dist/components/photo-grid/model.js +123 -0
- package/dist/components/photo-grid/model.js.map +1 -0
- package/dist/components/photo-grid/render.d.ts +3 -0
- package/dist/components/photo-grid/render.d.ts.map +1 -0
- package/dist/components/photo-grid/render.js +116 -0
- package/dist/components/photo-grid/render.js.map +1 -0
- package/dist/components/photo-grid/style.d.ts +17 -0
- package/dist/components/photo-grid/style.d.ts.map +1 -0
- package/dist/components/photo-grid/style.js +110 -0
- package/dist/components/photo-grid/style.js.map +1 -0
- package/dist/components/popover-menu/attrs.d.ts +98 -0
- package/dist/components/popover-menu/attrs.d.ts.map +1 -0
- package/dist/components/popover-menu/attrs.js +81 -0
- package/dist/components/popover-menu/attrs.js.map +1 -0
- package/dist/components/popover-menu/index.d.ts +33 -0
- package/dist/components/popover-menu/index.d.ts.map +1 -0
- package/dist/components/popover-menu/index.js +30 -0
- package/dist/components/popover-menu/index.js.map +1 -0
- package/dist/components/popover-menu/model.d.ts +26 -0
- package/dist/components/popover-menu/model.d.ts.map +1 -0
- package/dist/components/popover-menu/model.js +79 -0
- package/dist/components/popover-menu/model.js.map +1 -0
- package/dist/components/popover-menu/render.d.ts +3 -0
- package/dist/components/popover-menu/render.d.ts.map +1 -0
- package/dist/components/popover-menu/render.js +84 -0
- package/dist/components/popover-menu/render.js.map +1 -0
- package/dist/components/popover-menu/runtime.d.ts +3 -0
- package/dist/components/popover-menu/runtime.d.ts.map +1 -0
- package/dist/components/popover-menu/runtime.js +107 -0
- package/dist/components/popover-menu/runtime.js.map +1 -0
- package/dist/components/popover-menu/style.d.ts +8 -0
- package/dist/components/popover-menu/style.d.ts.map +1 -0
- package/dist/components/popover-menu/style.js +92 -0
- package/dist/components/popover-menu/style.js.map +1 -0
- package/dist/components/progress-list/attrs.d.ts +77 -0
- package/dist/components/progress-list/attrs.d.ts.map +1 -0
- package/dist/components/progress-list/attrs.js +72 -0
- package/dist/components/progress-list/attrs.js.map +1 -0
- package/dist/components/progress-list/index.d.ts +16 -0
- package/dist/components/progress-list/index.d.ts.map +1 -0
- package/dist/components/progress-list/index.js +14 -0
- package/dist/components/progress-list/index.js.map +1 -0
- package/dist/components/progress-list/model.d.ts +34 -0
- package/dist/components/progress-list/model.d.ts.map +1 -0
- package/dist/components/progress-list/model.js +132 -0
- package/dist/components/progress-list/model.js.map +1 -0
- package/dist/components/progress-list/render.d.ts +3 -0
- package/dist/components/progress-list/render.d.ts.map +1 -0
- package/dist/components/progress-list/render.js +84 -0
- package/dist/components/progress-list/render.js.map +1 -0
- package/dist/components/progress-list/style.d.ts +10 -0
- package/dist/components/progress-list/style.d.ts.map +1 -0
- package/dist/components/progress-list/style.js +207 -0
- package/dist/components/progress-list/style.js.map +1 -0
- package/dist/components/progress-ring/attrs.d.ts +59 -0
- package/dist/components/progress-ring/attrs.d.ts.map +1 -0
- package/dist/components/progress-ring/attrs.js +65 -0
- package/dist/components/progress-ring/attrs.js.map +1 -0
- package/dist/components/progress-ring/index.d.ts +13 -0
- package/dist/components/progress-ring/index.d.ts.map +1 -0
- package/dist/components/progress-ring/index.js +11 -0
- package/dist/components/progress-ring/index.js.map +1 -0
- package/dist/components/progress-ring/model.d.ts +32 -0
- package/dist/components/progress-ring/model.d.ts.map +1 -0
- package/dist/components/progress-ring/model.js +113 -0
- package/dist/components/progress-ring/model.js.map +1 -0
- package/dist/components/progress-ring/render.d.ts +3 -0
- package/dist/components/progress-ring/render.d.ts.map +1 -0
- package/dist/components/progress-ring/render.js +91 -0
- package/dist/components/progress-ring/render.js.map +1 -0
- package/dist/components/progress-ring/style.d.ts +9 -0
- package/dist/components/progress-ring/style.d.ts.map +1 -0
- package/dist/components/progress-ring/style.js +230 -0
- package/dist/components/progress-ring/style.js.map +1 -0
- package/dist/components/punch-strip/index.d.ts +12 -0
- package/dist/components/punch-strip/index.d.ts.map +1 -0
- package/dist/components/punch-strip/index.js +10 -0
- package/dist/components/punch-strip/index.js.map +1 -0
- package/dist/components/punch-strip/render.d.ts +24 -0
- package/dist/components/punch-strip/render.d.ts.map +1 -0
- package/dist/components/punch-strip/render.js +63 -0
- package/dist/components/punch-strip/render.js.map +1 -0
- package/dist/components/punch-strip/style.d.ts +8 -0
- package/dist/components/punch-strip/style.d.ts.map +1 -0
- package/dist/components/punch-strip/style.js +94 -0
- package/dist/components/punch-strip/style.js.map +1 -0
- package/dist/components/radar-profile/attrs.d.ts +110 -0
- package/dist/components/radar-profile/attrs.d.ts.map +1 -0
- package/dist/components/radar-profile/attrs.js +179 -0
- package/dist/components/radar-profile/attrs.js.map +1 -0
- package/dist/components/radar-profile/forms.d.ts +146 -0
- package/dist/components/radar-profile/forms.d.ts.map +1 -0
- package/dist/components/radar-profile/forms.js +258 -0
- package/dist/components/radar-profile/forms.js.map +1 -0
- package/dist/components/radar-profile/index.d.ts +13 -0
- package/dist/components/radar-profile/index.d.ts.map +1 -0
- package/dist/components/radar-profile/index.js +12 -0
- package/dist/components/radar-profile/index.js.map +1 -0
- package/dist/components/radar-profile/model.d.ts +5 -0
- package/dist/components/radar-profile/model.d.ts.map +1 -0
- package/dist/components/radar-profile/model.js +156 -0
- package/dist/components/radar-profile/model.js.map +1 -0
- package/dist/components/radar-profile/render.d.ts +3 -0
- package/dist/components/radar-profile/render.d.ts.map +1 -0
- package/dist/components/radar-profile/render.js +193 -0
- package/dist/components/radar-profile/render.js.map +1 -0
- package/dist/components/radar-profile/scale.d.ts +65 -0
- package/dist/components/radar-profile/scale.d.ts.map +1 -0
- package/dist/components/radar-profile/scale.js +132 -0
- package/dist/components/radar-profile/scale.js.map +1 -0
- package/dist/components/radar-profile/style-forms.d.ts +5 -0
- package/dist/components/radar-profile/style-forms.d.ts.map +1 -0
- package/dist/components/radar-profile/style-forms.js +192 -0
- package/dist/components/radar-profile/style-forms.js.map +1 -0
- package/dist/components/radar-profile/style.d.ts +5 -0
- package/dist/components/radar-profile/style.d.ts.map +1 -0
- package/dist/components/radar-profile/style.js +471 -0
- package/dist/components/radar-profile/style.js.map +1 -0
- package/dist/components/radio-cards/attrs.d.ts +99 -0
- package/dist/components/radio-cards/attrs.d.ts.map +1 -0
- package/dist/components/radio-cards/attrs.js +85 -0
- package/dist/components/radio-cards/attrs.js.map +1 -0
- package/dist/components/radio-cards/index.d.ts +14 -0
- package/dist/components/radio-cards/index.d.ts.map +1 -0
- package/dist/components/radio-cards/index.js +12 -0
- package/dist/components/radio-cards/index.js.map +1 -0
- package/dist/components/radio-cards/model.d.ts +33 -0
- package/dist/components/radio-cards/model.d.ts.map +1 -0
- package/dist/components/radio-cards/model.js +104 -0
- package/dist/components/radio-cards/model.js.map +1 -0
- package/dist/components/radio-cards/render.d.ts +3 -0
- package/dist/components/radio-cards/render.d.ts.map +1 -0
- package/dist/components/radio-cards/render.js +138 -0
- package/dist/components/radio-cards/render.js.map +1 -0
- package/dist/components/radio-cards/runtime.d.ts +17 -0
- package/dist/components/radio-cards/runtime.d.ts.map +1 -0
- package/dist/components/radio-cards/runtime.js +54 -0
- package/dist/components/radio-cards/runtime.js.map +1 -0
- package/dist/components/radio-cards/style.d.ts +17 -0
- package/dist/components/radio-cards/style.d.ts.map +1 -0
- package/dist/components/radio-cards/style.js +284 -0
- package/dist/components/radio-cards/style.js.map +1 -0
- package/dist/components/range-bar/attrs.d.ts +96 -0
- package/dist/components/range-bar/attrs.d.ts.map +1 -0
- package/dist/components/range-bar/attrs.js +71 -0
- package/dist/components/range-bar/attrs.js.map +1 -0
- package/dist/components/range-bar/index.d.ts +13 -0
- package/dist/components/range-bar/index.d.ts.map +1 -0
- package/dist/components/range-bar/index.js +11 -0
- package/dist/components/range-bar/index.js.map +1 -0
- package/dist/components/range-bar/model.d.ts +39 -0
- package/dist/components/range-bar/model.d.ts.map +1 -0
- package/dist/components/range-bar/model.js +139 -0
- package/dist/components/range-bar/model.js.map +1 -0
- package/dist/components/range-bar/render.d.ts +3 -0
- package/dist/components/range-bar/render.d.ts.map +1 -0
- package/dist/components/range-bar/render.js +86 -0
- package/dist/components/range-bar/render.js.map +1 -0
- package/dist/components/range-bar/style.d.ts +15 -0
- package/dist/components/range-bar/style.d.ts.map +1 -0
- package/dist/components/range-bar/style.js +210 -0
- package/dist/components/range-bar/style.js.map +1 -0
- package/dist/components/rank-list/attrs.d.ts +55 -0
- package/dist/components/rank-list/attrs.d.ts.map +1 -0
- package/dist/components/rank-list/attrs.js +61 -0
- package/dist/components/rank-list/attrs.js.map +1 -0
- package/dist/components/rank-list/index.d.ts +14 -0
- package/dist/components/rank-list/index.d.ts.map +1 -0
- package/dist/components/rank-list/index.js +12 -0
- package/dist/components/rank-list/index.js.map +1 -0
- package/dist/components/rank-list/model.d.ts +30 -0
- package/dist/components/rank-list/model.d.ts.map +1 -0
- package/dist/components/rank-list/model.js +102 -0
- package/dist/components/rank-list/model.js.map +1 -0
- package/dist/components/rank-list/render.d.ts +4 -0
- package/dist/components/rank-list/render.d.ts.map +1 -0
- package/dist/components/rank-list/render.js +83 -0
- package/dist/components/rank-list/render.js.map +1 -0
- package/dist/components/rank-list/style.d.ts +15 -0
- package/dist/components/rank-list/style.d.ts.map +1 -0
- package/dist/components/rank-list/style.js +247 -0
- package/dist/components/rank-list/style.js.map +1 -0
- package/dist/components/rating-row/attrs.d.ts +94 -0
- package/dist/components/rating-row/attrs.d.ts.map +1 -0
- package/dist/components/rating-row/attrs.js +90 -0
- package/dist/components/rating-row/attrs.js.map +1 -0
- package/dist/components/rating-row/index.d.ts +14 -0
- package/dist/components/rating-row/index.d.ts.map +1 -0
- package/dist/components/rating-row/index.js +12 -0
- package/dist/components/rating-row/index.js.map +1 -0
- package/dist/components/rating-row/model.d.ts +28 -0
- package/dist/components/rating-row/model.d.ts.map +1 -0
- package/dist/components/rating-row/model.js +99 -0
- package/dist/components/rating-row/model.js.map +1 -0
- package/dist/components/rating-row/render.d.ts +3 -0
- package/dist/components/rating-row/render.d.ts.map +1 -0
- package/dist/components/rating-row/render.js +122 -0
- package/dist/components/rating-row/render.js.map +1 -0
- package/dist/components/rating-row/runtime.d.ts +18 -0
- package/dist/components/rating-row/runtime.d.ts.map +1 -0
- package/dist/components/rating-row/runtime.js +92 -0
- package/dist/components/rating-row/runtime.js.map +1 -0
- package/dist/components/rating-row/style.d.ts +13 -0
- package/dist/components/rating-row/style.d.ts.map +1 -0
- package/dist/components/rating-row/style.js +234 -0
- package/dist/components/rating-row/style.js.map +1 -0
- package/dist/components/result-row/attrs.d.ts +50 -0
- package/dist/components/result-row/attrs.d.ts.map +1 -0
- package/dist/components/result-row/attrs.js +31 -0
- package/dist/components/result-row/attrs.js.map +1 -0
- package/dist/components/result-row/index.d.ts +29 -0
- package/dist/components/result-row/index.d.ts.map +1 -0
- package/dist/components/result-row/index.js +27 -0
- package/dist/components/result-row/index.js.map +1 -0
- package/dist/components/result-row/model.d.ts +22 -0
- package/dist/components/result-row/model.d.ts.map +1 -0
- package/dist/components/result-row/model.js +53 -0
- package/dist/components/result-row/model.js.map +1 -0
- package/dist/components/result-row/render.d.ts +5 -0
- package/dist/components/result-row/render.d.ts.map +1 -0
- package/dist/components/result-row/render.js +87 -0
- package/dist/components/result-row/render.js.map +1 -0
- package/dist/components/result-row/style.d.ts +11 -0
- package/dist/components/result-row/style.d.ts.map +1 -0
- package/dist/components/result-row/style.js +67 -0
- package/dist/components/result-row/style.js.map +1 -0
- package/dist/components/scale-bar/index.d.ts +11 -0
- package/dist/components/scale-bar/index.d.ts.map +1 -0
- package/dist/components/scale-bar/index.js +9 -0
- package/dist/components/scale-bar/index.js.map +1 -0
- package/dist/components/scale-bar/render.d.ts +23 -0
- package/dist/components/scale-bar/render.d.ts.map +1 -0
- package/dist/components/scale-bar/render.js +79 -0
- package/dist/components/scale-bar/render.js.map +1 -0
- package/dist/components/scale-bar/style.d.ts +8 -0
- package/dist/components/scale-bar/style.d.ts.map +1 -0
- package/dist/components/scale-bar/style.js +86 -0
- package/dist/components/scale-bar/style.js.map +1 -0
- package/dist/components/scatter-fit/attrs.d.ts +106 -0
- package/dist/components/scatter-fit/attrs.d.ts.map +1 -0
- package/dist/components/scatter-fit/attrs.js +112 -0
- package/dist/components/scatter-fit/attrs.js.map +1 -0
- package/dist/components/scatter-fit/forms.d.ts +86 -0
- package/dist/components/scatter-fit/forms.d.ts.map +1 -0
- package/dist/components/scatter-fit/forms.js +149 -0
- package/dist/components/scatter-fit/forms.js.map +1 -0
- package/dist/components/scatter-fit/index.d.ts +13 -0
- package/dist/components/scatter-fit/index.d.ts.map +1 -0
- package/dist/components/scatter-fit/index.js +11 -0
- package/dist/components/scatter-fit/index.js.map +1 -0
- package/dist/components/scatter-fit/model.d.ts +5 -0
- package/dist/components/scatter-fit/model.d.ts.map +1 -0
- package/dist/components/scatter-fit/model.js +146 -0
- package/dist/components/scatter-fit/model.js.map +1 -0
- package/dist/components/scatter-fit/render.d.ts +3 -0
- package/dist/components/scatter-fit/render.d.ts.map +1 -0
- package/dist/components/scatter-fit/render.js +140 -0
- package/dist/components/scatter-fit/render.js.map +1 -0
- package/dist/components/scatter-fit/scale.d.ts +60 -0
- package/dist/components/scatter-fit/scale.d.ts.map +1 -0
- package/dist/components/scatter-fit/scale.js +193 -0
- package/dist/components/scatter-fit/scale.js.map +1 -0
- package/dist/components/scatter-fit/style-forms.d.ts +7 -0
- package/dist/components/scatter-fit/style-forms.d.ts.map +1 -0
- package/dist/components/scatter-fit/style-forms.js +168 -0
- package/dist/components/scatter-fit/style-forms.js.map +1 -0
- package/dist/components/scatter-fit/style.d.ts +8 -0
- package/dist/components/scatter-fit/style.d.ts.map +1 -0
- package/dist/components/scatter-fit/style.js +272 -0
- package/dist/components/scatter-fit/style.js.map +1 -0
- package/dist/components/search-field/attrs.d.ts +136 -0
- package/dist/components/search-field/attrs.d.ts.map +1 -0
- package/dist/components/search-field/attrs.js +98 -0
- package/dist/components/search-field/attrs.js.map +1 -0
- package/dist/components/search-field/index.d.ts +39 -0
- package/dist/components/search-field/index.d.ts.map +1 -0
- package/dist/components/search-field/index.js +37 -0
- package/dist/components/search-field/index.js.map +1 -0
- package/dist/components/search-field/model.d.ts +27 -0
- package/dist/components/search-field/model.d.ts.map +1 -0
- package/dist/components/search-field/model.js +92 -0
- package/dist/components/search-field/model.js.map +1 -0
- package/dist/components/search-field/render.d.ts +7 -0
- package/dist/components/search-field/render.d.ts.map +1 -0
- package/dist/components/search-field/render.js +107 -0
- package/dist/components/search-field/render.js.map +1 -0
- package/dist/components/search-field/runtime.d.ts +3 -0
- package/dist/components/search-field/runtime.d.ts.map +1 -0
- package/dist/components/search-field/runtime.js +299 -0
- package/dist/components/search-field/runtime.js.map +1 -0
- package/dist/components/search-field/style.d.ts +9 -0
- package/dist/components/search-field/style.d.ts.map +1 -0
- package/dist/components/search-field/style.js +113 -0
- package/dist/components/search-field/style.js.map +1 -0
- package/dist/components/section-head/attrs.d.ts +53 -0
- package/dist/components/section-head/attrs.d.ts.map +1 -0
- package/dist/components/section-head/attrs.js +45 -0
- package/dist/components/section-head/attrs.js.map +1 -0
- package/dist/components/section-head/index.d.ts +14 -0
- package/dist/components/section-head/index.d.ts.map +1 -0
- package/dist/components/section-head/index.js +12 -0
- package/dist/components/section-head/index.js.map +1 -0
- package/dist/components/section-head/model.d.ts +16 -0
- package/dist/components/section-head/model.d.ts.map +1 -0
- package/dist/components/section-head/model.js +61 -0
- package/dist/components/section-head/model.js.map +1 -0
- package/dist/components/section-head/render.d.ts +6 -0
- package/dist/components/section-head/render.d.ts.map +1 -0
- package/dist/components/section-head/render.js +68 -0
- package/dist/components/section-head/render.js.map +1 -0
- package/dist/components/section-head/style.d.ts +7 -0
- package/dist/components/section-head/style.d.ts.map +1 -0
- package/dist/components/section-head/style.js +172 -0
- package/dist/components/section-head/style.js.map +1 -0
- package/dist/components/shared/escape.d.ts +3 -0
- package/dist/components/shared/escape.d.ts.map +1 -0
- package/dist/components/shared/escape.js +11 -0
- package/dist/components/shared/escape.js.map +1 -0
- package/dist/components/shared/typography.d.ts +32 -0
- package/dist/components/shared/typography.d.ts.map +1 -0
- package/dist/components/shared/typography.js +31 -0
- package/dist/components/shared/typography.js.map +1 -0
- package/dist/components/shared/validate.d.ts +26 -0
- package/dist/components/shared/validate.d.ts.map +1 -0
- package/dist/components/shared/validate.js +75 -0
- package/dist/components/shared/validate.js.map +1 -0
- package/dist/components/sheet-frame/index.d.ts +14 -0
- package/dist/components/sheet-frame/index.d.ts.map +1 -0
- package/dist/components/sheet-frame/index.js +12 -0
- package/dist/components/sheet-frame/index.js.map +1 -0
- package/dist/components/sheet-frame/render.d.ts +21 -0
- package/dist/components/sheet-frame/render.d.ts.map +1 -0
- package/dist/components/sheet-frame/render.js +45 -0
- package/dist/components/sheet-frame/render.js.map +1 -0
- package/dist/components/sheet-frame/style.d.ts +14 -0
- package/dist/components/sheet-frame/style.d.ts.map +1 -0
- package/dist/components/sheet-frame/style.js +105 -0
- package/dist/components/sheet-frame/style.js.map +1 -0
- package/dist/components/skeleton/attrs.d.ts +47 -0
- package/dist/components/skeleton/attrs.d.ts.map +1 -0
- package/dist/components/skeleton/attrs.js +62 -0
- package/dist/components/skeleton/attrs.js.map +1 -0
- package/dist/components/skeleton/index.d.ts +25 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/skeleton/index.js +23 -0
- package/dist/components/skeleton/index.js.map +1 -0
- package/dist/components/skeleton/model.d.ts +15 -0
- package/dist/components/skeleton/model.d.ts.map +1 -0
- package/dist/components/skeleton/model.js +34 -0
- package/dist/components/skeleton/model.js.map +1 -0
- package/dist/components/skeleton/render.d.ts +3 -0
- package/dist/components/skeleton/render.d.ts.map +1 -0
- package/dist/components/skeleton/render.js +60 -0
- package/dist/components/skeleton/render.js.map +1 -0
- package/dist/components/skeleton/style.d.ts +27 -0
- package/dist/components/skeleton/style.d.ts.map +1 -0
- package/dist/components/skeleton/style.js +223 -0
- package/dist/components/skeleton/style.js.map +1 -0
- package/dist/components/skin/contract.d.ts +177 -0
- package/dist/components/skin/contract.d.ts.map +1 -0
- package/dist/components/skin/contract.js +89 -0
- package/dist/components/skin/contract.js.map +1 -0
- package/dist/components/skin/index.d.ts +29 -0
- package/dist/components/skin/index.d.ts.map +1 -0
- package/dist/components/skin/index.js +75 -0
- package/dist/components/skin/index.js.map +1 -0
- package/dist/components/skin/skins/blueprint.d.ts +40 -0
- package/dist/components/skin/skins/blueprint.d.ts.map +1 -0
- package/dist/components/skin/skins/blueprint.js +47 -0
- package/dist/components/skin/skins/blueprint.js.map +1 -0
- package/dist/components/skin/skins/broadsheet.d.ts +38 -0
- package/dist/components/skin/skins/broadsheet.d.ts.map +1 -0
- package/dist/components/skin/skins/broadsheet.js +44 -0
- package/dist/components/skin/skins/broadsheet.js.map +1 -0
- package/dist/components/skin/skins/ink.d.ts +40 -0
- package/dist/components/skin/skins/ink.d.ts.map +1 -0
- package/dist/components/skin/skins/ink.js +59 -0
- package/dist/components/skin/skins/ink.js.map +1 -0
- package/dist/components/skin/skins/neutral.d.ts +38 -0
- package/dist/components/skin/skins/neutral.d.ts.map +1 -0
- package/dist/components/skin/skins/neutral.js +46 -0
- package/dist/components/skin/skins/neutral.js.map +1 -0
- package/dist/components/skin/skins/paper.d.ts +40 -0
- package/dist/components/skin/skins/paper.d.ts.map +1 -0
- package/dist/components/skin/skins/paper.js +57 -0
- package/dist/components/skin/skins/paper.js.map +1 -0
- package/dist/components/skin/skins/terminal.d.ts +40 -0
- package/dist/components/skin/skins/terminal.d.ts.map +1 -0
- package/dist/components/skin/skins/terminal.js +53 -0
- package/dist/components/skin/skins/terminal.js.map +1 -0
- package/dist/components/slider-row/attrs.d.ts +115 -0
- package/dist/components/slider-row/attrs.d.ts.map +1 -0
- package/dist/components/slider-row/attrs.js +113 -0
- package/dist/components/slider-row/attrs.js.map +1 -0
- package/dist/components/slider-row/index.d.ts +28 -0
- package/dist/components/slider-row/index.d.ts.map +1 -0
- package/dist/components/slider-row/index.js +26 -0
- package/dist/components/slider-row/index.js.map +1 -0
- package/dist/components/slider-row/model.d.ts +25 -0
- package/dist/components/slider-row/model.d.ts.map +1 -0
- package/dist/components/slider-row/model.js +136 -0
- package/dist/components/slider-row/model.js.map +1 -0
- package/dist/components/slider-row/render.d.ts +7 -0
- package/dist/components/slider-row/render.d.ts.map +1 -0
- package/dist/components/slider-row/render.js +183 -0
- package/dist/components/slider-row/render.js.map +1 -0
- package/dist/components/slider-row/runtime.d.ts +3 -0
- package/dist/components/slider-row/runtime.d.ts.map +1 -0
- package/dist/components/slider-row/runtime.js +139 -0
- package/dist/components/slider-row/runtime.js.map +1 -0
- package/dist/components/slider-row/style.d.ts +5 -0
- package/dist/components/slider-row/style.d.ts.map +1 -0
- package/dist/components/slider-row/style.js +330 -0
- package/dist/components/slider-row/style.js.map +1 -0
- package/dist/components/small-multiples/attrs.d.ts +76 -0
- package/dist/components/small-multiples/attrs.d.ts.map +1 -0
- package/dist/components/small-multiples/attrs.js +77 -0
- package/dist/components/small-multiples/attrs.js.map +1 -0
- package/dist/components/small-multiples/index.d.ts +14 -0
- package/dist/components/small-multiples/index.d.ts.map +1 -0
- package/dist/components/small-multiples/index.js +12 -0
- package/dist/components/small-multiples/index.js.map +1 -0
- package/dist/components/small-multiples/model.d.ts +34 -0
- package/dist/components/small-multiples/model.d.ts.map +1 -0
- package/dist/components/small-multiples/model.js +129 -0
- package/dist/components/small-multiples/model.js.map +1 -0
- package/dist/components/small-multiples/render.d.ts +3 -0
- package/dist/components/small-multiples/render.d.ts.map +1 -0
- package/dist/components/small-multiples/render.js +75 -0
- package/dist/components/small-multiples/render.js.map +1 -0
- package/dist/components/small-multiples/scale.d.ts +33 -0
- package/dist/components/small-multiples/scale.d.ts.map +1 -0
- package/dist/components/small-multiples/scale.js +104 -0
- package/dist/components/small-multiples/scale.js.map +1 -0
- package/dist/components/small-multiples/style.d.ts +7 -0
- package/dist/components/small-multiples/style.d.ts.map +1 -0
- package/dist/components/small-multiples/style.js +260 -0
- package/dist/components/small-multiples/style.js.map +1 -0
- package/dist/components/sort-toggle/attrs.d.ts +116 -0
- package/dist/components/sort-toggle/attrs.d.ts.map +1 -0
- package/dist/components/sort-toggle/attrs.js +85 -0
- package/dist/components/sort-toggle/attrs.js.map +1 -0
- package/dist/components/sort-toggle/index.d.ts +38 -0
- package/dist/components/sort-toggle/index.d.ts.map +1 -0
- package/dist/components/sort-toggle/index.js +36 -0
- package/dist/components/sort-toggle/index.js.map +1 -0
- package/dist/components/sort-toggle/model.d.ts +27 -0
- package/dist/components/sort-toggle/model.d.ts.map +1 -0
- package/dist/components/sort-toggle/model.js +87 -0
- package/dist/components/sort-toggle/model.js.map +1 -0
- package/dist/components/sort-toggle/render.d.ts +5 -0
- package/dist/components/sort-toggle/render.d.ts.map +1 -0
- package/dist/components/sort-toggle/render.js +72 -0
- package/dist/components/sort-toggle/render.js.map +1 -0
- package/dist/components/sort-toggle/runtime.d.ts +3 -0
- package/dist/components/sort-toggle/runtime.d.ts.map +1 -0
- package/dist/components/sort-toggle/runtime.js +187 -0
- package/dist/components/sort-toggle/runtime.js.map +1 -0
- package/dist/components/sort-toggle/style.d.ts +9 -0
- package/dist/components/sort-toggle/style.d.ts.map +1 -0
- package/dist/components/sort-toggle/style.js +100 -0
- package/dist/components/sort-toggle/style.js.map +1 -0
- package/dist/components/spread-dist/attrs.d.ts +86 -0
- package/dist/components/spread-dist/attrs.d.ts.map +1 -0
- package/dist/components/spread-dist/attrs.js +96 -0
- package/dist/components/spread-dist/attrs.js.map +1 -0
- package/dist/components/spread-dist/forms.d.ts +83 -0
- package/dist/components/spread-dist/forms.d.ts.map +1 -0
- package/dist/components/spread-dist/forms.js +136 -0
- package/dist/components/spread-dist/forms.js.map +1 -0
- package/dist/components/spread-dist/index.d.ts +13 -0
- package/dist/components/spread-dist/index.d.ts.map +1 -0
- package/dist/components/spread-dist/index.js +11 -0
- package/dist/components/spread-dist/index.js.map +1 -0
- package/dist/components/spread-dist/model.d.ts +5 -0
- package/dist/components/spread-dist/model.d.ts.map +1 -0
- package/dist/components/spread-dist/model.js +117 -0
- package/dist/components/spread-dist/model.js.map +1 -0
- package/dist/components/spread-dist/render.d.ts +3 -0
- package/dist/components/spread-dist/render.d.ts.map +1 -0
- package/dist/components/spread-dist/render.js +108 -0
- package/dist/components/spread-dist/render.js.map +1 -0
- package/dist/components/spread-dist/scale.d.ts +35 -0
- package/dist/components/spread-dist/scale.d.ts.map +1 -0
- package/dist/components/spread-dist/scale.js +124 -0
- package/dist/components/spread-dist/scale.js.map +1 -0
- package/dist/components/spread-dist/style.d.ts +8 -0
- package/dist/components/spread-dist/style.d.ts.map +1 -0
- package/dist/components/spread-dist/style.js +341 -0
- package/dist/components/spread-dist/style.js.map +1 -0
- package/dist/components/stacked-bar/attrs.d.ts +56 -0
- package/dist/components/stacked-bar/attrs.d.ts.map +1 -0
- package/dist/components/stacked-bar/attrs.js +58 -0
- package/dist/components/stacked-bar/attrs.js.map +1 -0
- package/dist/components/stacked-bar/index.d.ts +13 -0
- package/dist/components/stacked-bar/index.d.ts.map +1 -0
- package/dist/components/stacked-bar/index.js +11 -0
- package/dist/components/stacked-bar/index.js.map +1 -0
- package/dist/components/stacked-bar/model.d.ts +36 -0
- package/dist/components/stacked-bar/model.d.ts.map +1 -0
- package/dist/components/stacked-bar/model.js +106 -0
- package/dist/components/stacked-bar/model.js.map +1 -0
- package/dist/components/stacked-bar/render.d.ts +3 -0
- package/dist/components/stacked-bar/render.d.ts.map +1 -0
- package/dist/components/stacked-bar/render.js +74 -0
- package/dist/components/stacked-bar/render.js.map +1 -0
- package/dist/components/stacked-bar/style.d.ts +7 -0
- package/dist/components/stacked-bar/style.d.ts.map +1 -0
- package/dist/components/stacked-bar/style.js +228 -0
- package/dist/components/stacked-bar/style.js.map +1 -0
- package/dist/components/stat-inline/attrs.d.ts +45 -0
- package/dist/components/stat-inline/attrs.d.ts.map +1 -0
- package/dist/components/stat-inline/attrs.js +35 -0
- package/dist/components/stat-inline/attrs.js.map +1 -0
- package/dist/components/stat-inline/index.d.ts +14 -0
- package/dist/components/stat-inline/index.d.ts.map +1 -0
- package/dist/components/stat-inline/index.js +12 -0
- package/dist/components/stat-inline/index.js.map +1 -0
- package/dist/components/stat-inline/model.d.ts +15 -0
- package/dist/components/stat-inline/model.d.ts.map +1 -0
- package/dist/components/stat-inline/model.js +49 -0
- package/dist/components/stat-inline/model.js.map +1 -0
- package/dist/components/stat-inline/render.d.ts +5 -0
- package/dist/components/stat-inline/render.d.ts.map +1 -0
- package/dist/components/stat-inline/render.js +59 -0
- package/dist/components/stat-inline/render.js.map +1 -0
- package/dist/components/stat-inline/style.d.ts +5 -0
- package/dist/components/stat-inline/style.d.ts.map +1 -0
- package/dist/components/stat-inline/style.js +70 -0
- package/dist/components/stat-inline/style.js.map +1 -0
- package/dist/components/status-row/attrs.d.ts +65 -0
- package/dist/components/status-row/attrs.d.ts.map +1 -0
- package/dist/components/status-row/attrs.js +50 -0
- package/dist/components/status-row/attrs.js.map +1 -0
- package/dist/components/status-row/index.d.ts +23 -0
- package/dist/components/status-row/index.d.ts.map +1 -0
- package/dist/components/status-row/index.js +21 -0
- package/dist/components/status-row/index.js.map +1 -0
- package/dist/components/status-row/model.d.ts +25 -0
- package/dist/components/status-row/model.d.ts.map +1 -0
- package/dist/components/status-row/model.js +79 -0
- package/dist/components/status-row/model.js.map +1 -0
- package/dist/components/status-row/render.d.ts +6 -0
- package/dist/components/status-row/render.d.ts.map +1 -0
- package/dist/components/status-row/render.js +69 -0
- package/dist/components/status-row/render.js.map +1 -0
- package/dist/components/status-row/style.d.ts +15 -0
- package/dist/components/status-row/style.d.ts.map +1 -0
- package/dist/components/status-row/style.js +289 -0
- package/dist/components/status-row/style.js.map +1 -0
- package/dist/components/step-flow/attrs.d.ts +65 -0
- package/dist/components/step-flow/attrs.d.ts.map +1 -0
- package/dist/components/step-flow/attrs.js +52 -0
- package/dist/components/step-flow/attrs.js.map +1 -0
- package/dist/components/step-flow/index.d.ts +23 -0
- package/dist/components/step-flow/index.d.ts.map +1 -0
- package/dist/components/step-flow/index.js +21 -0
- package/dist/components/step-flow/index.js.map +1 -0
- package/dist/components/step-flow/model.d.ts +24 -0
- package/dist/components/step-flow/model.d.ts.map +1 -0
- package/dist/components/step-flow/model.js +77 -0
- package/dist/components/step-flow/model.js.map +1 -0
- package/dist/components/step-flow/render.d.ts +6 -0
- package/dist/components/step-flow/render.d.ts.map +1 -0
- package/dist/components/step-flow/render.js +65 -0
- package/dist/components/step-flow/render.js.map +1 -0
- package/dist/components/step-flow/style.d.ts +13 -0
- package/dist/components/step-flow/style.d.ts.map +1 -0
- package/dist/components/step-flow/style.js +240 -0
- package/dist/components/step-flow/style.js.map +1 -0
- package/dist/components/streak-badge/attrs.d.ts +49 -0
- package/dist/components/streak-badge/attrs.d.ts.map +1 -0
- package/dist/components/streak-badge/attrs.js +35 -0
- package/dist/components/streak-badge/attrs.js.map +1 -0
- package/dist/components/streak-badge/index.d.ts +22 -0
- package/dist/components/streak-badge/index.d.ts.map +1 -0
- package/dist/components/streak-badge/index.js +20 -0
- package/dist/components/streak-badge/index.js.map +1 -0
- package/dist/components/streak-badge/model.d.ts +18 -0
- package/dist/components/streak-badge/model.d.ts.map +1 -0
- package/dist/components/streak-badge/model.js +44 -0
- package/dist/components/streak-badge/model.js.map +1 -0
- package/dist/components/streak-badge/render.d.ts +6 -0
- package/dist/components/streak-badge/render.d.ts.map +1 -0
- package/dist/components/streak-badge/render.js +39 -0
- package/dist/components/streak-badge/render.js.map +1 -0
- package/dist/components/streak-badge/style.d.ts +13 -0
- package/dist/components/streak-badge/style.d.ts.map +1 -0
- package/dist/components/streak-badge/style.js +134 -0
- package/dist/components/streak-badge/style.js.map +1 -0
- package/dist/components/style/action-bar.d.ts +12 -0
- package/dist/components/style/action-bar.d.ts.map +1 -0
- package/dist/components/style/action-bar.js +117 -0
- package/dist/components/style/action-bar.js.map +1 -0
- package/dist/components/style/copy-button.d.ts +10 -0
- package/dist/components/style/copy-button.d.ts.map +1 -0
- package/dist/components/style/copy-button.js +226 -0
- package/dist/components/style/copy-button.js.map +1 -0
- package/dist/components/style/empty-state.d.ts +10 -0
- package/dist/components/style/empty-state.d.ts.map +1 -0
- package/dist/components/style/empty-state.js +40 -0
- package/dist/components/style/empty-state.js.map +1 -0
- package/dist/components/style/error-receipt.d.ts +16 -0
- package/dist/components/style/error-receipt.d.ts.map +1 -0
- package/dist/components/style/error-receipt.js +58 -0
- package/dist/components/style/error-receipt.js.map +1 -0
- package/dist/components/style/help-shell.d.ts +13 -0
- package/dist/components/style/help-shell.d.ts.map +1 -0
- package/dist/components/style/help-shell.js +559 -0
- package/dist/components/style/help-shell.js.map +1 -0
- package/dist/components/style/index.d.ts +9 -0
- package/dist/components/style/index.d.ts.map +1 -0
- package/dist/components/style/index.js +7 -0
- package/dist/components/style/index.js.map +1 -0
- package/dist/components/style/parts.d.ts +29 -0
- package/dist/components/style/parts.d.ts.map +1 -0
- package/dist/components/style/parts.js +40 -0
- package/dist/components/style/parts.js.map +1 -0
- package/dist/components/style/sheet.d.ts +16 -0
- package/dist/components/style/sheet.d.ts.map +1 -0
- package/dist/components/style/sheet.js +124 -0
- package/dist/components/style/sheet.js.map +1 -0
- package/dist/components/style/status-badge.d.ts +18 -0
- package/dist/components/style/status-badge.d.ts.map +1 -0
- package/dist/components/style/status-badge.js +48 -0
- package/dist/components/style/status-badge.js.map +1 -0
- package/dist/components/style/toast.d.ts +10 -0
- package/dist/components/style/toast.d.ts.map +1 -0
- package/dist/components/style/toast.js +218 -0
- package/dist/components/style/toast.js.map +1 -0
- package/dist/components/style/tokens.d.ts +27 -0
- package/dist/components/style/tokens.d.ts.map +1 -0
- package/dist/components/style/tokens.js +29 -0
- package/dist/components/style/tokens.js.map +1 -0
- package/dist/components/sub-list/attrs.d.ts +79 -0
- package/dist/components/sub-list/attrs.d.ts.map +1 -0
- package/dist/components/sub-list/attrs.js +81 -0
- package/dist/components/sub-list/attrs.js.map +1 -0
- package/dist/components/sub-list/index.d.ts +14 -0
- package/dist/components/sub-list/index.d.ts.map +1 -0
- package/dist/components/sub-list/index.js +12 -0
- package/dist/components/sub-list/index.js.map +1 -0
- package/dist/components/sub-list/model.d.ts +41 -0
- package/dist/components/sub-list/model.d.ts.map +1 -0
- package/dist/components/sub-list/model.js +96 -0
- package/dist/components/sub-list/model.js.map +1 -0
- package/dist/components/sub-list/render.d.ts +3 -0
- package/dist/components/sub-list/render.d.ts.map +1 -0
- package/dist/components/sub-list/render.js +106 -0
- package/dist/components/sub-list/render.js.map +1 -0
- package/dist/components/sub-list/style.d.ts +12 -0
- package/dist/components/sub-list/style.d.ts.map +1 -0
- package/dist/components/sub-list/style.js +327 -0
- package/dist/components/sub-list/style.js.map +1 -0
- package/dist/components/summary-head/index.d.ts +12 -0
- package/dist/components/summary-head/index.d.ts.map +1 -0
- package/dist/components/summary-head/index.js +10 -0
- package/dist/components/summary-head/index.js.map +1 -0
- package/dist/components/summary-head/render.d.ts +32 -0
- package/dist/components/summary-head/render.d.ts.map +1 -0
- package/dist/components/summary-head/render.js +73 -0
- package/dist/components/summary-head/render.js.map +1 -0
- package/dist/components/summary-head/style.d.ts +14 -0
- package/dist/components/summary-head/style.d.ts.map +1 -0
- package/dist/components/summary-head/style.js +155 -0
- package/dist/components/summary-head/style.js.map +1 -0
- package/dist/components/switch-row/attrs.d.ts +92 -0
- package/dist/components/switch-row/attrs.d.ts.map +1 -0
- package/dist/components/switch-row/attrs.js +88 -0
- package/dist/components/switch-row/attrs.js.map +1 -0
- package/dist/components/switch-row/index.d.ts +30 -0
- package/dist/components/switch-row/index.d.ts.map +1 -0
- package/dist/components/switch-row/index.js +28 -0
- package/dist/components/switch-row/index.js.map +1 -0
- package/dist/components/switch-row/model.d.ts +18 -0
- package/dist/components/switch-row/model.d.ts.map +1 -0
- package/dist/components/switch-row/model.js +50 -0
- package/dist/components/switch-row/model.js.map +1 -0
- package/dist/components/switch-row/render.d.ts +3 -0
- package/dist/components/switch-row/render.d.ts.map +1 -0
- package/dist/components/switch-row/render.js +112 -0
- package/dist/components/switch-row/render.js.map +1 -0
- package/dist/components/switch-row/runtime.d.ts +5 -0
- package/dist/components/switch-row/runtime.d.ts.map +1 -0
- package/dist/components/switch-row/runtime.js +62 -0
- package/dist/components/switch-row/runtime.js.map +1 -0
- package/dist/components/switch-row/style.d.ts +5 -0
- package/dist/components/switch-row/style.d.ts.map +1 -0
- package/dist/components/switch-row/style.js +258 -0
- package/dist/components/switch-row/style.js.map +1 -0
- package/dist/components/sync-status/attrs.d.ts +97 -0
- package/dist/components/sync-status/attrs.d.ts.map +1 -0
- package/dist/components/sync-status/attrs.js +90 -0
- package/dist/components/sync-status/attrs.js.map +1 -0
- package/dist/components/sync-status/index.d.ts +19 -0
- package/dist/components/sync-status/index.d.ts.map +1 -0
- package/dist/components/sync-status/index.js +17 -0
- package/dist/components/sync-status/index.js.map +1 -0
- package/dist/components/sync-status/model.d.ts +29 -0
- package/dist/components/sync-status/model.d.ts.map +1 -0
- package/dist/components/sync-status/model.js +73 -0
- package/dist/components/sync-status/model.js.map +1 -0
- package/dist/components/sync-status/render.d.ts +3 -0
- package/dist/components/sync-status/render.d.ts.map +1 -0
- package/dist/components/sync-status/render.js +95 -0
- package/dist/components/sync-status/render.js.map +1 -0
- package/dist/components/sync-status/runtime.d.ts +3 -0
- package/dist/components/sync-status/runtime.d.ts.map +1 -0
- package/dist/components/sync-status/runtime.js +83 -0
- package/dist/components/sync-status/runtime.js.map +1 -0
- package/dist/components/sync-status/style.d.ts +10 -0
- package/dist/components/sync-status/style.d.ts.map +1 -0
- package/dist/components/sync-status/style.js +256 -0
- package/dist/components/sync-status/style.js.map +1 -0
- package/dist/components/task-list/attrs.d.ts +97 -0
- package/dist/components/task-list/attrs.d.ts.map +1 -0
- package/dist/components/task-list/attrs.js +76 -0
- package/dist/components/task-list/attrs.js.map +1 -0
- package/dist/components/task-list/index.d.ts +33 -0
- package/dist/components/task-list/index.d.ts.map +1 -0
- package/dist/components/task-list/index.js +31 -0
- package/dist/components/task-list/index.js.map +1 -0
- package/dist/components/task-list/model.d.ts +33 -0
- package/dist/components/task-list/model.d.ts.map +1 -0
- package/dist/components/task-list/model.js +105 -0
- package/dist/components/task-list/model.js.map +1 -0
- package/dist/components/task-list/render.d.ts +6 -0
- package/dist/components/task-list/render.d.ts.map +1 -0
- package/dist/components/task-list/render.js +112 -0
- package/dist/components/task-list/render.js.map +1 -0
- package/dist/components/task-list/runtime.d.ts +3 -0
- package/dist/components/task-list/runtime.d.ts.map +1 -0
- package/dist/components/task-list/runtime.js +75 -0
- package/dist/components/task-list/runtime.js.map +1 -0
- package/dist/components/task-list/style.d.ts +15 -0
- package/dist/components/task-list/style.d.ts.map +1 -0
- package/dist/components/task-list/style.js +282 -0
- package/dist/components/task-list/style.js.map +1 -0
- package/dist/components/template/fill.d.ts +10 -0
- package/dist/components/template/fill.d.ts.map +1 -0
- package/dist/components/template/fill.js +193 -0
- package/dist/components/template/fill.js.map +1 -0
- package/dist/components/template/index.d.ts +8 -0
- package/dist/components/template/index.d.ts.map +1 -0
- package/dist/components/template/index.js +7 -0
- package/dist/components/template/index.js.map +1 -0
- package/dist/components/template/markers.d.ts +60 -0
- package/dist/components/template/markers.d.ts.map +1 -0
- package/dist/components/template/markers.js +130 -0
- package/dist/components/template/markers.js.map +1 -0
- package/dist/components/template/shared.d.ts +20 -0
- package/dist/components/template/shared.d.ts.map +1 -0
- package/dist/components/template/shared.js +25 -0
- package/dist/components/template/shared.js.map +1 -0
- package/dist/components/text/api.d.ts +14 -0
- package/dist/components/text/api.d.ts.map +1 -0
- package/dist/components/text/api.js +76 -0
- package/dist/components/text/api.js.map +1 -0
- package/dist/components/text/formats.d.ts +30 -0
- package/dist/components/text/formats.d.ts.map +1 -0
- package/dist/components/text/formats.js +120 -0
- package/dist/components/text/formats.js.map +1 -0
- package/dist/components/text/index.d.ts +8 -0
- package/dist/components/text/index.d.ts.map +1 -0
- package/dist/components/text/index.js +7 -0
- package/dist/components/text/index.js.map +1 -0
- package/dist/components/text/input.d.ts +27 -0
- package/dist/components/text/input.d.ts.map +1 -0
- package/dist/components/text/input.js +114 -0
- package/dist/components/text/input.js.map +1 -0
- package/dist/components/text/log.d.ts +12 -0
- package/dist/components/text/log.d.ts.map +1 -0
- package/dist/components/text/log.js +28 -0
- package/dist/components/text/log.js.map +1 -0
- package/dist/components/text/rows.d.ts +27 -0
- package/dist/components/text/rows.d.ts.map +1 -0
- package/dist/components/text/rows.js +100 -0
- package/dist/components/text/rows.js.map +1 -0
- package/dist/components/text/shared.d.ts +35 -0
- package/dist/components/text/shared.d.ts.map +1 -0
- package/dist/components/text/shared.js +29 -0
- package/dist/components/text/shared.js.map +1 -0
- package/dist/components/timer-card/attrs.d.ts +99 -0
- package/dist/components/timer-card/attrs.d.ts.map +1 -0
- package/dist/components/timer-card/attrs.js +97 -0
- package/dist/components/timer-card/attrs.js.map +1 -0
- package/dist/components/timer-card/index.d.ts +34 -0
- package/dist/components/timer-card/index.d.ts.map +1 -0
- package/dist/components/timer-card/index.js +32 -0
- package/dist/components/timer-card/index.js.map +1 -0
- package/dist/components/timer-card/model.d.ts +19 -0
- package/dist/components/timer-card/model.d.ts.map +1 -0
- package/dist/components/timer-card/model.js +63 -0
- package/dist/components/timer-card/model.js.map +1 -0
- package/dist/components/timer-card/render.d.ts +8 -0
- package/dist/components/timer-card/render.d.ts.map +1 -0
- package/dist/components/timer-card/render.js +107 -0
- package/dist/components/timer-card/render.js.map +1 -0
- package/dist/components/timer-card/runtime.d.ts +3 -0
- package/dist/components/timer-card/runtime.d.ts.map +1 -0
- package/dist/components/timer-card/runtime.js +132 -0
- package/dist/components/timer-card/runtime.js.map +1 -0
- package/dist/components/timer-card/style.d.ts +15 -0
- package/dist/components/timer-card/style.d.ts.map +1 -0
- package/dist/components/timer-card/style.js +243 -0
- package/dist/components/timer-card/style.js.map +1 -0
- package/dist/components/toast-card/attrs.d.ts +109 -0
- package/dist/components/toast-card/attrs.d.ts.map +1 -0
- package/dist/components/toast-card/attrs.js +120 -0
- package/dist/components/toast-card/attrs.js.map +1 -0
- package/dist/components/toast-card/index.d.ts +29 -0
- package/dist/components/toast-card/index.d.ts.map +1 -0
- package/dist/components/toast-card/index.js +27 -0
- package/dist/components/toast-card/index.js.map +1 -0
- package/dist/components/toast-card/model.d.ts +29 -0
- package/dist/components/toast-card/model.d.ts.map +1 -0
- package/dist/components/toast-card/model.js +103 -0
- package/dist/components/toast-card/model.js.map +1 -0
- package/dist/components/toast-card/render.d.ts +13 -0
- package/dist/components/toast-card/render.d.ts.map +1 -0
- package/dist/components/toast-card/render.js +74 -0
- package/dist/components/toast-card/render.js.map +1 -0
- package/dist/components/toast-card/runtime.d.ts +5 -0
- package/dist/components/toast-card/runtime.d.ts.map +1 -0
- package/dist/components/toast-card/runtime.js +109 -0
- package/dist/components/toast-card/runtime.js.map +1 -0
- package/dist/components/toast-card/style.d.ts +10 -0
- package/dist/components/toast-card/style.d.ts.map +1 -0
- package/dist/components/toast-card/style.js +208 -0
- package/dist/components/toast-card/style.js.map +1 -0
- package/dist/components/tooltip/attrs.d.ts +84 -0
- package/dist/components/tooltip/attrs.d.ts.map +1 -0
- package/dist/components/tooltip/attrs.js +85 -0
- package/dist/components/tooltip/attrs.js.map +1 -0
- package/dist/components/tooltip/index.d.ts +27 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/index.js +24 -0
- package/dist/components/tooltip/index.js.map +1 -0
- package/dist/components/tooltip/model.d.ts +18 -0
- package/dist/components/tooltip/model.d.ts.map +1 -0
- package/dist/components/tooltip/model.js +43 -0
- package/dist/components/tooltip/model.js.map +1 -0
- package/dist/components/tooltip/render.d.ts +3 -0
- package/dist/components/tooltip/render.d.ts.map +1 -0
- package/dist/components/tooltip/render.js +59 -0
- package/dist/components/tooltip/render.js.map +1 -0
- package/dist/components/tooltip/runtime.d.ts +3 -0
- package/dist/components/tooltip/runtime.d.ts.map +1 -0
- package/dist/components/tooltip/runtime.js +81 -0
- package/dist/components/tooltip/runtime.js.map +1 -0
- package/dist/components/tooltip/style.d.ts +8 -0
- package/dist/components/tooltip/style.d.ts.map +1 -0
- package/dist/components/tooltip/style.js +84 -0
- package/dist/components/tooltip/style.js.map +1 -0
- package/dist/components/undo-timeline/attrs.d.ts +204 -0
- package/dist/components/undo-timeline/attrs.d.ts.map +1 -0
- package/dist/components/undo-timeline/attrs.js +192 -0
- package/dist/components/undo-timeline/attrs.js.map +1 -0
- package/dist/components/undo-timeline/ids.d.ts +20 -0
- package/dist/components/undo-timeline/ids.d.ts.map +1 -0
- package/dist/components/undo-timeline/ids.js +39 -0
- package/dist/components/undo-timeline/ids.js.map +1 -0
- package/dist/components/undo-timeline/index.d.ts +27 -0
- package/dist/components/undo-timeline/index.d.ts.map +1 -0
- package/dist/components/undo-timeline/index.js +26 -0
- package/dist/components/undo-timeline/index.js.map +1 -0
- package/dist/components/undo-timeline/model.d.ts +72 -0
- package/dist/components/undo-timeline/model.d.ts.map +1 -0
- package/dist/components/undo-timeline/model.js +237 -0
- package/dist/components/undo-timeline/model.js.map +1 -0
- package/dist/components/undo-timeline/render.d.ts +3 -0
- package/dist/components/undo-timeline/render.d.ts.map +1 -0
- package/dist/components/undo-timeline/render.js +250 -0
- package/dist/components/undo-timeline/render.js.map +1 -0
- package/dist/components/undo-timeline/runtime.d.ts +3 -0
- package/dist/components/undo-timeline/runtime.d.ts.map +1 -0
- package/dist/components/undo-timeline/runtime.js +184 -0
- package/dist/components/undo-timeline/runtime.js.map +1 -0
- package/dist/components/undo-timeline/style-impact.d.ts +5 -0
- package/dist/components/undo-timeline/style-impact.d.ts.map +1 -0
- package/dist/components/undo-timeline/style-impact.js +193 -0
- package/dist/components/undo-timeline/style-impact.js.map +1 -0
- package/dist/components/undo-timeline/style-track.d.ts +5 -0
- package/dist/components/undo-timeline/style-track.d.ts.map +1 -0
- package/dist/components/undo-timeline/style-track.js +299 -0
- package/dist/components/undo-timeline/style-track.js.map +1 -0
- package/dist/components/undo-timeline/style.d.ts +7 -0
- package/dist/components/undo-timeline/style.d.ts.map +1 -0
- package/dist/components/undo-timeline/style.js +224 -0
- package/dist/components/undo-timeline/style.js.map +1 -0
- package/dist/components/undo-timeline/text.d.ts +37 -0
- package/dist/components/undo-timeline/text.d.ts.map +1 -0
- package/dist/components/undo-timeline/text.js +36 -0
- package/dist/components/undo-timeline/text.js.map +1 -0
- package/dist/components/window-picker/attrs.d.ts +109 -0
- package/dist/components/window-picker/attrs.d.ts.map +1 -0
- package/dist/components/window-picker/attrs.js +70 -0
- package/dist/components/window-picker/attrs.js.map +1 -0
- package/dist/components/window-picker/index.d.ts +33 -0
- package/dist/components/window-picker/index.d.ts.map +1 -0
- package/dist/components/window-picker/index.js +30 -0
- package/dist/components/window-picker/index.js.map +1 -0
- package/dist/components/window-picker/model.d.ts +33 -0
- package/dist/components/window-picker/model.d.ts.map +1 -0
- package/dist/components/window-picker/model.js +150 -0
- package/dist/components/window-picker/model.js.map +1 -0
- package/dist/components/window-picker/render.d.ts +10 -0
- package/dist/components/window-picker/render.d.ts.map +1 -0
- package/dist/components/window-picker/render.js +69 -0
- package/dist/components/window-picker/render.js.map +1 -0
- package/dist/components/window-picker/runtime.d.ts +3 -0
- package/dist/components/window-picker/runtime.d.ts.map +1 -0
- package/dist/components/window-picker/runtime.js +160 -0
- package/dist/components/window-picker/runtime.js.map +1 -0
- package/dist/components/window-picker/style.d.ts +11 -0
- package/dist/components/window-picker/style.d.ts.map +1 -0
- package/dist/components/window-picker/style.js +100 -0
- package/dist/components/window-picker/style.js.map +1 -0
- package/dist/components/wizard-shell/attrs.d.ts +182 -0
- package/dist/components/wizard-shell/attrs.d.ts.map +1 -0
- package/dist/components/wizard-shell/attrs.js +155 -0
- package/dist/components/wizard-shell/attrs.js.map +1 -0
- package/dist/components/wizard-shell/index.d.ts +16 -0
- package/dist/components/wizard-shell/index.d.ts.map +1 -0
- package/dist/components/wizard-shell/index.js +14 -0
- package/dist/components/wizard-shell/index.js.map +1 -0
- package/dist/components/wizard-shell/model.d.ts +57 -0
- package/dist/components/wizard-shell/model.d.ts.map +1 -0
- package/dist/components/wizard-shell/model.js +203 -0
- package/dist/components/wizard-shell/model.js.map +1 -0
- package/dist/components/wizard-shell/render.d.ts +3 -0
- package/dist/components/wizard-shell/render.d.ts.map +1 -0
- package/dist/components/wizard-shell/render.js +201 -0
- package/dist/components/wizard-shell/render.js.map +1 -0
- package/dist/components/wizard-shell/runtime.d.ts +20 -0
- package/dist/components/wizard-shell/runtime.d.ts.map +1 -0
- package/dist/components/wizard-shell/runtime.js +84 -0
- package/dist/components/wizard-shell/runtime.js.map +1 -0
- package/dist/components/wizard-shell/style-answer.d.ts +5 -0
- package/dist/components/wizard-shell/style-answer.d.ts.map +1 -0
- package/dist/components/wizard-shell/style-answer.js +220 -0
- package/dist/components/wizard-shell/style-answer.js.map +1 -0
- package/dist/components/wizard-shell/style.d.ts +5 -0
- package/dist/components/wizard-shell/style.d.ts.map +1 -0
- package/dist/components/wizard-shell/style.js +283 -0
- package/dist/components/wizard-shell/style.js.map +1 -0
- package/dist/components//346/270/205/345/215/225.d.ts +72 -0
- package/dist/components//346/270/205/345/215/225.d.ts.map +1 -0
- package/dist/components//346/270/205/345/215/225.js +182 -0
- package/dist/components//346/270/205/345/215/225.js.map +1 -0
- package/dist/contract.js +0 -1
- package/dist/controls.d.ts +6 -160
- package/dist/controls.d.ts.map +1 -1
- package/dist/controls.js +6 -1417
- package/dist/controls.js.map +1 -1
- package/dist/docShell.d.ts +10 -2
- package/dist/docShell.d.ts.map +1 -1
- package/dist/docShell.js +8 -4
- package/dist/docShell.js.map +1 -1
- package/dist/editableValue.d.ts +93 -0
- package/dist/editableValue.d.ts.map +1 -0
- package/dist/editableValue.js +415 -0
- package/dist/editableValue.js.map +1 -0
- package/dist/font.js +0 -1
- package/dist/help.d.ts +4 -21
- package/dist/help.d.ts.map +1 -1
- package/dist/help.js +4 -619
- package/dist/help.js.map +1 -1
- package/dist/helpShell.d.ts.map +1 -1
- package/dist/helpShell.js +2 -3
- package/dist/helpShell.js.map +1 -1
- package/dist/index.d.ts +31 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +25 -9
- package/dist/index.js.map +1 -1
- package/dist/injector.js +0 -1
- package/dist/output/saveHtml.js +0 -1
- package/dist/pageBars.d.ts +93 -0
- package/dist/pageBars.d.ts.map +1 -0
- package/dist/pageBars.js +176 -0
- package/dist/pageBars.js.map +1 -0
- package/dist/pageBarsCss.d.ts +11 -0
- package/dist/pageBarsCss.d.ts.map +1 -0
- package/dist/pageBarsCss.js +229 -0
- package/dist/pageBarsCss.js.map +1 -0
- package/dist/pageNav.d.ts +51 -0
- package/dist/pageNav.d.ts.map +1 -0
- package/dist/pageNav.js +122 -0
- package/dist/pageNav.js.map +1 -0
- package/dist/pageNavCss.d.ts +14 -0
- package/dist/pageNavCss.d.ts.map +1 -0
- package/dist/pageNavCss.js +85 -0
- package/dist/pageNavCss.js.map +1 -0
- package/dist/pageShapes.d.ts +12 -3
- package/dist/pageShapes.d.ts.map +1 -1
- package/dist/pageShapes.js +32 -3
- package/dist/pageShapes.js.map +1 -1
- package/dist/pageUi.d.ts +7 -47
- package/dist/pageUi.d.ts.map +1 -1
- package/dist/pageUi.js +7 -351
- package/dist/pageUi.js.map +1 -1
- package/dist/spec/charts.d.ts +6 -0
- package/dist/spec/charts.d.ts.map +1 -1
- package/dist/spec/charts.js +0 -1
- package/dist/spec/charts.js.map +1 -1
- package/dist/spec/controls.js +0 -1
- package/dist/spec/help.js +0 -1
- package/dist/spec/index.d.ts +5 -5
- package/dist/spec/index.d.ts.map +1 -1
- package/dist/spec/index.js +42 -5
- package/dist/spec/index.js.map +1 -1
- package/dist/spec/style.js +0 -1
- package/dist/spec/template.js +0 -1
- package/dist/spec/text.d.ts +7 -7
- package/dist/spec/text.d.ts.map +1 -1
- package/dist/spec/text.js +1 -2
- package/dist/spec/text.js.map +1 -1
- package/dist/style.d.ts +6 -40
- package/dist/style.d.ts.map +1 -1
- package/dist/style.js +6 -1370
- package/dist/style.js.map +1 -1
- package/dist/template.d.ts +4 -24
- package/dist/template.d.ts.map +1 -1
- package/dist/template.js +4 -360
- package/dist/template.js.map +1 -1
- package/dist/text.d.ts +4 -16
- package/dist/text.d.ts.map +1 -1
- package/dist/text.js +4 -451
- package/dist/text.js.map +1 -1
- package/dist/ui.js +0 -1
- package/package.json +2 -2
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** bulk-bar · **组件出口**(本组件对外的唯一名字面)。
|
|
2
|
+
*
|
|
3
|
+
* 五个运行名:`renderBulkBar(input)`(产标记,零 DOM)/`bulkBarCss()`(样式段,含就地确认面那一段)/
|
|
4
|
+
* `buildBulkBarJs()`(运行时,产出 JS 文本)/形态闭集 `BULK_BAR_FORMS`(本件只落地形态 A)/
|
|
5
|
+
* 类名根 `BULK_BAR_CLASS`。加入参面类型、三条几何事实(触控地板/行高/窄档阈值)、
|
|
6
|
+
* 三个上限常量(条目/逐条预演/最近用过——判据按它们派生,不抄字面量)
|
|
7
|
+
* 与四个行内 `id` 拼法(判据要按同一函数反查 `aria-controls`/`aria-describedby` 指到了谁)。
|
|
8
|
+
*
|
|
9
|
+
* 页面怎么接自己的逻辑(不引入任何全局;本件不写库):
|
|
10
|
+
* ```js
|
|
11
|
+
* document.addEventListener('ilife:bulk-change', (e) => { rerender(e.detail.keys); });
|
|
12
|
+
* document.addEventListener('ilife:bulk-action', (e) => {
|
|
13
|
+
* const { action, keys, value } = e.detail; // 「改这 N 条」或一枚不带预演的动作
|
|
14
|
+
* if (action === 'cat') bulkSetCategory(keys, value);
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
* 用法与参数表见同目录 `README.md`。消费方走 `base-paint/blocks`(组件层出口),不走根出口。
|
|
18
|
+
*/
|
|
19
|
+
export { BULK_BAR_ACTION_ATTR, BULK_BAR_CLASS, BULK_BAR_EMPTY_TEXT, BULK_BAR_EVENT_ACTION, BULK_BAR_EVENT_CHANGE, BULK_BAR_FORMS, BULK_BAR_ITEM_ATTR, BULK_BAR_MISSING, BULK_BAR_NAME_ATTR, BULK_BAR_SLOTS, BULK_BAR_TONES, bulkBarSlot, } from './attrs.js';
|
|
20
|
+
export type { BulkBarAction, BulkBarForm, BulkBarInput, BulkBarItem, BulkBarPreview, BulkBarPreviewRow, BulkBarSlot, BulkBarTone, } from './attrs.js';
|
|
21
|
+
export { renderBulkBar } from './render.js';
|
|
22
|
+
export { BULK_BAR_ITEM_MAX, BULK_BAR_PREVIEW_MAX, BULK_BAR_RECENT_MAX, bulkBarConfirmId, bulkBarCountId, bulkBarErrorId, bulkBarHintId, } from './model.js';
|
|
23
|
+
export { BULK_BAR_MIN_TARGET_PX, BULK_BAR_NARROW_PX, BULK_BAR_ROW_MIN_HEIGHT_PX, bulkBarCss } from './style.js';
|
|
24
|
+
export { buildBulkBarJs } from './runtime.js';
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/bulk-bar/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,YAAY,EACV,aAAa,EACb,WAAW,EACX,YAAY,EACZ,WAAW,EACX,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,aAAa,GACd,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAChH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** bulk-bar · **组件出口**(本组件对外的唯一名字面)。
|
|
2
|
+
*
|
|
3
|
+
* 五个运行名:`renderBulkBar(input)`(产标记,零 DOM)/`bulkBarCss()`(样式段,含就地确认面那一段)/
|
|
4
|
+
* `buildBulkBarJs()`(运行时,产出 JS 文本)/形态闭集 `BULK_BAR_FORMS`(本件只落地形态 A)/
|
|
5
|
+
* 类名根 `BULK_BAR_CLASS`。加入参面类型、三条几何事实(触控地板/行高/窄档阈值)、
|
|
6
|
+
* 三个上限常量(条目/逐条预演/最近用过——判据按它们派生,不抄字面量)
|
|
7
|
+
* 与四个行内 `id` 拼法(判据要按同一函数反查 `aria-controls`/`aria-describedby` 指到了谁)。
|
|
8
|
+
*
|
|
9
|
+
* 页面怎么接自己的逻辑(不引入任何全局;本件不写库):
|
|
10
|
+
* ```js
|
|
11
|
+
* document.addEventListener('ilife:bulk-change', (e) => { rerender(e.detail.keys); });
|
|
12
|
+
* document.addEventListener('ilife:bulk-action', (e) => {
|
|
13
|
+
* const { action, keys, value } = e.detail; // 「改这 N 条」或一枚不带预演的动作
|
|
14
|
+
* if (action === 'cat') bulkSetCategory(keys, value);
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
* 用法与参数表见同目录 `README.md`。消费方走 `base-paint/blocks`(组件层出口),不走根出口。
|
|
18
|
+
*/
|
|
19
|
+
export { BULK_BAR_ACTION_ATTR, BULK_BAR_CLASS, BULK_BAR_EMPTY_TEXT, BULK_BAR_EVENT_ACTION, BULK_BAR_EVENT_CHANGE, BULK_BAR_FORMS, BULK_BAR_ITEM_ATTR, BULK_BAR_MISSING, BULK_BAR_NAME_ATTR, BULK_BAR_SLOTS, BULK_BAR_TONES, bulkBarSlot, } from './attrs.js';
|
|
20
|
+
export { renderBulkBar } from './render.js';
|
|
21
|
+
export { BULK_BAR_ITEM_MAX, BULK_BAR_PREVIEW_MAX, BULK_BAR_RECENT_MAX, bulkBarConfirmId, bulkBarCountId, bulkBarErrorId, bulkBarHintId, } from './model.js';
|
|
22
|
+
export { BULK_BAR_MIN_TARGET_PX, BULK_BAR_NARROW_PX, BULK_BAR_ROW_MIN_HEIGHT_PX, bulkBarCss } from './style.js';
|
|
23
|
+
export { buildBulkBarJs } from './runtime.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/bulk-bar/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,WAAW,GACZ,MAAM,YAAY,CAAC;AAWpB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,aAAa,GACd,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAChH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { type BulkBarForm, type BulkBarInput, type BulkBarTone } from './attrs.js';
|
|
2
|
+
/** 条目的上限(再多就不该用「批量」了,该用筛选或全选)。 */
|
|
3
|
+
export declare const BULK_BAR_ITEM_MAX = 200;
|
|
4
|
+
/** 预演逐条的上限(预演是让人**逐条看**的,超过就看不完了)。 */
|
|
5
|
+
export declare const BULK_BAR_PREVIEW_MAX = 50;
|
|
6
|
+
/** 「最近用过」的枚数上限。 */
|
|
7
|
+
export declare const BULK_BAR_RECENT_MAX = 6;
|
|
8
|
+
/** 一行(已校验、已归一)。 */
|
|
9
|
+
export interface BulkBarItemModel {
|
|
10
|
+
readonly key: string;
|
|
11
|
+
readonly title: string;
|
|
12
|
+
readonly note?: string;
|
|
13
|
+
readonly reading?: string;
|
|
14
|
+
readonly selected: boolean;
|
|
15
|
+
readonly disabled: boolean;
|
|
16
|
+
readonly disabledReason?: string;
|
|
17
|
+
}
|
|
18
|
+
/** 预演里的一行(已校验、已归一)。 */
|
|
19
|
+
export interface BulkBarPreviewRowModel {
|
|
20
|
+
readonly keep: boolean;
|
|
21
|
+
readonly to: string;
|
|
22
|
+
readonly from?: string;
|
|
23
|
+
readonly note?: string;
|
|
24
|
+
}
|
|
25
|
+
/** 一枚动作的预演(已校验、已归一;结论句与主按钮的字在这一层算出来,渲染层不再动脑)。 */
|
|
26
|
+
export interface BulkBarPreviewModel {
|
|
27
|
+
readonly title: string;
|
|
28
|
+
readonly cap?: string;
|
|
29
|
+
readonly valueLabel: string;
|
|
30
|
+
readonly value?: string;
|
|
31
|
+
readonly recent: readonly string[];
|
|
32
|
+
readonly rows: readonly BulkBarPreviewRowModel[];
|
|
33
|
+
readonly summary: string;
|
|
34
|
+
readonly submitLabel: string;
|
|
35
|
+
readonly cancelLabel: string;
|
|
36
|
+
readonly keepCount: number;
|
|
37
|
+
readonly skipCount: number;
|
|
38
|
+
}
|
|
39
|
+
/** 一枚动作(已校验、已归一)。 */
|
|
40
|
+
export interface BulkBarActionModel {
|
|
41
|
+
readonly key: string;
|
|
42
|
+
readonly label: string;
|
|
43
|
+
readonly tone: BulkBarTone;
|
|
44
|
+
readonly preview?: BulkBarPreviewModel;
|
|
45
|
+
readonly disabled: boolean;
|
|
46
|
+
readonly busy: boolean;
|
|
47
|
+
readonly error?: string;
|
|
48
|
+
}
|
|
49
|
+
/** 内部类型:每个字段都已校验、已归一(`undefined` 一律换成「不给」或空数组)。 */
|
|
50
|
+
export interface BulkBarModel {
|
|
51
|
+
readonly form: BulkBarForm;
|
|
52
|
+
readonly name: string;
|
|
53
|
+
readonly items: readonly BulkBarItemModel[];
|
|
54
|
+
readonly actions: readonly BulkBarActionModel[];
|
|
55
|
+
readonly countUnit: string;
|
|
56
|
+
readonly tail?: string;
|
|
57
|
+
readonly hint?: string;
|
|
58
|
+
readonly emptyText: string;
|
|
59
|
+
readonly openAction?: string;
|
|
60
|
+
readonly extraClass?: string;
|
|
61
|
+
}
|
|
62
|
+
/** 入参归一化。**唯一入口**:`render.ts` 与 `runtime.ts` 都只吃它产出的 `BulkBarModel`。 */
|
|
63
|
+
export declare function normalizeBulkBar(input: unknown): BulkBarModel;
|
|
64
|
+
/** 确认面的 `id`(同页唯一:`name` 同页唯一 + 动作键一排内唯一)。 */
|
|
65
|
+
export declare function bulkBarConfirmId(name: string, actionKey: string): string;
|
|
66
|
+
/** 错态那句字的 `id`(动作按钮的 `aria-describedby` 指它)。 */
|
|
67
|
+
export declare function bulkBarErrorId(name: string, actionKey: string): string;
|
|
68
|
+
/** 提示那句的 `id`(按不动的那几枚动作指它:「为什么按不动」就写在那儿)。 */
|
|
69
|
+
export declare function bulkBarHintId(name: string): string;
|
|
70
|
+
/** 计数那句的 `id`(`aria-live` 的落点,供外部 `aria-describedby` 引用)。 */
|
|
71
|
+
export declare function bulkBarCountId(name: string): string;
|
|
72
|
+
/** 未使用的入参键(判据用:调用方多给键照实忽略,但键名要能一眼看出来)。 */
|
|
73
|
+
export type BulkBarInputShape = BulkBarInput;
|
|
74
|
+
//# sourceMappingURL=model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../src/components/bulk-bar/model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
/** bulk-bar · **入参归一化与校验**(把 `any` 与说不出的 `unknown` 挡在门外,产出内部类型)。
|
|
2
|
+
*
|
|
3
|
+
* 三条口径:
|
|
4
|
+
* 1. **非法入参一律 `badInput()`**(抛 `BlocksError`)——不静默降级、不「尽量猜」:猜出来的条子
|
|
5
|
+
* 会在页面上长成另一种东西(少一枚动作、换个形态),而调用方以为拿到了本件。
|
|
6
|
+
* 2. **缺值与空串是两件事**:可选字段给空串=未给(与全层 `optText` 同口径);必填字段给空串=错。
|
|
7
|
+
* 3. **归一化只做「形状」**:取整、千分位、金额怎么算**归调用方**——本件只收「已经是给人看的样子」的串
|
|
8
|
+
* 与**结构化的预演**(哪条会改、改前改后),不替调用方算钱、不替它查库。
|
|
9
|
+
*
|
|
10
|
+
* 两处要点(判据逐条断):
|
|
11
|
+
* · `disabledReason` 只在 `disabled: true` 时给——孤零零一句原因会变成没人看得见的注解;
|
|
12
|
+
* · `openAction` 必须命中一枚**带预演**的动作——否则渲染出来是一块永远打不开的空壳。
|
|
13
|
+
*/
|
|
14
|
+
import { assertDenseArray, assertPlainObject, badInput, optExtraClass, optText, reqText } from '../shared/validate.js';
|
|
15
|
+
import { BULK_BAR_CANCEL_LABEL, BULK_BAR_COUNT_UNIT, BULK_BAR_EMPTY_TEXT, BULK_BAR_FORMS, BULK_BAR_NOTHING_TEXT, BULK_BAR_TONES, BULK_BAR_VALUE_LABEL, } from './attrs.js';
|
|
16
|
+
/** 条目的上限(再多就不该用「批量」了,该用筛选或全选)。 */
|
|
17
|
+
export const BULK_BAR_ITEM_MAX = 200;
|
|
18
|
+
/** 预演逐条的上限(预演是让人**逐条看**的,超过就看不完了)。 */
|
|
19
|
+
export const BULK_BAR_PREVIEW_MAX = 50;
|
|
20
|
+
/** 「最近用过」的枚数上限。 */
|
|
21
|
+
export const BULK_BAR_RECENT_MAX = 6;
|
|
22
|
+
/* ── 小件:类型不对就抛,不猜 ─────────────────────────────────────── */
|
|
23
|
+
/** 可选布尔:非布尔一律拒(`1`/`'true'` 这种"看着像"的值不猜)。 */
|
|
24
|
+
function optBool(value, field) {
|
|
25
|
+
if (value === undefined)
|
|
26
|
+
return undefined;
|
|
27
|
+
if (typeof value !== 'boolean')
|
|
28
|
+
badInput(field + ' 必须是布尔值');
|
|
29
|
+
return value;
|
|
30
|
+
}
|
|
31
|
+
/** 必填数组(空数组**不算错**:条目空=空态;别处自己判)。
|
|
32
|
+
* **顺手把洞堵上**:稀疏数组(`new Array(3)`)的洞会被 `map` 跳过、被 `for…of` 取成 `undefined`,
|
|
33
|
+
* 校验那一趟看着全过、渲染那一趟抛 `TypeError` ⇒ 每个下标上都要真有一项(口径见 `assertDenseArray`)。 */
|
|
34
|
+
function reqList(value, field) {
|
|
35
|
+
if (!Array.isArray(value))
|
|
36
|
+
badInput(field + ' 必须是数组');
|
|
37
|
+
const list = value;
|
|
38
|
+
assertDenseArray(list, field);
|
|
39
|
+
return list;
|
|
40
|
+
}
|
|
41
|
+
/** 可选的串数组(空串元素一律拒;空数组=未给)。 */
|
|
42
|
+
function optTextList(value, field, max) {
|
|
43
|
+
if (value === undefined)
|
|
44
|
+
return [];
|
|
45
|
+
const list = reqList(value, field);
|
|
46
|
+
if (list.length > max)
|
|
47
|
+
badInput(field + ' 至多 ' + String(max) + ' 条');
|
|
48
|
+
return list.map((one, i) => reqText(one, field + '[' + i + ']'));
|
|
49
|
+
}
|
|
50
|
+
/* ── 三块:条目/预演/动作 ───────────────────────────────────────── */
|
|
51
|
+
/** 一行。 */
|
|
52
|
+
function itemOf(value, at, seen) {
|
|
53
|
+
const field = 'bulk-bar: input.items[' + String(at) + ']';
|
|
54
|
+
assertPlainObject(value, field);
|
|
55
|
+
const raw = value;
|
|
56
|
+
const key = reqText(raw.key, field + '.key');
|
|
57
|
+
if (seen.has(key))
|
|
58
|
+
badInput(field + '.key 在清单里重复了:' + key + '(机器键必须唯一)');
|
|
59
|
+
seen.add(key);
|
|
60
|
+
const disabled = optBool(raw.disabled, field + '.disabled') === true;
|
|
61
|
+
const why = optText(raw.disabledReason, field + '.disabledReason');
|
|
62
|
+
if (why !== undefined && !disabled) {
|
|
63
|
+
badInput(field + '.disabledReason 只在 disabled: true 时给(孤零零一句原因没人看得见)');
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
key,
|
|
67
|
+
title: reqText(raw.title, field + '.title'),
|
|
68
|
+
note: optText(raw.note, field + '.note'),
|
|
69
|
+
reading: optText(raw.reading, field + '.reading'),
|
|
70
|
+
selected: optBool(raw.selected, field + '.selected') === true,
|
|
71
|
+
disabled,
|
|
72
|
+
disabledReason: disabled ? why : undefined,
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
/** 预演里的一行。 */
|
|
76
|
+
function previewRowOf(value, at, field) {
|
|
77
|
+
assertPlainObject(value, field + '[' + String(at) + ']');
|
|
78
|
+
const raw = value;
|
|
79
|
+
const at0 = field + '[' + String(at) + ']';
|
|
80
|
+
const keep = optBool(raw.keep, at0 + '.keep');
|
|
81
|
+
if (keep === undefined)
|
|
82
|
+
badInput(at0 + '.keep 必填(`true`=这条会改;`false`=跳过)');
|
|
83
|
+
const note = optText(raw.note, at0 + '.note');
|
|
84
|
+
if (keep === false && note === undefined) {
|
|
85
|
+
badInput(at0 + '.note 必填:跳过的那一条要**写清为什么**不被改(只写「跳过」等于没说)');
|
|
86
|
+
}
|
|
87
|
+
return { keep, to: reqText(raw.to, at0 + '.to'), from: optText(raw.from, at0 + '.from'), note };
|
|
88
|
+
}
|
|
89
|
+
/** 一枚动作的预演。 */
|
|
90
|
+
function previewOf(value, field, unit) {
|
|
91
|
+
assertPlainObject(value, field);
|
|
92
|
+
const raw = value;
|
|
93
|
+
const rowsRaw = reqList(raw.rows, field + '.rows');
|
|
94
|
+
if (rowsRaw.length === 0)
|
|
95
|
+
badInput(field + '.rows 至少要有一项(没有逐条预演的预演没有意义)');
|
|
96
|
+
if (rowsRaw.length > BULK_BAR_PREVIEW_MAX) {
|
|
97
|
+
badInput(field + '.rows 至多 ' + String(BULK_BAR_PREVIEW_MAX) + ' 条(逐条看的东西再多就看不完了)');
|
|
98
|
+
}
|
|
99
|
+
const rows = rowsRaw.map((one, i) => previewRowOf(one, i, field + '.rows'));
|
|
100
|
+
let keepCount = 0;
|
|
101
|
+
for (const r of rows)
|
|
102
|
+
if (r.keep)
|
|
103
|
+
keepCount += 1;
|
|
104
|
+
const skipCount = rows.length - keepCount;
|
|
105
|
+
const defaultSummary = keepCount === 0
|
|
106
|
+
? BULK_BAR_NOTHING_TEXT
|
|
107
|
+
: ('会改 ' + String(keepCount) + ' ' + unit + (skipCount === 0 ? '' : ' · 跳过 ' + String(skipCount) + ' ' + unit));
|
|
108
|
+
return {
|
|
109
|
+
title: reqText(raw.title, field + '.title'),
|
|
110
|
+
cap: optText(raw.cap, field + '.cap'),
|
|
111
|
+
valueLabel: optText(raw.valueLabel, field + '.valueLabel') ?? BULK_BAR_VALUE_LABEL,
|
|
112
|
+
value: optText(raw.value, field + '.value'),
|
|
113
|
+
recent: optTextList(raw.recent, field + '.recent', BULK_BAR_RECENT_MAX),
|
|
114
|
+
rows,
|
|
115
|
+
summary: optText(raw.summary, field + '.summary') ?? defaultSummary,
|
|
116
|
+
submitLabel: optText(raw.submitLabel, field + '.submitLabel')
|
|
117
|
+
?? (keepCount === 0 ? BULK_BAR_NOTHING_TEXT : '改这 ' + String(keepCount) + ' ' + unit),
|
|
118
|
+
cancelLabel: optText(raw.cancelLabel, field + '.cancelLabel') ?? BULK_BAR_CANCEL_LABEL,
|
|
119
|
+
keepCount,
|
|
120
|
+
skipCount,
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
/** 一枚动作。`hint` 是操作条底下那句提示——一枚按不动的动作**必须**有它:
|
|
124
|
+
* 没有说明的灰按钮是「看着按不动、不知道为什么」的中间档(README 不变量 8 的反面)。 */
|
|
125
|
+
function actionOf(value, at, seen, unit, hint) {
|
|
126
|
+
const field = 'bulk-bar: input.actions[' + String(at) + ']';
|
|
127
|
+
assertPlainObject(value, field);
|
|
128
|
+
const raw = value;
|
|
129
|
+
const key = reqText(raw.key, field + '.key');
|
|
130
|
+
if (seen.has(key))
|
|
131
|
+
badInput(field + '.key 在一排里重复了:' + key + '(动作键必须唯一)');
|
|
132
|
+
seen.add(key);
|
|
133
|
+
const tone = raw.tone === undefined ? BULK_BAR_TONES[0] : raw.tone;
|
|
134
|
+
if (!BULK_BAR_TONES.includes(tone)) {
|
|
135
|
+
badInput(field + '.tone 必须是 ' + BULK_BAR_TONES.join('/') + ' 之一');
|
|
136
|
+
}
|
|
137
|
+
const disabled = optBool(raw.disabled, field + '.disabled') === true;
|
|
138
|
+
if (disabled && hint === undefined) {
|
|
139
|
+
badInput(field + '.disabled: true 时必须给 bulk-bar: input.hint'
|
|
140
|
+
+ '(按不动的那一枚为什么按不动要写出来——它没别处可说,灰按钮不许没有说明)');
|
|
141
|
+
}
|
|
142
|
+
return {
|
|
143
|
+
key,
|
|
144
|
+
label: reqText(raw.label, field + '.label'),
|
|
145
|
+
tone: tone,
|
|
146
|
+
preview: raw.preview === undefined ? undefined : previewOf(raw.preview, field + '.preview', unit),
|
|
147
|
+
disabled,
|
|
148
|
+
busy: optBool(raw.busy, field + '.busy') === true,
|
|
149
|
+
error: optText(raw.error, field + '.error'),
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
/* ── 入口 ────────────────────────────────────────────────────────── */
|
|
153
|
+
/** 入参归一化。**唯一入口**:`render.ts` 与 `runtime.ts` 都只吃它产出的 `BulkBarModel`。 */
|
|
154
|
+
export function normalizeBulkBar(input) {
|
|
155
|
+
assertPlainObject(input, 'renderBulkBar: input');
|
|
156
|
+
const raw = input;
|
|
157
|
+
const form = raw.form === undefined ? BULK_BAR_FORMS[0] : raw.form;
|
|
158
|
+
if (!BULK_BAR_FORMS.includes(form)) {
|
|
159
|
+
badInput('bulk-bar: input.form 必须是 ' + BULK_BAR_FORMS.join('/')
|
|
160
|
+
+ ' 之一(本件只落地形态 A「选中后浮出来的操作条」)');
|
|
161
|
+
}
|
|
162
|
+
const itemsRaw = reqList(raw.items, 'bulk-bar: input.items');
|
|
163
|
+
if (itemsRaw.length > BULK_BAR_ITEM_MAX) {
|
|
164
|
+
badInput('bulk-bar: input.items 至多 ' + String(BULK_BAR_ITEM_MAX) + ' 条(再多该用筛选,不该用批量)');
|
|
165
|
+
}
|
|
166
|
+
const seenItems = new Set();
|
|
167
|
+
const items = itemsRaw.map((one, i) => itemOf(one, i, seenItems));
|
|
168
|
+
const actionsRaw = reqList(raw.actions, 'bulk-bar: input.actions');
|
|
169
|
+
if (actionsRaw.length === 0)
|
|
170
|
+
badInput('bulk-bar: input.actions 至少要有一项动作');
|
|
171
|
+
const countUnit = optText(raw.countUnit, 'bulk-bar: input.countUnit') ?? BULK_BAR_COUNT_UNIT;
|
|
172
|
+
const hint = optText(raw.hint, 'bulk-bar: input.hint');
|
|
173
|
+
const seenActions = new Set();
|
|
174
|
+
const actions = actionsRaw.map((one, i) => actionOf(one, i, seenActions, countUnit, hint));
|
|
175
|
+
const openAction = optText(raw.openAction, 'bulk-bar: input.openAction');
|
|
176
|
+
if (openAction !== undefined) {
|
|
177
|
+
const hit = actions.find((a) => a.key === openAction);
|
|
178
|
+
if (hit === undefined)
|
|
179
|
+
badInput('bulk-bar: input.openAction 必须命中 input.actions 里的一枚动作:' + openAction);
|
|
180
|
+
if (hit.preview === undefined) {
|
|
181
|
+
badInput('bulk-bar: input.openAction 命中的动作没有 input.actions[].preview'
|
|
182
|
+
+ '(没有预演的动作按下去直接派发事件,没有确认面可展开)');
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
const model = {
|
|
186
|
+
form: form,
|
|
187
|
+
name: reqText(raw.name, 'bulk-bar: input.name'),
|
|
188
|
+
items,
|
|
189
|
+
actions,
|
|
190
|
+
countUnit,
|
|
191
|
+
tail: optText(raw.tail, 'bulk-bar: input.tail'),
|
|
192
|
+
hint,
|
|
193
|
+
emptyText: optText(raw.emptyText, 'bulk-bar: input.emptyText') ?? BULK_BAR_EMPTY_TEXT,
|
|
194
|
+
openAction,
|
|
195
|
+
extraClass: optExtraClass(raw.extraClass, 'bulk-bar: input.extraClass'),
|
|
196
|
+
};
|
|
197
|
+
return model;
|
|
198
|
+
}
|
|
199
|
+
/* ── 行内 `id` 的拼法(同页唯一的那一半) ────────────────────────────── */
|
|
200
|
+
/** `id` 里那一段的编码:**逐字符**,不是「把非法字符一串换成 `-`」。
|
|
201
|
+
*
|
|
202
|
+
* 为什么不能用替换:`'记账条'`/`'改分类'`/`'改账户'` 换成 `-` 之后**都是同一个串** ⇒ 同页出现
|
|
203
|
+
* 两个同名 `id`,而且 `aria-controls` 反查(`runtime.ts` 的 `panelOf`)按 `id` 找块 ⇒ 点「改账户」
|
|
204
|
+
* 开出来的是「改分类」那块面板(真机上实测:两块 `hidden` 由 `[true,true]` 变 `[false,true]`,
|
|
205
|
+
* 而 `aria-expanded` 却是 `["改分类:false","改账户:true"]`——两处自相矛盾)。
|
|
206
|
+
*
|
|
207
|
+
* 编码(可逆、不撞):`[A-Za-z0-9]` 照抄;其余字符(含 `_`/`-`/全部非 ASCII)写成
|
|
208
|
+
* `_` + 该字符的**码点十六进制** + `_`。两端下划线封口 ⇒ 每个转义自定界(扫描时一个 `_`
|
|
209
|
+
* 到下一个 `_` 就是一段码点),编码本身无歧义;`-` 于是**只出现在两段之间**(分隔符),
|
|
210
|
+
* 件名与动作键的切分点唯一 ⇒ 不同的(件名,动作键)必得不同的 `id`。
|
|
211
|
+
*
|
|
212
|
+
* 代价:`ledger-bulk` 这样的键会变成 `ledger_2d_bulk`(多 4 个字符),换来的是非 ASCII 键
|
|
213
|
+
* (本仓机器键大量是中文)也照旧同页唯一。`id` 只出现在属性里,人读不到,值这个价。 */
|
|
214
|
+
function idPart(s) {
|
|
215
|
+
let out = '';
|
|
216
|
+
for (const ch of s) {
|
|
217
|
+
if (/^[A-Za-z0-9]$/.test(ch))
|
|
218
|
+
out += ch;
|
|
219
|
+
else
|
|
220
|
+
out += '_' + ch.codePointAt(0).toString(16) + '_';
|
|
221
|
+
}
|
|
222
|
+
return out;
|
|
223
|
+
}
|
|
224
|
+
/** 确认面的 `id`(同页唯一:`name` 同页唯一 + 动作键一排内唯一)。 */
|
|
225
|
+
export function bulkBarConfirmId(name, actionKey) {
|
|
226
|
+
return 'ilife-bulk-confirm-' + idPart(name) + '-' + idPart(actionKey);
|
|
227
|
+
}
|
|
228
|
+
/** 错态那句字的 `id`(动作按钮的 `aria-describedby` 指它)。 */
|
|
229
|
+
export function bulkBarErrorId(name, actionKey) {
|
|
230
|
+
return 'ilife-bulk-error-' + idPart(name) + '-' + idPart(actionKey);
|
|
231
|
+
}
|
|
232
|
+
/** 提示那句的 `id`(按不动的那几枚动作指它:「为什么按不动」就写在那儿)。 */
|
|
233
|
+
export function bulkBarHintId(name) {
|
|
234
|
+
return 'ilife-bulk-hint-' + idPart(name);
|
|
235
|
+
}
|
|
236
|
+
/** 计数那句的 `id`(`aria-live` 的落点,供外部 `aria-describedby` 引用)。 */
|
|
237
|
+
export function bulkBarCountId(name) {
|
|
238
|
+
return 'ilife-bulk-count-' + idPart(name);
|
|
239
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.js","sourceRoot":"","sources":["../../../src/components/bulk-bar/model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render.d.ts","sourceRoot":"","sources":["../../../src/components/bulk-bar/render.ts"],"names":[],"mappings":"AAiNA,yDAAyD;AACzD,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAOpD"}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
/** bulk-bar · **渲染**(纯函数产 HTML;零 DOM、零副作用)。
|
|
2
|
+
*
|
|
3
|
+
* —— 形态 A:选中后浮出来的操作条(底部)——
|
|
4
|
+
*
|
|
5
|
+
* 骨架(顺序固定,判据逐槽断):
|
|
6
|
+
* `host`(列表 + 操作条)→ `list`(一行一条,或**设计过的空态**)→ `bar`(选中 ≥1 条才出)
|
|
7
|
+
* → 每枚带预演的动作配一块 `confirm`(就地确认面:改成什么 + 逐条「会改/跳过」+ 页脚)。
|
|
8
|
+
*
|
|
9
|
+
* 四条硬口径(判据断的就是它们):
|
|
10
|
+
* · **整行是命中区**:一行是一个 `<label>`,勾选框的命中盒 44×44(视觉盒只有 24×24);
|
|
11
|
+
* 「点这一行的任何地方」都算勾/取消——手机上不必去戳那枚 24px 的小方块。
|
|
12
|
+
* · **勾选态至少两重非颜色标记**:勾里的对钩 `✓`(字)+ 选中行左端的 2px 强调侧标(形);
|
|
13
|
+
* 底色只是第三重(整行选中走 `surface-2`,见《选中态与皮肤语言》四档口径)。
|
|
14
|
+
* · **选中 0 条 ⇒ 整条 `hidden`**:移出可点范围与读屏顺序,不只是变透明(原型的那条硬要求)。
|
|
15
|
+
* · **预演先于动作**:带 `preview` 的那一枚动作按下去只展开确认面;**改哪几条、哪条跳过**先写清楚,
|
|
16
|
+
* 主按钮的字按「会改几条」算(`改这 2 条`),一条都改不了时它是 `disabled` 的。
|
|
17
|
+
*/
|
|
18
|
+
import { esc } from '../shared/escape.js';
|
|
19
|
+
import { BULK_BAR_ACTION_ATTR, BULK_BAR_BUSY_ATTR, BULK_BAR_CANCEL_ATTR, BULK_BAR_CLASS, BULK_BAR_COUNT_SUFFIX, BULK_BAR_FORM_ATTR, BULK_BAR_ITEM_ATTR, BULK_BAR_KEEP_MARK, BULK_BAR_KEEP_TEXT, BULK_BAR_NAME_ATTR, BULK_BAR_ON_ATTR, BULK_BAR_RECENT_ATTR, BULK_BAR_SKIP_MARK, BULK_BAR_SKIP_TEXT, BULK_BAR_SUBMIT_ATTR, BULK_BAR_TONE_ATTR, bulkBarSlot, } from './attrs.js';
|
|
20
|
+
import { bulkBarConfirmId, bulkBarCountId, bulkBarErrorId, bulkBarHintId, normalizeBulkBar, } from './model.js';
|
|
21
|
+
/** 一行:勾选框(命中盒 44×44)‖ 主字与副语 ‖ 右端读数。 */
|
|
22
|
+
function rowHtml(it) {
|
|
23
|
+
const parts = [];
|
|
24
|
+
parts.push('<label class="' + bulkBarSlot('row') + (it.selected ? ' is-on' : '') + (it.disabled ? ' is-off' : '') + '">');
|
|
25
|
+
parts.push('<span class="' + bulkBarSlot('check') + '">');
|
|
26
|
+
parts.push('<input type="checkbox"' + (it.selected ? ' checked' : '') + (it.disabled ? ' disabled' : '')
|
|
27
|
+
+ ' value="' + esc(it.key) + '" ' + BULK_BAR_ITEM_ATTR + '="' + esc(it.key) + '"'
|
|
28
|
+
+ (it.selected ? ' ' + BULK_BAR_ON_ATTR + '="1"' : '') + '>');
|
|
29
|
+
parts.push('<span class="' + bulkBarSlot('box') + '" aria-hidden="true"></span>');
|
|
30
|
+
parts.push('</span>');
|
|
31
|
+
parts.push('<span class="' + bulkBarSlot('text') + '">');
|
|
32
|
+
parts.push('<b class="' + bulkBarSlot('name') + '">' + esc(it.title) + '</b>');
|
|
33
|
+
if (it.note !== undefined)
|
|
34
|
+
parts.push('<i class="' + bulkBarSlot('note') + '">' + esc(it.note) + '</i>');
|
|
35
|
+
if (it.disabledReason !== undefined)
|
|
36
|
+
parts.push('<i class="' + bulkBarSlot('why') + '">' + esc(it.disabledReason) + '</i>');
|
|
37
|
+
parts.push('</span>');
|
|
38
|
+
if (it.reading !== undefined)
|
|
39
|
+
parts.push('<span class="' + bulkBarSlot('reading') + '">' + esc(it.reading) + '</span>');
|
|
40
|
+
parts.push('</label>');
|
|
41
|
+
return parts.join('');
|
|
42
|
+
}
|
|
43
|
+
/** 条目那一列;一条都没有 ⇒ **设计过的空态**(不是留白)。 */
|
|
44
|
+
function listHtml(m) {
|
|
45
|
+
const parts = ['<div class="' + bulkBarSlot('list') + '">'];
|
|
46
|
+
if (m.items.length === 0) {
|
|
47
|
+
parts.push('<p class="' + bulkBarSlot('empty') + '" role="status">' + esc(m.emptyText) + '</p>');
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
for (const it of m.items)
|
|
51
|
+
parts.push(rowHtml(it));
|
|
52
|
+
}
|
|
53
|
+
parts.push('</div>');
|
|
54
|
+
return parts.join('');
|
|
55
|
+
}
|
|
56
|
+
/** 一枚动作按钮。忙碌那枚字**住在正常那枚字里面**(不是并排的兄弟):它绝对定位在标签这块上,
|
|
57
|
+
* 一个字都不参与按钮的固有宽 ⇒ 换字不跳版、也不改变动作排的换行。 */
|
|
58
|
+
function actHtml(m, a, inConfirm) {
|
|
59
|
+
const parts = ['<button type="button" class="' + bulkBarSlot('act') + ' is-' + a.tone + '"'];
|
|
60
|
+
if (!inConfirm)
|
|
61
|
+
parts.push(' ' + BULK_BAR_ACTION_ATTR + '="' + esc(a.key) + '"');
|
|
62
|
+
parts.push(' ' + BULK_BAR_TONE_ATTR + '="' + esc(a.tone) + '"');
|
|
63
|
+
if (a.preview !== undefined) {
|
|
64
|
+
parts.push(' aria-expanded="' + (m.openAction === a.key ? 'true' : 'false') + '"');
|
|
65
|
+
parts.push(' aria-controls="' + esc(bulkBarConfirmId(m.name, a.key)) + '"');
|
|
66
|
+
}
|
|
67
|
+
if (a.error !== undefined)
|
|
68
|
+
parts.push(' aria-describedby="' + esc(bulkBarErrorId(m.name, a.key)) + '"');
|
|
69
|
+
else if (m.hint !== undefined)
|
|
70
|
+
parts.push(' aria-describedby="' + esc(bulkBarHintId(m.name)) + '"');
|
|
71
|
+
if (a.disabled || a.busy)
|
|
72
|
+
parts.push(' disabled');
|
|
73
|
+
if (a.busy)
|
|
74
|
+
parts.push(' aria-busy="true" ' + BULK_BAR_BUSY_ATTR + '="1"');
|
|
75
|
+
parts.push('>');
|
|
76
|
+
parts.push('<span class="' + bulkBarSlot('label') + '">' + esc(a.label));
|
|
77
|
+
parts.push('<span class="' + bulkBarSlot('busy') + '" aria-hidden="true">正在' + esc(a.label) + '</span>');
|
|
78
|
+
parts.push('</span>');
|
|
79
|
+
parts.push('</button>');
|
|
80
|
+
return parts.join('');
|
|
81
|
+
}
|
|
82
|
+
/** 动作那一排(选中 ≥1 条时才在可点范围内)。 */
|
|
83
|
+
function actsHtml(m) {
|
|
84
|
+
const parts = ['<div class="' + bulkBarSlot('acts') + '">'];
|
|
85
|
+
for (const a of m.actions)
|
|
86
|
+
parts.push(actHtml(m, a, false));
|
|
87
|
+
parts.push('</div>');
|
|
88
|
+
return parts.join('');
|
|
89
|
+
}
|
|
90
|
+
/** 错态那句字:**写在按钮旁边**(按钮的 `aria-describedby` 指它),不只染色。 */
|
|
91
|
+
function errorHtml(m) {
|
|
92
|
+
const parts = [];
|
|
93
|
+
for (const a of m.actions) {
|
|
94
|
+
if (a.error === undefined)
|
|
95
|
+
continue;
|
|
96
|
+
parts.push('<p class="' + bulkBarSlot('error') + '" id="' + esc(bulkBarErrorId(m.name, a.key)) + '" role="alert">'
|
|
97
|
+
+ esc(a.label) + ':' + esc(a.error) + '</p>');
|
|
98
|
+
}
|
|
99
|
+
return parts.join('');
|
|
100
|
+
}
|
|
101
|
+
/** 预演里的一行:`✓` 会改 / `⊘` 跳过(形)+ 右端两个字(字)+ 旧值删除线(形)。 */
|
|
102
|
+
function previewRowHtml(row) {
|
|
103
|
+
const parts = ['<p class="' + bulkBarSlot('prow') + (row.keep ? '' : ' is-skip') + '">'];
|
|
104
|
+
parts.push('<i class="' + bulkBarSlot('mark') + '" aria-hidden="true">' + (row.keep ? BULK_BAR_KEEP_MARK : BULK_BAR_SKIP_MARK) + '</i>');
|
|
105
|
+
parts.push('<span>');
|
|
106
|
+
if (row.from !== undefined) {
|
|
107
|
+
parts.push('<s class="' + bulkBarSlot('old') + '">' + esc(row.from) + '</s>');
|
|
108
|
+
parts.push('<span class="' + bulkBarSlot('arrow') + '" aria-hidden="true">→</span>');
|
|
109
|
+
}
|
|
110
|
+
parts.push('<b class="' + bulkBarSlot('next') + '">' + esc(row.to) + '</b>');
|
|
111
|
+
if (row.note !== undefined)
|
|
112
|
+
parts.push('<span class="' + bulkBarSlot('pnote') + '">' + esc(row.note) + '</span>');
|
|
113
|
+
parts.push('</span>');
|
|
114
|
+
parts.push('<em class="' + bulkBarSlot('pstate') + '">' + (row.keep ? BULK_BAR_KEEP_TEXT : BULK_BAR_SKIP_TEXT) + '</em>');
|
|
115
|
+
parts.push('</p>');
|
|
116
|
+
return parts.join('');
|
|
117
|
+
}
|
|
118
|
+
/** 就地确认面:改成什么(输入 + 最近用过)→ 会改哪几条(逐条)→ 页脚(结论 + 取消 + 主按钮)。 */
|
|
119
|
+
function confirmHtml(m, a, p) {
|
|
120
|
+
const parts = ['<div class="' + bulkBarSlot('confirm') + '" id="' + esc(bulkBarConfirmId(m.name, a.key)) + '"'
|
|
121
|
+
+ ' role="group" aria-label="' + esc(p.title) + '"' + (m.openAction === a.key ? '' : ' hidden') + '>'];
|
|
122
|
+
parts.push('<div class="' + bulkBarSlot('chead') + '"><b class="' + bulkBarSlot('ctitle') + '">' + esc(p.title) + '</b>'
|
|
123
|
+
+ (p.cap === undefined ? '' : '<span class="' + bulkBarSlot('ccap') + '">' + esc(p.cap) + '</span>') + '</div>');
|
|
124
|
+
parts.push('<div class="' + bulkBarSlot('cbody') + '">');
|
|
125
|
+
parts.push('<label class="' + bulkBarSlot('value') + '"><span class="' + bulkBarSlot('vlabel') + '">' + esc(p.valueLabel) + '</span>'
|
|
126
|
+
+ '<input class="' + bulkBarSlot('input') + '" type="text" value="' + esc(p.value ?? '') + '"></label>');
|
|
127
|
+
if (p.recent.length > 0) {
|
|
128
|
+
parts.push('<div class="' + bulkBarSlot('recent') + '"><span class="' + bulkBarSlot('rlabel') + '">最近用过</span>');
|
|
129
|
+
for (const one of p.recent) {
|
|
130
|
+
parts.push('<button type="button" class="' + bulkBarSlot('chip') + '" ' + BULK_BAR_RECENT_ATTR + '="' + esc(one) + '">'
|
|
131
|
+
+ esc(one) + '</button>');
|
|
132
|
+
}
|
|
133
|
+
parts.push('</div>');
|
|
134
|
+
}
|
|
135
|
+
parts.push('</div>');
|
|
136
|
+
parts.push('<div class="' + bulkBarSlot('preview') + '">');
|
|
137
|
+
for (const row of p.rows)
|
|
138
|
+
parts.push(previewRowHtml(row));
|
|
139
|
+
parts.push('</div>');
|
|
140
|
+
parts.push('<div class="' + bulkBarSlot('cfoot') + '">');
|
|
141
|
+
parts.push('<span class="' + bulkBarSlot('sum') + '">' + esc(p.summary) + '</span>');
|
|
142
|
+
/* 页脚两枚按钮**同时挂自己的槽类名**(`-cancel`/`-submit`)与视觉档(`is-plain`/`is-primary`):
|
|
143
|
+
* 槽名让调用方能按名字挂自己的钩子,视觉档仍归本件;闭集里不许有上不了屏的槽(判据断这一条)。 */
|
|
144
|
+
parts.push('<button type="button" class="' + bulkBarSlot('act') + ' is-plain ' + bulkBarSlot('cancel') + '" '
|
|
145
|
+
+ BULK_BAR_CANCEL_ATTR + '="1">' + esc(p.cancelLabel) + '</button>');
|
|
146
|
+
parts.push('<button type="button" class="' + bulkBarSlot('act') + ' is-primary ' + bulkBarSlot('submit') + '" '
|
|
147
|
+
+ BULK_BAR_SUBMIT_ATTR + '="' + esc(a.key) + '"' + (p.keepCount === 0 ? ' disabled' : '') + '>'
|
|
148
|
+
+ esc(p.submitLabel) + '</button>');
|
|
149
|
+
parts.push('</div>');
|
|
150
|
+
parts.push('</div>');
|
|
151
|
+
return parts.join('');
|
|
152
|
+
}
|
|
153
|
+
/** 那条**浮出来的操作条**:已选数 ‖ 动作排 ‖ 提示(+ 可能的错态与就地确认面)。 */
|
|
154
|
+
function barHtml(m) {
|
|
155
|
+
let selected = 0;
|
|
156
|
+
for (const it of m.items)
|
|
157
|
+
if (it.selected)
|
|
158
|
+
selected += 1;
|
|
159
|
+
const parts = ['<div class="' + bulkBarSlot('bar') + '"' + (selected === 0 ? ' hidden' : '') + '>'];
|
|
160
|
+
parts.push('<p class="' + bulkBarSlot('count') + '" id="' + esc(bulkBarCountId(m.name)) + '" aria-live="polite">'
|
|
161
|
+
+ '<b class="' + bulkBarSlot('num') + '">' + String(selected) + '</b>'
|
|
162
|
+
+ '<span class="' + bulkBarSlot('unit') + '">' + esc(m.countUnit + BULK_BAR_COUNT_SUFFIX) + '</span>'
|
|
163
|
+
+ (m.tail === undefined ? '' : '<span class="' + bulkBarSlot('tail') + '">' + esc(m.tail) + '</span>')
|
|
164
|
+
+ '</p>');
|
|
165
|
+
parts.push(actsHtml(m));
|
|
166
|
+
if (m.hint !== undefined) {
|
|
167
|
+
parts.push('<p class="' + bulkBarSlot('hint') + '" id="' + esc(bulkBarHintId(m.name)) + '">' + esc(m.hint) + '</p>');
|
|
168
|
+
}
|
|
169
|
+
parts.push(errorHtml(m));
|
|
170
|
+
for (const a of m.actions) {
|
|
171
|
+
if (a.preview === undefined)
|
|
172
|
+
continue;
|
|
173
|
+
parts.push(confirmHtml(m, a, a.preview));
|
|
174
|
+
}
|
|
175
|
+
parts.push('</div>');
|
|
176
|
+
return parts.join('');
|
|
177
|
+
}
|
|
178
|
+
/** 形态 A 的骨架:宿主(条目那一列 + 操作条)。操作条**在流内**(`position:sticky`),
|
|
179
|
+
* 条顶永不带出宿主的下沿 ⇒ 条与条目从不重叠;长列表滚到中段时它仍粘在视口底部可达。 */
|
|
180
|
+
function renderSelectBar(m) {
|
|
181
|
+
return '<div class="' + bulkBarSlot('host') + '">' + listHtml(m) + barHtml(m) + '</div>';
|
|
182
|
+
}
|
|
183
|
+
/** 形态 → 骨架(本件只有一格;分派写在这里,加第二形态就是加一支)。 */
|
|
184
|
+
const SKELETONS = {
|
|
185
|
+
A: renderSelectBar,
|
|
186
|
+
};
|
|
187
|
+
/** 渲染批量操作条(纯函数:同样的入参恒产同样的字节;转义只经 `shared/escape.ts`)。 */
|
|
188
|
+
export function renderBulkBar(input) {
|
|
189
|
+
const m = normalizeBulkBar(input);
|
|
190
|
+
const extra = m.extraClass === undefined ? '' : ' ' + m.extraClass;
|
|
191
|
+
return '<div class="' + BULK_BAR_CLASS + ' is-' + m.form + extra + '"'
|
|
192
|
+
+ ' ' + BULK_BAR_NAME_ATTR + '="' + esc(m.name) + '"'
|
|
193
|
+
+ ' ' + BULK_BAR_FORM_ATTR + '="' + esc(m.form) + '">'
|
|
194
|
+
+ SKELETONS[m.form](m) + '</div>';
|
|
195
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../../src/components/bulk-bar/render.ts"],"names":[],"mappings":"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"}
|