@croquiscom/pds 16.29.0-next.1 → 16.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
- package/bundle-report.html +0 -4842
- package/dist/components/banner/NormalBanner.d.ts +0 -29
- package/dist/components/banner/NormalBanner.stories.d.ts +0 -10
- package/dist/components/category-selector/ChipsDropdown.d.ts +0 -28
- package/dist/components/icons/generated/Picking.d.ts +0 -4
- package/dist/components/icons/generated/PickingOut.d.ts +0 -4
- package/dist/components/lotties/generated/Complete.d.ts +0 -4
- package/dist/components/lotties/generated/ZigzinIntro.d.ts +0 -4
- package/dist/components/lotties/generated/index.d.ts +0 -8
- package/dist/components/popover/PopoverBase.d.ts +0 -5
- package/dist/components/table/TableHeader.d.ts +0 -9
- package/dist/components/table/TableRows.d.ts +0 -11
- package/dist/components/tree/useTreeRover.d.ts +0 -18
- package/dist/components/tree/useTreeSearch.d.ts +0 -13
- package/dist/plugin/hook/useGithubClient.d.ts +0 -16
- package/dist/plugin/plugin.d.ts +0 -1
- package/dist/plugin/types.d.ts +0 -40
- package/dist/plugin/ui/index.d.ts +0 -1
- package/dist/plugin/utils.d.ts +0 -9
- package/locales/en.d.ts +0 -89
- package/locales/en.esm.d.ts +0 -89
- package/locales/ja.d.ts +0 -89
- package/locales/ja.esm.d.ts +0 -89
- package/locales/ko.d.ts +0 -92
- package/locales/ko.esm.d.ts +0 -92
- package/plugin/plugin.js +0 -1
- package/plugin/ui.html +0 -102
- package/plugin/ui.js +0 -89
- package/repomix-output.md +0 -31243
package/locales/ko.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
export declare const ko: {
|
|
2
|
-
lang: string;
|
|
3
|
-
accessibility: {
|
|
4
|
-
info: string;
|
|
5
|
-
success: string;
|
|
6
|
-
warning: string;
|
|
7
|
-
error: string;
|
|
8
|
-
close: string;
|
|
9
|
-
page: string;
|
|
10
|
-
prev: string;
|
|
11
|
-
next: string;
|
|
12
|
-
back: string;
|
|
13
|
-
};
|
|
14
|
-
ConfirmModal: {
|
|
15
|
-
title: string;
|
|
16
|
-
confirmText: string;
|
|
17
|
-
cancelText: string;
|
|
18
|
-
};
|
|
19
|
-
AlertModal: {
|
|
20
|
-
title: string;
|
|
21
|
-
confirmText: string;
|
|
22
|
-
};
|
|
23
|
-
NoticeModal: {
|
|
24
|
-
closeText: string;
|
|
25
|
-
checkReplayText: string;
|
|
26
|
-
};
|
|
27
|
-
CheckboxGroup: {
|
|
28
|
-
all: string;
|
|
29
|
-
};
|
|
30
|
-
Dropdown: {
|
|
31
|
-
placeholder: string;
|
|
32
|
-
filterPlaceholder: string;
|
|
33
|
-
};
|
|
34
|
-
DropdownFilter: {
|
|
35
|
-
reset: string;
|
|
36
|
-
confirm: string;
|
|
37
|
-
all: string;
|
|
38
|
-
};
|
|
39
|
-
DatePicker: {
|
|
40
|
-
placeholder: string;
|
|
41
|
-
footer: {
|
|
42
|
-
now: string;
|
|
43
|
-
today: string;
|
|
44
|
-
ok: string;
|
|
45
|
-
clear: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
DatePickerRange: {
|
|
49
|
-
placeholder: string[];
|
|
50
|
-
dataPreset: {
|
|
51
|
-
today: string;
|
|
52
|
-
'1-week': string;
|
|
53
|
-
'1-month': string;
|
|
54
|
-
'3-month': string;
|
|
55
|
-
'6-month': string;
|
|
56
|
-
'1-year': string;
|
|
57
|
-
all: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
TimePicker: {
|
|
61
|
-
placeholder: string;
|
|
62
|
-
footer: {
|
|
63
|
-
ok: string;
|
|
64
|
-
clear: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
TimeRangePicker: {
|
|
68
|
-
placeholder: string[];
|
|
69
|
-
};
|
|
70
|
-
FileUpload: {
|
|
71
|
-
label: string;
|
|
72
|
-
};
|
|
73
|
-
ImageUpload: {
|
|
74
|
-
label: string;
|
|
75
|
-
fail: string;
|
|
76
|
-
};
|
|
77
|
-
Table: {
|
|
78
|
-
noDataText: string;
|
|
79
|
-
};
|
|
80
|
-
ColumnViewController: {
|
|
81
|
-
noFixedItemsText: string;
|
|
82
|
-
fixedSectionTitle: string;
|
|
83
|
-
listSectionTitle: string;
|
|
84
|
-
max: string;
|
|
85
|
-
items: string;
|
|
86
|
-
};
|
|
87
|
-
CategorySelector: {
|
|
88
|
-
levelCategory: string;
|
|
89
|
-
selectParentCategoryLine1: string;
|
|
90
|
-
selectParentCategoryLine2: string;
|
|
91
|
-
};
|
|
92
|
-
};
|
package/locales/ko.esm.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
export declare const ko: {
|
|
2
|
-
lang: string;
|
|
3
|
-
accessibility: {
|
|
4
|
-
info: string;
|
|
5
|
-
success: string;
|
|
6
|
-
warning: string;
|
|
7
|
-
error: string;
|
|
8
|
-
close: string;
|
|
9
|
-
page: string;
|
|
10
|
-
prev: string;
|
|
11
|
-
next: string;
|
|
12
|
-
back: string;
|
|
13
|
-
};
|
|
14
|
-
ConfirmModal: {
|
|
15
|
-
title: string;
|
|
16
|
-
confirmText: string;
|
|
17
|
-
cancelText: string;
|
|
18
|
-
};
|
|
19
|
-
AlertModal: {
|
|
20
|
-
title: string;
|
|
21
|
-
confirmText: string;
|
|
22
|
-
};
|
|
23
|
-
NoticeModal: {
|
|
24
|
-
closeText: string;
|
|
25
|
-
checkReplayText: string;
|
|
26
|
-
};
|
|
27
|
-
CheckboxGroup: {
|
|
28
|
-
all: string;
|
|
29
|
-
};
|
|
30
|
-
Dropdown: {
|
|
31
|
-
placeholder: string;
|
|
32
|
-
filterPlaceholder: string;
|
|
33
|
-
};
|
|
34
|
-
DropdownFilter: {
|
|
35
|
-
reset: string;
|
|
36
|
-
confirm: string;
|
|
37
|
-
all: string;
|
|
38
|
-
};
|
|
39
|
-
DatePicker: {
|
|
40
|
-
placeholder: string;
|
|
41
|
-
footer: {
|
|
42
|
-
now: string;
|
|
43
|
-
today: string;
|
|
44
|
-
ok: string;
|
|
45
|
-
clear: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
DatePickerRange: {
|
|
49
|
-
placeholder: string[];
|
|
50
|
-
dataPreset: {
|
|
51
|
-
today: string;
|
|
52
|
-
'1-week': string;
|
|
53
|
-
'1-month': string;
|
|
54
|
-
'3-month': string;
|
|
55
|
-
'6-month': string;
|
|
56
|
-
'1-year': string;
|
|
57
|
-
all: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
TimePicker: {
|
|
61
|
-
placeholder: string;
|
|
62
|
-
footer: {
|
|
63
|
-
ok: string;
|
|
64
|
-
clear: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
TimeRangePicker: {
|
|
68
|
-
placeholder: string[];
|
|
69
|
-
};
|
|
70
|
-
FileUpload: {
|
|
71
|
-
label: string;
|
|
72
|
-
};
|
|
73
|
-
ImageUpload: {
|
|
74
|
-
label: string;
|
|
75
|
-
fail: string;
|
|
76
|
-
};
|
|
77
|
-
Table: {
|
|
78
|
-
noDataText: string;
|
|
79
|
-
};
|
|
80
|
-
ColumnViewController: {
|
|
81
|
-
noFixedItemsText: string;
|
|
82
|
-
fixedSectionTitle: string;
|
|
83
|
-
listSectionTitle: string;
|
|
84
|
-
max: string;
|
|
85
|
-
items: string;
|
|
86
|
-
};
|
|
87
|
-
CategorySelector: {
|
|
88
|
-
levelCategory: string;
|
|
89
|
-
selectParentCategoryLine1: string;
|
|
90
|
-
selectParentCategoryLine2: string;
|
|
91
|
-
};
|
|
92
|
-
};
|
package/plugin/plugin.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";function _regeneratorRuntime(){_regeneratorRuntime=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function define(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{define({},"")}catch(t){define=function(t,e,r){return t[e]=r}}function wrap(t,e,r,n){var a=e&&e.prototype instanceof Generator?e:Generator,i=Object.create(a.prototype),c=new Context(n||[]);return o(i,"_invoke",{value:makeInvokeMethod(t,r,c)}),i}function tryCatch(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=wrap;var s="suspendedStart",f="suspendedYield",l="executing",h="completed",y={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var p={};define(p,i,(function(){return this}));var d=Object.getPrototypeOf,v=d&&d(d(values([])));v&&v!==r&&n.call(v,i)&&(p=v);var g=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(p);function defineIteratorMethods(t){["next","throw","return"].forEach((function(e){define(t,e,(function(t){return this._invoke(e,t)}))}))}function AsyncIterator(t,e){function invoke(r,o,a,i){var c=tryCatch(t[r],t,o);if("throw"!==c.type){var u=c.arg,s=u.value;return s&&"object"==typeof s&&n.call(s,"__await")?e.resolve(s.__await).then((function(t){invoke("next",t,a,i)}),(function(t){invoke("throw",t,a,i)})):e.resolve(s).then((function(t){u.value=t,a(u)}),(function(t){return invoke("throw",t,a,i)}))}i(c.arg)}var r;o(this,"_invoke",{value:function(t,n){function callInvokeWithMethodAndArg(){return new e((function(e,r){invoke(t,n,e,r)}))}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(e,r,n){var o=s;return function(a,i){if(o===l)throw Error("Generator is already running");if(o===h){if("throw"===a)throw i;return{value:t,done:!0}}for(n.method=a,n.arg=i;;){var c=n.delegate;if(c){var u=maybeInvokeDelegate(c,n);if(u){if(u===y)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===s)throw o=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=l;var p=tryCatch(e,r,n);if("normal"===p.type){if(o=n.done?h:f,p.arg===y)continue;return{value:p.arg,done:n.done}}"throw"===p.type&&(o=h,n.method="throw",n.arg=p.arg)}}}function maybeInvokeDelegate(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,maybeInvokeDelegate(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var a=tryCatch(o,e.iterator,r.arg);if("throw"===a.type)return r.method="throw",r.arg=a.arg,r.delegate=null,y;var i=a.arg;return i?i.done?(r[e.resultName]=i.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,y):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y)}function pushTryEntry(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function resetTryEntry(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(e){if(e||""===e){var r=e[i];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function next(){for(;++o<e.length;)if(n.call(e,o))return next.value=e[o],next.done=!1,next;return next.value=t,next.done=!0,next};return a.next=a}}throw new TypeError(typeof e+" is not iterable")}return GeneratorFunction.prototype=GeneratorFunctionPrototype,o(g,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),o(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===GeneratorFunction||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,define(t,u,"GeneratorFunction")),t.prototype=Object.create(g),t},e.awrap=function(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,c,(function(){return this})),e.AsyncIterator=AsyncIterator,e.async=function(t,r,n,o,a){void 0===a&&(a=Promise);var i=new AsyncIterator(wrap(t,r,n,o),a);return e.isGeneratorFunction(r)?i:i.next().then((function(t){return t.done?t.value:i.next()}))},defineIteratorMethods(g),define(g,u,"Generator"),define(g,i,(function(){return this})),define(g,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function next(){for(;r.length;){var t=r.pop();if(t in e)return next.value=t,next.done=!1,next}return next.done=!0,next}},e.values=values,Context.prototype={constructor:Context,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(resetTryEntry),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function handle(n,o){return i.type="throw",i.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],i=a.completion;if("root"===a.tryLoc)return handle("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return handle(a.catchLoc,!0);if(this.prev<a.finallyLoc)return handle(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return handle(a.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return handle(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=t,i.arg=e,a?(this.method="next",this.next=a.finallyLoc,y):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;resetTryEntry(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:values(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y}},e}function asyncGeneratorStep(t,e,r,n,o,a,i){try{var c=t[a](i),u=c.value}catch(t){return void r(t)}c.done?e(u):Promise.resolve(u).then(n,o)}var t=function findAllTargetNode(t){return function findComponentNode(t){return function isComponentNode(t){return"COMPONENT"===t.type}(t)?[t]:"children"in t?t.children.flatMap(findComponentNode):[]}(t)};figma.showUI(__html__,{width:460,height:265}),figma.ui.onmessage=function(){var e=function _asyncToGenerator(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var a=t.apply(e,r);function _next(t){asyncGeneratorStep(a,n,o,_next,_throw,"next",t)}function _throw(t){asyncGeneratorStep(a,n,o,_next,_throw,"throw",t)}_next(void 0)}))}}(_regeneratorRuntime().mark((function _callee(e){var r,n,o,a;return _regeneratorRuntime().wrap((function _callee$(i){for(;;)switch(i.prev=i.next){case 0:i.t0=e.type,i.next="EXTRACT_SVG"===i.t0?3:"GET_FIGMA_ACCESS_TOKEN"===i.t0?7:"GET_GITHUB_ACCESS_TOKEN"===i.t0?12:"SET_FIGMA_ACCESS_TOKEN"===i.t0?17:"SET_GITHUB_ACCESS_TOKEN"===i.t0?21:24;break;case 3:return r=figma.currentPage.selection.flatMap(t).map((function(t){return{id:t.id,name:t.name}})),n=r.map((function(t){return t.id})).join(","),figma.ui.postMessage({type:"EXTRACT_SVG",payload:{fileKey:figma.fileKey,ids:n,nodes:r}}),i.abrupt("break",24);case 7:return i.next=9,figma.clientStorage.getAsync("figmaAccessToken");case 9:return o=i.sent,figma.ui.postMessage({type:"GET_FIGMA_ACCESS_TOKEN",payload:o}),i.abrupt("break",24);case 12:return i.next=14,figma.clientStorage.getAsync("githubAccessToken");case 14:return a=i.sent,figma.ui.postMessage({type:"GET_GITHUB_ACCESS_TOKEN",payload:a}),i.abrupt("break",24);case 17:return i.next=19,figma.clientStorage.setAsync("figmaAccessToken",e.payload);case 19:return figma.ui.postMessage({type:"SYNC_COMPLETE_ACCESS_TOKEN",payload:{token:e.payload,type:"SET_FIGMA_ACCESS_TOKEN"}}),i.abrupt("break",24);case 21:return i.next=23,figma.clientStorage.setAsync("githubAccessToken",e.payload);case 23:figma.ui.postMessage({type:"SYNC_COMPLETE_ACCESS_TOKEN",payload:{token:e.payload,type:"SET_GITHUB_ACCESS_TOKEN"}});case 24:case"end":return i.stop()}}),_callee)})));return function(t){return e.apply(this,arguments)}}();
|