abl-ui 0.0.1
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/lib/abl-ui.es.js +48 -0
- package/lib/abl-ui.umd.js +1 -0
- package/lib/style.css +1 -0
- package/lib/vite.svg +1 -0
- package/package.json +15 -0
package/lib/abl-ui.es.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as d, createStaticVNode as s } from "vue";
|
|
2
|
+
const r = (t, a) => {
|
|
3
|
+
const e = t.__vccOpts || t;
|
|
4
|
+
for (const [n, c] of a)
|
|
5
|
+
e[n] = c;
|
|
6
|
+
return e;
|
|
7
|
+
}, _ = /* @__PURE__ */ s('<div class="common-table" data-v-80138202><table class="gridtable" data-v-80138202><tr data-v-80138202><th data-v-80138202>Info Header 1</th><th data-v-80138202>Info Header 2</th><th data-v-80138202>Info Header 3</th></tr><tr data-v-80138202><td data-v-80138202>Text 1A</td><td data-v-80138202>Text 1B</td><td data-v-80138202>Text 1C</td></tr><tr data-v-80138202><td data-v-80138202>Text 2A</td><td data-v-80138202>Text 2B</td><td data-v-80138202>Text 2C</td></tr></table></div>', 1), l = [
|
|
8
|
+
_
|
|
9
|
+
], p = {
|
|
10
|
+
__name: "table",
|
|
11
|
+
props: {
|
|
12
|
+
name: "common-table",
|
|
13
|
+
tableData: {
|
|
14
|
+
type: Array
|
|
15
|
+
},
|
|
16
|
+
column: {
|
|
17
|
+
type: Array
|
|
18
|
+
},
|
|
19
|
+
buttons: {
|
|
20
|
+
type: Array
|
|
21
|
+
},
|
|
22
|
+
deveops: {
|
|
23
|
+
type: Boolean
|
|
24
|
+
},
|
|
25
|
+
deletedevops: {
|
|
26
|
+
type: String
|
|
27
|
+
},
|
|
28
|
+
updatemark: {
|
|
29
|
+
type: String
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
setup(t, { emit: a }) {
|
|
33
|
+
return (e, n) => (o(), d("section", null, l));
|
|
34
|
+
}
|
|
35
|
+
}, v = /* @__PURE__ */ r(p, [["__scopeId", "data-v-80138202"]]), i = {};
|
|
36
|
+
function m(t, a) {
|
|
37
|
+
return o(), d("div", null, " tabs ");
|
|
38
|
+
}
|
|
39
|
+
const u = /* @__PURE__ */ r(i, [["render", m]]), b = [v, u], f = function(t, a) {
|
|
40
|
+
b.forEach((e) => {
|
|
41
|
+
t.component(e.name, e);
|
|
42
|
+
});
|
|
43
|
+
}, y = { install: f };
|
|
44
|
+
export {
|
|
45
|
+
v as ablTable,
|
|
46
|
+
u as ablTabs,
|
|
47
|
+
y as default
|
|
48
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t["abl-ui"]={},t.Vue))})(this,function(t,e){"use strict";const v="",d=(a,o)=>{const n=a.__vccOpts||a;for(const[r,f]of o)n[r]=f;return n},l=[e.createStaticVNode('<div class="common-table" data-v-80138202><table class="gridtable" data-v-80138202><tr data-v-80138202><th data-v-80138202>Info Header 1</th><th data-v-80138202>Info Header 2</th><th data-v-80138202>Info Header 3</th></tr><tr data-v-80138202><td data-v-80138202>Text 1A</td><td data-v-80138202>Text 1B</td><td data-v-80138202>Text 1C</td></tr><tr data-v-80138202><td data-v-80138202>Text 2A</td><td data-v-80138202>Text 2B</td><td data-v-80138202>Text 2C</td></tr></table></div>',1)],s=d({__name:"table",props:{name:"common-table",tableData:{type:Array},column:{type:Array},buttons:{type:Array},deveops:{type:Boolean},deletedevops:{type:String},updatemark:{type:String}},setup(a,{emit:o}){return(n,r)=>(e.openBlock(),e.createElementBlock("section",null,l))}},[["__scopeId","data-v-80138202"]]),_={};function i(a,o){return e.openBlock(),e.createElementBlock("div",null," tabs ")}const c=d(_,[["render",i]]),p=[s,c],u={install:function(a,o){p.forEach(n=>{a.component(n.name,n)})}};t.ablTable=s,t.ablTabs=c,t.default=u,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/lib/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
table.gridtable[data-v-80138202]{font-family:verdana,arial,sans-serif;font-size:11px;color:#333;border-width:1px;border-color:#666;border-collapse:collapse}table.gridtable th[data-v-80138202]{border-width:1px;padding:8px;border-style:solid;border-color:#666;background-color:#dedede}table.gridtable td[data-v-80138202]{border-width:1px;padding:8px;border-style:solid;border-color:#666;background-color:#fff}
|
package/lib/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "abl-ui",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "lib/abl-ui.es.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"lib": "lib"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [],
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "ISC"
|
|
15
|
+
}
|